-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
33 lines (33 loc) · 1011 Bytes
/
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
site_name: HDX HAPI - The Humanitarian API
nav:
- Home: index.md
- Getting Started: getting-started.md
- Code Examples: examples.md
- Data Usage Guide:
- Affected People: data_usage_guides/affected_people.md
- Coordination & Context : data_usage_guides/coordination_and_context.md
- Food Security & Nutrition : data_usage_guides/food_security_and_nutrition.md
- Population & Socio-economy : data_usage_guides/population_and_socio-economy.md
- Metadata: data_usage_guides/metadata.md
- Enums: data_usage_guides/enums.md
- Geo Data: geo.md
- Changelog: changelog.md
- Contact: contact.md
theme:
name: "material"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- table-reader:
base_path: "docs_dir"
extra_css:
- extra.css