-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
79 lines (73 loc) · 2.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: SEED Platform™ Documentation
repo_url: https://github.com/SEED-platform/seed
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'blue'
logo: 'images/icon-city.svg'
font:
text: 'Roboto'
code: 'Roboto Mono'
language: 'en'
favicon: 'images/favicon.ico'
icon:
admonition:
note: material/border-none-variant
repo: fontawesome/brands/github
feature:
# tabs: true
- content.code.copy
- content.code.view
- content.code.highlight
- content.code.select
- content.code.annotate
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
toc_depth: 0
extra_css:
- 'stylesheets/extra.css'
nav:
- Home: 'index.md'
- User Documentation:
- Overview: 'user_doc_overview.md'
- Getting Started: 'user_doc_getting_started.md'
- Importing Data: 'user_doc_data_import.md'
- View Building Inventory: 'user_doc_inventory.md'
- Analyses: 'user_doc_analyses.md'
- Organization Settings: 'user_doc_settings.md'
- Release Notes: 'release_notes.md'
- Known Issues: 'known_issues.md'
- Hosting:
- About: 'about.md'
- SEED Technical Allies: 'technical_ally.md'
- Hosting Provider Process: 'hosting_requirements.md'
- Self-Hosting: 'self_hosting.md'
- App Developers: 'app_developer_requirements.md'
- News: 'news.md'
- Contact: 'contact.md'
- References: 'references.md'
- FAQ:
- 'Features':
- 'Geocoding': 'faq/features/geocoding.md'
- 'Inventory Management': 'faq/features/inventory_management.md'
- 'Miscellaneous': 'faq/features/misc.md'
- 'Industry Involvement': 'faq/industry_involvement.md'
- 'Security': 'faq/security.md'
- Developer Documentation: 'developer_resources.md'
plugins:
- redirects:
redirect_maps:
'lbnl.md': 'about.md'
- search