From 786263ff9cf87c1184c2edb75887a8c8b646517c Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 12 Nov 2024 19:17:44 -0500 Subject: [PATCH] Create configuration --- config.json | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..61865cd --- /dev/null +++ b/config.json @@ -0,0 +1,61 @@ +{ + "SiteSettings": { + "OrgName": "SudoVanilla", + "SiteName": "MinPluto", + "SiteProtocol": "https", + "SiteDomain": "minpluto.docs.sudovanilla.org", + "SiteBase": "", + "MetaColor": "", + "WhiteLabel": "true", + "FooterVersion": "true" + }, + "HeaderItems": [ + { + "text": "Documentation", + "link": "/introduction/" + }, + { + "text": "Source Code", + "link": "https://ark.sudovanilla.org/MinPluto/MinPluto/" + } + ], + "SidebarItems": [ + { + "heading": "Introduction" + }, + { + "text": "Introduction", + "link": "/introduction/" + }, + { + "text": "FAQ", + "link": "/faq/" + }, + { + "text": "Compatibility", + "link": "/compatibility/" + }, + { + "text": "Support", + "link": "/support/" + }, + { + "heading": "Setup" + }, + { + "text": "Requirements", + "link": "/requirements/" + }, + { + "text": "Self-Hosting", + "link": "/self-hosting/" + }, + { + "heading": "References" + }, + { + "text": "API", + "link": "/api/" + } + ] +} \ No newline at end of file