-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (88 loc) · 1.99 KB
/
mkdocs.yml
File metadata and controls
98 lines (88 loc) · 1.99 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
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
# Project Information
site_name: docs9
site_description: 酒井 Docs
site_author: net9
site_url: https://docs.net9.org
strict: false
# Repository
repo_name: 'net9/docs9'
repo_url: 'https://github.com/net9/docs9'
edit_uri: 'blob/master/docs/'
# Copyright
copyright: 'Copyright © 2021 THU.DCST.SAST.NET'
# Theme
theme:
name: 'material'
language: 'zh'
palette:
primary: white
accent: red
scheme: preference
icon:
repo: fontawesome/brands/github
favicon: 'static/img/favicon.png'
features:
- navigation.tabs
- search.suggest
- search.highlight
font:
text: Source Sans Pro
code: Source Code Pro
custom_dir: docs/overrides
plugins:
- search:
lang: ja
- minify:
minify_html: true
- git-revision-date-localized:
fallback_to_build_date: true
- git-authors:
show_contribution: true
show_line_count: true
# Contents
nav:
- 简介:
- Getting Started: index.md
- 格式手册: intro/format.md
# Extensions
markdown_extensions:
- admonition
- md_in_html
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
search:
language: 'jp'
extra_javascript:
- 'https://cdnjs.loli.net/ajax/libs/pangu/3.3.0/pangu.min.js'
- 'static/js/extra.js'
- 'https://cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- 'static/css/extra.css'