15 lines
399 B
YAML
15 lines
399 B
YAML
site_name: uMap
|
|
nav:
|
|
- Home: index.md
|
|
- Installation: install.md
|
|
- Configuration: settings.md
|
|
- Administration: administration.md
|
|
- Contributing: contributing.md
|
|
- how-tos:
|
|
- Ubuntu from scratch: ubuntu.md
|
|
- Customize your uMap style: custom.md
|
|
- Install with Docker: docker.md
|
|
- Changelog: changelog.md
|
|
theme: readthedocs
|
|
markdown_extensions:
|
|
- pymdownx.magiclink
|