-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (40 loc) · 1.01 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
site_name: hole4
site_url: https://hole4.readthedocs.io
repo_name: ImTemane/hole4
repo_url: https://github.com/ImTemane/hole4
theme:
name: material
logo: img/logohole4.png
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.tooltips
- content.action.edit
- content.action.view
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
copyright: By <a href="https://github.com/ImTemane">ImTemane</a>. hole4 is under MIT license.
nav:
- Home: index.md
- Download: download.md
- Getting started:
- Frequents problems: frequents-problems.md
- Functions: functions.md
- Tools:
- Update checker: update-checker.md