-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
44 lines (40 loc) · 1.35 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
site_name: stac-rs
site_description: Command Line Interface (CLI) and Rust crates the SpatioTemporal Asset Catalog (STAC) specification.
site_url: https://stac-utils.github.io/stac-rs/
repo_url: https://github.com/stac-utils/stac-rs
theme:
name: material
logo: img/stac-ferris.png
icon:
repo: fontawesome/brands/github
favicon: img/stac-ferris-2.png
features:
- navigation.indexes
- navigation.footer
palette:
scheme: stac
primary: custom
nav:
- Home: index.md
- Command-line interface:
- cli/index.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/stacrs/latest/
python/example.md: https://www.gadom.ski/stacrs/latest/example/
python/api/index.md: https://www.gadom.ski/stacrs/latest/api/
python/api/migrate.md: https://www.gadom.ski/stacrs/latest/api/migrate/
python/api/read.md: https://www.gadom.ski/stacrs/latest/api/read/
python/api/search.md: https://www.gadom.ski/stacrs/latest/api/search/
python/api/version.md: https://www.gadom.ski/stacrs/latest/api/version/
python/api/write.md: https://www.gadom.ski/stacrs/latest/api/write/
markdown_extensions:
- admonition
extra_css:
- stylesheets/extra.css