-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
50 lines (42 loc) · 996 Bytes
/
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
site_name: QGIS STAC API Browser
repo_url: https://github.com/stac-utils/qgis-stac-plugin
repo_name: GitHub
site_description: QGIS STAC API Browser
site_author: Kartoza
nav:
- Home: 'index.md'
- Installation: "installation.md"
- User Guide: "user-guide.md"
- Development: "development.md"
- About: "about.md"
- Changelog: "changelog.md"
- Tutorials: "tutorial.md"
plugins:
- search
- git-revision-date-localized
- mkdocs-video
markdown_extensions:
- pymdownx.snippets:
base_path: .
- meta:
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: docs
palette:
- scheme: stac
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
accent: cyan
logo: assets/logo.png
favicon: assets/favicon.png
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky