-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (72 loc) · 1.92 KB
/
mkdocs.yml
File metadata and controls
85 lines (72 loc) · 1.92 KB
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
site_name: TouDoum-Framework
site_url: https://toudoum-framework.github.io
site_author: Gabin Lanore
site_description: >-
A project for massively distribute tasks by writing a simple module and running it with cli
repo_name: TouDoum-Framework
repo_url: https://github.com/TouDoum-Framework/TouDoum-Framework
edit_uri: https://github.com/TouDoum-Framework/toudoum-framework.github.io
nav:
- Home: index.md
- Run:
- Introduction: run/index.md
- Requirement: run/requirement.md
- Install: run/install.md
- Upgrade: run/upgrade.md
- Extend:
- Introduction: extend/index.md
- Create module: extend/create_module.md
- Api: extend/api.md
- Tasks: extend/tasks.md
- Cli: extend/cli.md
- Cli:
- Introduction: cli/index.md
- Install: cli/install.md
- WebUI: webui.md
- About: about.md
plugins:
- minify:
minify_html: true
extra:
generator: true
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/NetbytesSpace
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/netbytes-space/
- icon: fontawesome/brands/github
link: https://github.com/NetBytes-Space
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/logo.png
icon:
logo: logo
repo: fontawesome/brands/git-alt
font:
text: Roboto
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
plugins:
- social
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode