This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (68 loc) · 1.85 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
69
70
71
72
73
74
site_name: GeoFS Plugin System
site_url: https://gpsystem.github.io/gps/
repo_name: gpsystem/gps
repo_url: https://github.com/gpsystem/gps
copyright: Copyright © 2022 GeoFS Plugin System
markdown_extensions:
- mdx_truly_sane_lists
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
features:
- content.code.annotate
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
nav:
- Home: index.md
- Getting started:
- Installation: getting-started.md
- License: license.md
- Contributing:
- contributing/index.md
- Style guides:
- contributing/style/index.md
- Repo: contributing/style/repo.md
- Code: contributing/style/code.md
- Documentation: contributing/style/docs.md
- Internal:
- internal.md
- Docs:
- api/internal/index.md
- Utils: api/internal/utils.md
- Messages: api/internal/message.md
- Developers:
- developers/index.md
- Tutorial:
- Prerequisites: developers/tutorial/index.md
- Scaffolding: developers/tutorial/scaffolding.md
- Creation: developers/tutorial/creation.md
- API Docs:
- api/index.md