forked from Patbox/TextPlaceholderAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (44 loc) · 1007 Bytes
/
mkdocs.yml
File metadata and controls
51 lines (44 loc) · 1007 Bytes
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
site_name: Placeholder API
repo_url: https://github.com/Patbox/TextPlaceholderAPI
repo_name: Patbox/TextPlaceholderAPI
nav:
- index.md
- For Users:
- user/general.md
- user/default-placeholders.md
- user/mod-placeholders.md
- user/text-format.md
- For Developers:
- dev/getting-started.md
- dev/adding-placeholders.md
- dev/parsing-placeholders.md
- dev/text-format.md
theme:
name: material
logo: assets/logo.png
favicon: images/favicon.png
palette:
- scheme: slate
primary: teal
accent: teal
features:
- navigation.expand
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: teal
accent: teal
features:
- navigation.expand
toggle:
icon: material/weather-night
name: Switch to dark mode
extra_css:
- assets/style.css
plugins:
- search
extra:
version:
provider: mike
default: latest