From 6d91c73033d445bf778d18abf389d4b41dba6141 Mon Sep 17 00:00:00 2001 From: Linda-Ikechukwu Date: Fri, 26 Jul 2024 16:01:40 +0100 Subject: [PATCH] added smallstep app to manifest route --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 013949ae..1900247b 100644 --- a/manifest.json +++ b/manifest.json @@ -30,6 +30,10 @@ { "title": "Smallstep API", "path": "/platform/smallstep-api.mdx" + }, + { + "title": "Smallstep App", + "path": "/platform/smallstep-app.mdx" } ] },