From e0426d00edb528bf82e74b3a65c960b8f3c0ffa0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 13 Dec 2020 19:00:44 +0100 Subject: [PATCH] docs/cli: skip under the hood docs for now --- docs/cli/under-the-hood.md | 7 ------- microsite/sidebars.json | 6 +----- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 docs/cli/under-the-hood.md diff --git a/docs/cli/under-the-hood.md b/docs/cli/under-the-hood.md deleted file mode 100644 index f7400b2037..0000000000 --- a/docs/cli/under-the-hood.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: under-the-hood -title: Under the Hook -description: A dive into the implementation of the Backstage CLI ---- - -## Summary diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 8d2c382b9a..b31f0ccdf3 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -34,11 +34,7 @@ ] } ], - "CLI": [ - "cli/index", - "cli/commands", - "cli/under-the-hood" - ], + "CLI": ["cli/index", "cli/commands"], "Core Features": [ { "type": "subcategory",