From ba6498f92e8f89b7ee021aaac2226b1c29dfbb13 Mon Sep 17 00:00:00 2001 From: Sean Tan Date: Tue, 31 Aug 2021 18:20:44 -0700 Subject: [PATCH] Fix prettier warn in sidebars.json Signed-off-by: Sean Tan --- microsite/sidebars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 56df6b4b50..97dfa61951 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -36,6 +36,7 @@ "label": "Software Catalog", "ids": [ "features/software-catalog/software-catalog-overview", + "features/software-catalog/life-of-an-entity", "features/software-catalog/configuration", "features/software-catalog/system-model", "features/software-catalog/descriptor-format", @@ -273,4 +274,4 @@ ], "FAQ": ["FAQ"] } -} +} \ No newline at end of file