-
Notifications
You must be signed in to change notification settings - Fork 764
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (99 loc) · 2.31 KB
/
mkdocs.yml
File metadata and controls
99 lines (99 loc) · 2.31 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
99
# project information
site_name: OSharp文档中心
site_description: OSharp快速开发框架文档中心, .NetCore 快速开发框架
site_author: osharp.org
site_url: https://docs.osharp.org
repo_name: dotnetcore/osharp
repo_url: https://github.com/dotnetcore/osharp/
edit_uri: "edit/master/docs/docs/"
dev_addr: 127.0.0.1:4205
copyright: Copyright © 2014 - 2022 OSHARP.ORG
# active material-theme
theme:
name: material
language: zh
favicon: assets/favicon.ico
logo: assets/logo.svg
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
# - navigation.expand
- navigation.top
- announce.dismiss
- header.autohide
- content.code.annotate
font:
text: Roboto
code: Roboto Mono
# customization
extra:
social:
- icon: fontawesome/brands/houzz
link: https://www.osharp.org/
- icon: fontawesome/brands/github
link: https://github.com/dotnetcore/osharp/
- icon: fontawesome/brands/chromecast
link: https://www.cnblogs.com/guomingfeng/
# css, js
extra_css:
- "assets/css/custom.css"
extra_javascript:
- "assets/js/jquery.min.js"
- "assets/js/custom.js"
# plugins
plugins:
- search
- glightbox
- awesome-pages
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
js_files:
- assets/js/custom.js
css_files:
- assets/css/custom.css
# extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: true
- codehilite:
guess_lang: false
linenums: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- 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:
anchor_linenums: true
auto_title: true
linenums: true
linenums_style: pymdownx-inline
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde