-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.66 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: Fractale documentation
site_url: https://doc.fractale.co/
repo_url: https://github.com/fractal6/doc
repo_name: 'Source' # works with repo_url
copyright: 'Copyright © 2024 The Fractale Team'
extra_css:
- stylesheets/extra.css
extra:
#homepage: https://fractale.co
generator: false
social:
- icon: custom/logo
link: https://fractale.co
name: fractale.co
- icon: fontawesome/brands/github
link: https://github.com/fractal6/doc
- icon: material/chat-outline
link: https://matrix.to/#/#fractal6:matrix.org
name: Chat on matrix
nav:
- Introduction: index.md
- Role & Circle: circle.md
- Tension: tension.md
- Quick Help: _shorts/help.md
- Developer FAQ: faq_dev.md
theme:
name: material
logo: assets/logo.png
custom_dir: overrides
features:
- toc.integrate
- announce.dismiss
palette:
- scheme: slate
primary: teal
accent: green
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: indigo
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
plugins:
- search
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: fr
name: Français
build: true
markdown_extensions:
- tables
- footnotes
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- toc:
baselevel: 1