-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 721 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (29 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: MapJS
site_url: https://github.com/WatWowMap/MapJS
site_description: MapJS
site_author: versx
repo_url: https://github.com/WatWowMap/MapJS
theme:
name: flatly
nav:
- Home: 'index.md'
- Install Guide:
- Quick Start: install/quick-start.md
- Standard: install/standard.md
- Docker: install/docker.md
- Configuration:
- Config: configuration/config.md
- GeoJSON: configuration/geojson.md
- Images: configuration/images.md
- Locales: configuration/locales.md
- WatWowMap: https://wwm.readthedocs.io/
markdown_extensions:
- toc:
permalink: '#'
separator: "-"
- attr_list
- pymdownx.highlight
- pymdownx.superfences
- admonition
plugins:
- search