Add new sections to nav and placeholder index pages

This commit is contained in:
Pk11 2021-02-15 19:21:24 -06:00
parent 2f709a4117
commit 8e083cb710
6 changed files with 75 additions and 2 deletions

View File

@ -30,5 +30,17 @@
"key": "uninstalling",
"title": "Uninstalling"
}
],
"nds-bootstrap": [
],
"gbarunner2": [
],
"other": [
],
"community": [
]
}

View File

@ -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"
}
]

View File

@ -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™!

View File

@ -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™!

View File

@ -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™!

View File

@ -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™!