From 8e083cb7107d8adaa757606ce83b23f6d63f1b3f Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 15 Feb 2021 19:21:24 -0600 Subject: [PATCH] Add new sections to nav and placeholder index pages --- _data/en-US/categories.json | 12 ++++++++++++ _data/en-US/nav.json | 25 +++++++++++++++++++++++-- pages/_en-US/community/index.md | 10 ++++++++++ pages/_en-US/gbarunner2/index.md | 10 ++++++++++ pages/_en-US/nds-bootstrap/index.md | 10 ++++++++++ pages/_en-US/other/index.md | 10 ++++++++++ 6 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 pages/_en-US/community/index.md create mode 100644 pages/_en-US/gbarunner2/index.md create mode 100644 pages/_en-US/nds-bootstrap/index.md create mode 100644 pages/_en-US/other/index.md diff --git a/_data/en-US/categories.json b/_data/en-US/categories.json index 009cbc6f..7a744fd2 100644 --- a/_data/en-US/categories.json +++ b/_data/en-US/categories.json @@ -30,5 +30,17 @@ "key": "uninstalling", "title": "Uninstalling" } + ], + "nds-bootstrap": [ + + ], + "gbarunner2": [ + + ], + "other": [ + + ], + "community": [ + ] } \ No newline at end of file diff --git a/_data/en-US/nav.json b/_data/en-US/nav.json index 8f058471..831393c2 100644 --- a/_data/en-US/nav.json +++ b/_data/en-US/nav.json @@ -4,11 +4,32 @@ "url": "/" }, { - "title": "TWiLight Menu++", - "url": "/twilightmenu" + "title": "Projects", + "items": [ + { + "title": "TWiLight Menu++", + "url": "/twilightmenu" + }, + { + "title": "nds-bootstrap", + "url": "/nds-bootstrap" + }, + { + "title": "GBARunner2", + "url": "/gbarunner2" + }, + { + "title": "Other Projects", + "url": "/other" + } + ] }, { "title": "DS Index", "url": "/ds-index" + }, + { + "title": "Community Info", + "url": "/community" } ] diff --git a/pages/_en-US/community/index.md b/pages/_en-US/community/index.md new file mode 100644 index 00000000..367d1979 --- /dev/null +++ b/pages/_en-US/community/index.md @@ -0,0 +1,10 @@ +--- +lang: en-US +layout: wiki +section: community +title: Home +description: Coming Soon™ +--- +# DS-Homebrew community information + +This is a placeholder index page for the DS-Homebrew community info section, coming soon™! diff --git a/pages/_en-US/gbarunner2/index.md b/pages/_en-US/gbarunner2/index.md new file mode 100644 index 00000000..d21b7ff4 --- /dev/null +++ b/pages/_en-US/gbarunner2/index.md @@ -0,0 +1,10 @@ +--- +lang: en-US +layout: wiki +section: gbarunner2 +title: Home +description: Coming Soon™ +--- +# GBARunner2 Wiki Placeholder + +This is a placeholder index page for the GBARunner2 wiki, coming soon™! diff --git a/pages/_en-US/nds-bootstrap/index.md b/pages/_en-US/nds-bootstrap/index.md new file mode 100644 index 00000000..e2511e5f --- /dev/null +++ b/pages/_en-US/nds-bootstrap/index.md @@ -0,0 +1,10 @@ +--- +lang: en-US +layout: wiki +section: nds-bootstrap +title: Home +description: Coming Soon™ +--- +# nds-bootstrap Wiki Placeholder + +This is a placeholder index page for the nds-bootstrap wiki, coming soon™! diff --git a/pages/_en-US/other/index.md b/pages/_en-US/other/index.md new file mode 100644 index 00000000..6929c5f3 --- /dev/null +++ b/pages/_en-US/other/index.md @@ -0,0 +1,10 @@ +--- +lang: en-US +layout: wiki +section: other +title: Home +description: Coming Soon™ +--- +# Other Projects Wiki Placeholder + +This is a placeholder index page for the other projects wiki, coming soon™!