-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
114 lines (107 loc) · 2.63 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: EOEPCA Document Template
site_url: https://eoepca.readthedocs.io/projects/template/
repo_url: https://github.com/EOEPCA/document-template/
edit_uri: "edit/main/docs/"
nav:
- EOEPCA Documentation: https://eoepca.readthedocs.io/
- Building-block Name:
- index.md
- Getting Started:
- getting-started/quick-start.md
- getting-started/more-getting-started.md
- Design:
- design/overview.md
- design/more-design.md
- Usage:
- usage/tutorials.md
- usage/howtos.md
- Administration:
- admin/configuration.md
- admin/maintenance.md
- API:
- api/endpoint-specification.md
- api/usage.md
# Footer links
extra:
social:
- icon: fontawesome/brands/github
link: "https://github.com/EOEPCA"
name: EOEPCA
theme:
# name: mkdocs
# name: readthedocs
name: material # https://squidfunk.github.io/mkdocs-material/creating-your-site/
navigation_depth: 4
# For `material` theme...
logo: img/favicon.ico
favicon: img/favicon.ico
features:
# Navigation
- navigation.footer
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.expand
# - toc.integrate
- navigation.top
# Content
- content.code.copy
- content.action.edit
# Search
- search.highlight
- search.share
- search.suggest
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
extra_css:
- css/eoepca.css
plugins:
- autorefs
- search
# - pub-debugger:
# console_log:
# enabled: true
# log_level: INFO
# file_log:
# enabled: false
# zip_log:
# enabled: false
markdown_extensions:
- tables
- toc:
permalink: ⚓︎
toc_depth: 4
- smarty
- sane_lists
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- abbr
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md