-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (40 loc) · 1023 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (40 loc) · 1023 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
site_name: FaBo Cals Docs
theme:
name: material
custom_dir: 'theme'
language: 'ja'
palette:
primary: 'green'
accent: 'black'
logo: 'logo.png'
favicon: 'favicon.png'
extra:
search:
language: 'jp'
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
noclasses: false
pygments_style: monokai
linenums: true
- pymdownx.superfences
- admonition
- pymdownx.keys
- attr_list
nav:
- Home: "index.md"
- D9C:
- D9シリーズ: "d9c/docs.md"
- C101-D9C: "d9c/c101_d9c.md"
extra_css:
# - "https://fonts.googleapis.com/earlyaccess/notosansjp.css"
# - "https://fonts.googleapis.com/css?family=Open+Sans:600,800"
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
# - "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css"
- "css/version-select.css"
- "css/custom.css"
extra_javascript:
- javascripts/version-select.js
- javascripts/extra.js
plugins:
- macros