mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Add new sections to nav and placeholder index pages
This commit is contained in:
parent
2f709a4117
commit
8e083cb710
@ -30,5 +30,17 @@
|
|||||||
"key": "uninstalling",
|
"key": "uninstalling",
|
||||||
"title": "Uninstalling"
|
"title": "Uninstalling"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"nds-bootstrap": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"gbarunner2": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"other": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"community": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -4,11 +4,32 @@
|
|||||||
"url": "/"
|
"url": "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "TWiLight Menu++",
|
"title": "Projects",
|
||||||
"url": "/twilightmenu"
|
"items": [
|
||||||
|
{
|
||||||
|
"title": "TWiLight Menu++",
|
||||||
|
"url": "/twilightmenu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "nds-bootstrap",
|
||||||
|
"url": "/nds-bootstrap"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GBARunner2",
|
||||||
|
"url": "/gbarunner2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Other Projects",
|
||||||
|
"url": "/other"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "DS Index",
|
"title": "DS Index",
|
||||||
"url": "/ds-index"
|
"url": "/ds-index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Community Info",
|
||||||
|
"url": "/community"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
10
pages/_en-US/community/index.md
Normal file
10
pages/_en-US/community/index.md
Normal 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™!
|
||||||
10
pages/_en-US/gbarunner2/index.md
Normal file
10
pages/_en-US/gbarunner2/index.md
Normal 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™!
|
||||||
10
pages/_en-US/nds-bootstrap/index.md
Normal file
10
pages/_en-US/nds-bootstrap/index.md
Normal 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™!
|
||||||
10
pages/_en-US/other/index.md
Normal file
10
pages/_en-US/other/index.md
Normal 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™!
|
||||||
Loading…
Reference in New Issue
Block a user