-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (50 loc) · 1.64 KB
/
mkdocs.yml
File metadata and controls
54 lines (50 loc) · 1.64 KB
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
site_name: rustac
site_description: Command Line Interface (CLI) and Rust crates the SpatioTemporal Asset Catalog (STAC) specification.
site_url: https://stac-utils.github.io/rustac/
repo_url: https://github.com/stac-utils/rustac
theme:
name: material
logo: img/rustac-notext.svg
icon:
repo: fontawesome/brands/github
favicon: img/rustac-notext.svg
features:
- navigation.indexes
- navigation.footer
palette:
scheme: stac
primary: custom
nav:
- Home: index.md
- Formats: formats.md
- Command-line interface: cli.md
- History: history.md
- Pronunciation: pronunciation.md
plugins:
- search
- social:
cards_layout_options:
color: rgb(26, 78, 99)
background_color: rgb(228, 246, 251)
- redirects:
redirect_maps:
python/index.md: https://www.gadom.ski/rustac-py/latest/
python/example.md: https://www.gadom.ski/rustac-py/latest/example/
python/api/index.md: https://www.gadom.ski/rustac-py/latest/api/
python/api/migrate.md: https://www.gadom.ski/rustac-py/latest/api/migrate/
python/api/read.md: https://www.gadom.ski/rustac-py/latest/api/read/
python/api/search.md: https://www.gadom.ski/rustac-py/latest/api/search/
python/api/version.md: https://www.gadom.ski/rustac-py/latest/api/version/
python/api/write.md: https://www.gadom.ski/rustac-py/latest/api/write/
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
extra_css:
- stylesheets/extra.css