forked from ajnisbet/opentopodata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (40 loc) · 1.39 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
site_name: Open Topo Data
site_url: https://www.opentopodata.org
site_description: Open DEM server.
theme:
name: 'material'
repo_name: ajnisbet/opentopodata
repo_url: https://github.com/ajnisbet/opentopodata
google_analytics: ['UA-59478184-7', 'www.opentopodata.org']
nav:
- Introduction: 'index.md'
- Server docs: 'server.md'
- API docs: 'api.md'
- Release notes: 'changelog.md'
- Datasets:
- ASTER: 'datasets/aster.md'
- ETOPO1: 'datasets/etopo1.md'
- EU-DEM: 'datasets/eudem.md'
- Mapzen: 'datasets/mapzen.md'
- NED: 'datasets/ned.md'
- NZ DEM: 'datasets/nzdem.md'
- SRTM: 'datasets/srtm.md'
- EMOD bathymetry: 'datasets/emod2018.md'
- GEBCO bathymetry: 'datasets/gebco2020.md'
- BKG: 'datasets/bkg.md'
- Notes:
- Windows support: 'notes/windows-support.md'
- Cloud storage: 'notes/cloud-storage.md'
- Invalid SRTM zips: 'notes/invalid-srtm-zips.md'
- Dataset sizes: 'notes/dataset-sizes.md'
- Buffering tiles: 'notes/buffering-tiles.md'
- Multiple datasets: 'notes/multiple-datasets.md'
- Performance optimisation: 'notes/performance-optimisation.md'
- Run without docker: 'notes/running-without-docker.md'
- Kubernetes: 'notes/kubernetes.md'
extra_javascript:
- js/extra.js
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition