-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (56 loc) · 1.23 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
site_name: Plugin Docs
theme:
name: material
language: ja
logo: null
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.tabs
- content.code.copy
palette:
- scheme: default
primary: green
accent: light green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: green
accent: light green
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- List:
- List: list/index.md
- Main: list/main.md
- Res : list/res.md
- Lobby: list/lobby.md
- Edit Docs: how-to-add.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search:
lang: ja
- i18n:
docs_structure: folder
languages:
- locale: ja
default: true
name: 日本語
build: true
repo_url: https://github.com/morinoparty/documentation
repo_name: Plugin Documentation
copyright: No Rights Reserved. CC0