-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (56 loc) · 1.69 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
57
58
59
60
61
62
63
64
site_name: Diff Bot(Differential Robot)
site_url: https://takagon-dynamics.github.io/diff_bot_documentation
site_author: Tatsuhiro Ikebe
repo_name: takagon-dynamics/diff_bot_documentation
repo_url: https://github.com/takagon-dynamics/diff_bot_documentation
repo: fontawesome/brands/github
copyright: Copyright © 2022 Tatsuhiro Ikebe
theme:
name: material
language: ja
logo: 'https://i.gyazo.com/667c1d52a447f38d53cd52beadbb40f1.png'
favicon: 'https://i.gyazo.com/ed2afbfd0328143ef7e2c0418172348f.png'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- navigation.tabs
- navigation.top
- navigation.expand
- content.code.annotate
palette:
- scheme: default
primary: pink
accent: pink
toggle:
icon: material/toggle-switch-off-outline
name: ダークモードに切り替えます。
- scheme: slate
primary: idigo
accent: indigo
toggle:
icon: material/toggle-switch
name: ライトモードに切り替えます。
icon:
repo: fontawesome/brands/github
extra:
logo:
icon: 'developer_board'
manifest: 'manifest.webmanifest'
social:
- icon: fontawesome/brands/github
link: https://github.com/uhobeike
- icon: fontawesome/brands/twitter
link: https://twitter.com/BEIKE_RE
markdown_extensions:
- admonition
- footnotes
- codehilite:
guess_lang: true
pygments_style: colorful
linenums: false
nav:
- Home:
- このサイトについて: index.md
- Document:
- Diff Botについて: document/diff_bot_documentaion.md