From 7f38c279b6d2e96a8a0e517ea048c3fe0490d880 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 10 Jun 2024 01:26:34 -0400 Subject: [PATCH] Add configuration for the Sidebar component --- sidebar.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sidebar.json diff --git a/sidebar.json b/sidebar.json new file mode 100644 index 0000000..d456791 --- /dev/null +++ b/sidebar.json @@ -0,0 +1,27 @@ +{ + "SidebarItems": [ + { + "heading": "Heading" + }, + { + "text": "Document Title", + "link": "#" + }, + { + "text": "Document Title", + "link": "#" + }, + { + "text": "Document Title", + "link": "#" + }, + { + "text": "Document Title", + "link": "#" + }, + { + "text": "Document Title", + "link": "#" + } + ] +} \ No newline at end of file