forked from elapse-d/socle-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (53 loc) · 1.46 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
site_name: "starterTree Docs"
repo_url: https://github.com/orgs/starterTree/repositories
repo_name: starterTree
edit_uri: https://github.com/starterTree/starterTree-documentation/blob/master/docs
pages:
- Overview: index.md
- Install: install.md
- Features: features.md
- Contributing: contrib.md
#- "Get Started": start.md
#- CLI: cli.md
#- Configuration: configuration.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
- javascripts/indentHeading.js
markdown_extensions:
- def_list
- attr_list
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
theme:
logo: https://i.imgur.com/nHDBrIC.png
favicon: https://i.imgur.com/nHDBrIC.png
name: material
features:
- content.code.annotate
- toc.integrate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
#logo: material/square
palette:
- media: ""(prefers-color-scheme: light)""
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: ""(prefers-color-scheme: dark)""
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode