diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-20 10:42:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-20 10:42:22 +0200 |
commit | 8fe1e54f704d6a1eefff2109d578821cc0c52315 (patch) | |
tree | d8bf113981db30f0b9dab123c0c415aadfdb2b19 /mkdocs.yml | |
parent | 83b92e26072029241e181f11a66301a2f7f8650f (diff) |
include this SETUP as About → Website setup; Improve menu items below About
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -36,6 +36,8 @@ nav: # - Introduction: 'devel.md' - System: 'system/devel.md' - About: - - Structure: 'about/index.md' - - 'Technical setup': 'about/setup.md' - - 'Maintenance': 'about/admin.md' + - Website: 'index.md' + - 'Website setup': 'setup.md' + - 'Source structure': 'about/index.md' + - 'Source setup': 'about/setup.md' + - 'Source maintenance': 'about/admin.md' |