-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (52 loc) · 1.29 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (52 loc) · 1.29 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
site_name: filter-matome Docs
site_description: filter-matome の使い方と各機能のドキュメント
site_url: https://roflsunriz.github.io/filter-matome/
repo_url: https://github.com/roflsunriz/filter-matome
repo_name: roflsunriz/filter-matome
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: .mkdocs-build/site
theme:
name: material
language: ja
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: ダークモードに切り替え
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: ライトモードに切り替え
features:
- navigation.sections
- navigation.top
- content.code.copy
nav:
- ホーム: index.md
- filter-matome:
- 使い方ガイド README: USAGE.md
- 機能別ドキュメント:
- mylist2 README: mylist2.md
- comment-filter2 README: comment-filter2.md
- Github:
- Issue の作り方: how-to-make-an-issue.md
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.superfences
- tables
- toc:
permalink: true
extra:
build_date: !ENV [DOCS_BUILD_DATE, "ローカルビルド"]
hooks:
- scripts/mkdocs_hooks.py