-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
94 lines (83 loc) · 2.12 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
site_name: WSOFTDocs
header_name: Docs
copyright: "Copyright © 2017 WSOFT All Rights reserved."
docs_dir: "docs"
site_url: "https://docs.wsoft.ws/"
repo_name: "GitHub"
repo_url: "https://github.com/WSOFT-Project/docs/"
edit_uri: "blob/master/docs/"
edit_uri_template: "blob/master/docs/{path}"
# Docs内での検索を有効化
visible_search: true
# 印刷時にヘッダーを非表示に
disable_header_when_printing: true
# WSOFT共通フッターを読み込んでいるため非表示
disable_footer: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- /site.js
image: https://wsoft.ws/favicon.ico
favicon_svg: https://wsoft.ws/favicon.svg
language: ja
share:
twitter_params: "&via=WSOFT7&related=WSOFT7&hashtags=WSOFTDocs"
theme:
name: "lantana"
custom_dir: theme_ext/
locale: ja
plugins:
- search:
lang: "ja"
min_search_length: 2
- git-revision-date
- awesome-pages
- git-authors:
show_email_address: true
count_empty_lines: true
fallback_to_empty: false
enabled: true
markdown_extensions:
- toc:
slugify: !!python/name:lantana.extensions.fixed_toc.slugify
separator: "-"
permalink: true
- lantana
- lantana.alerts2
- lantana.selector
- lantana.extensions.mdx_embedly
- lantana.extensions.mdx_wsid
- attr_list
- lantana.cards
- lantana.mtables
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- lantana.codeblock_copybtn
- admonition
- pymdownx.arithmatex:
generic: true
- md_in_html
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- lantana.mermaid_precompile
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink
- pymdownx.striphtml
- lantana.link_opennewtab:
ignore_rules:
- base_url: "https://wsoft.ws/"
subdomain_depth: 1
- lantana.alerts
- lantana.accordion