mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-07-26 21:37:35 +02:00
15 lines
474 B
YAML
15 lines
474 B
YAML
## Topnav single links
|
|
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
|
topnav:
|
|
- title: Topnav
|
|
items:
|
|
- title: Home
|
|
url: /index.html
|
|
- title: Developer documentation
|
|
url: /dev_overview.html
|
|
- title: GitHub
|
|
external_url: https://github.com/Maschell/WiiUPluginSystem
|
|
- title: GitHub Website
|
|
external_url: https://github.com/Maschell/WiiUPluginSystem/tree/gh-pages
|
|
|