-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
126 lines (117 loc) · 2.96 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
site_name: Lantana
copyright: "Copyright © 2022 WSOFT All rights reserved."
author: WSOFT
docs_dir: "docs"
site_url: "https://lantana.wsoft.ws/"
repo_name: "GitHub"
repo_url: "https://github.com/WSOFT-Project/lantana/"
edit_uri: "blob/main/docs/"
edit_uri_template: "blob/master/docs/{path}"
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# ↓は、MermaidPreCompilerを使わない場合に使う
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js
logo: favicon.png
favicon: favicon.png
image: favicon.png
disable_darkmode: true
share:
twitter_params: "&via=WSOFT7&related=WSOFT7&hashtags=WSOFTDocs"
theme:
name: lantana
locale: ja
custom_dir: lantana/
static_templates:
- 404.html
- -lantana/about/index.html
- -lantana/status/index.html
- -lantana/version.json
status: true
plugins:
- search:
lang: "ja"
min_search_length: 2
- git-authors:
show_email_address: true
count_empty_lines: true
fallback_to_empty: false
enabled: true
- git-revision-date
- awesome-pages
- git-authors:
show_email_address: true
count_empty_lines: true
fallback_to_empty: false
enabled: true
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
name: English
build: true
site_name: "Lantana"
theme:
locale: en
untranslated_message: "This page is not available in English."
- locale: ja
default: true
name: 日本語
build: true
site_name: "Lantana"
theme:
locale: ja
nav_translations:
Contribute: 貢献
CheatSheet: チートシート
Extensions: 拡張機能
Tutrial: チュートリアル
markdown_extensions:
- toc:
slugify: !!python/name:lantana.extensions.fixed_toc.slugify
separator: "-"
permalink: true
- lantana
- lantana.alerts2
- lantana.selector
- attr_list
- lantana.cards
- lantana.mtables
- mdx_wsid
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- admonition
- pymdownx.arithmatex:
generic: true
- md_in_html
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret:
smart_insert: false
- pymdownx.keys
- pymdownx.mark:
smart_mark: false
- pymdownx.tilde:
smart_delete: false
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink
- pymdownx.striphtml
- lantana.link_opennewtab
- lantana.alerts
- lantana.accordion
- lantana.codeblock_copybtn
- lantana.mermaid_precompile
- lantana.tabs