-
Notifications
You must be signed in to change notification settings - Fork 45
/
mkdocs.yml
56 lines (49 loc) · 1.27 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
site_name: OSM Export Tool
site_description: Web service to download customised OSM data in various file formats.
# strict: true
site_url: "https://www.hotosm.org"
repo_name: "hotosm/osm-export-tool"
repo_url: "https://github.com/hotosm/osm-export-tool/"
edit_uri: "edit/master/docs/"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/hotosm/"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/hotosm"
- icon: "fontawesome/solid/globe"
link: "https://www.hotosm.org"
copyright: Copyright © 2010 HOTOSM
generator: false
theme:
name: material
palette:
primary: custom
favicon: images/favicon.png
logo: images/hot_logo.png
# custom_dir: docs/overrides
extra_css:
- css/extra.css
markdown_extensions:
- tables
- toc:
permalink: true
title: Page contents
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.extra
- pymdownx.emoji:
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
nav:
- Home: index.md
- Setup: setup-development.md
- Diagram: diagram.md
# Replace with built api docs once set up
- API: https://export.hotosm.org/api/
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md