forked from stac-utils/titiler-pgstac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (61 loc) · 1.71 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
site_name: TiTiler.PgSTAC
site_description: Dynamic Mosaics From PgSTAC database.
repo_name: "stac-utils/titiler-pgstac"
repo_url: "https://github.com/stac-utils/titiler-pgstac"
edit_uri: "blob/master/docs/"
site_url: "https://stac-utils.github.io/titiler-pgstac/"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/stac-utils"
nav:
- Home: "index.md"
- Intro: "intro.md"
- Endpoints:
- Mosaic: "mosaic_endpoints.md"
- Item: "item_endpoints.md"
- TileMatrixSet: "tms_endpoints.md"
- Tiler Factories: "tiler_factories.md"
- Advanced usage:
- Mosaic metadata specification: "advanced/metadata.md"
- Custom search model: "advanced/custom_search.md"
- Custom TileJSON endpoint : "advanced/custom_tilejson.md"
- Custom mosaic list endpoint : "advanced/list_mosaics.md"
- Custom feature crop endpoint: "advanced/geojson_crop.md"
- Examples:
- demo: "notebooks/demo.ipynb"
- Development - Contributing: "contributing.md"
- Release notes: "release-notes.md"
plugins:
- search
- mkdocs-jupyter:
include_source: True
theme:
name: material
# https://github.com/kylebarron/cogeo-mosaic/blob/mkdocs/mkdocs.yml#L50-L75
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- def_list
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem
- pymdownx.caret:
insert: false
- pymdownx.details
- pymdownx.emoji
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.magiclink:
hide_protocol: true
repo_url_shortener: true
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true