-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
57 lines (53 loc) · 1.56 KB
/
mkdocs.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: Mapify
site_description: Documentation for Mapify
site_url: https://dv-mapify.rtfd.io/
repo_name: insprill/dv-mapify
repo_url: https://github.com/Insprill/dv-mapify/
edit_uri: blob/master/docs/
theme:
name: material
palette:
scheme: slate
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.prune
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
markdown_extensions:
- pymdownx.caret
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Using Maps:
- usage/index.md
- Creating Maps:
- Project Setup: creatingmaps/project-setup.md
- Terrain: creatingmaps/terrain.md
- Decoration: creatingmaps/decoration.md
- Railway: creatingmaps/railway.md
- Job Generation: creatingmaps/jobs.md
- Area Blockers: creatingmaps/area-blockers.md
- Service Stations: creatingmaps/service-stations.md
- Stores: creatingmaps/stores.md
- Lighting & Post Processing: creatingmaps/lighting.md
- Exporting Your Map: creatingmaps/exporting.md
- Updating Mapify: creatingmaps/updating.md
- Contributing:
- contributing/index.md
- Building The Project: contributing/building.md
- Building Documentation: contributing/docs.md