-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (54 loc) · 1.24 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
58
site_name: bag3d-pipeline
site_url: https://3DBAG.github.io/3dbag-pipeline
repo_url: https://github.com/3DBAG/3dbag-pipeline
repo_name: 3DBAG/3dbag-pipeline
theme:
name: material
font:
text: Roboto
language: en
icon:
repo: fontawesome/brands/github
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages_common.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
# - navigation.instant
# - navigation.tracking
# - navigation.sections
# - navigation.expand
# - navigation.top
# - navigation.indexes
# - search.highlight
# - search.suggest
# - content.tabs.link
markdown_extensions:
- markdown_include.include:
base_path: docs
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
nav:
- Overview:
- index.md
- Source datasets: source_datasets.md
- Development: development/
- Deployment: deployment/
- Production: production.md
- Packages:
- common: index_common.md
- core: index_core.md
- floors_estimation: index_floors_estimation.md
- party_walls: index_party_walls.md
- API Reference: reference/