-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
85 lines (84 loc) · 1.98 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
docs_dir: docs
site_name: yasio
repo_url: https://github.com/yasio/docs-437
repo_name: GitHub
edit_uri: edit/master/docs
copyright: Copyright © 2012 - 2021 yasio.org.
theme:
name: material
logo: assets/images/logo.png
favicon: assets/images/logo.png
nav:
- Home: index.md
- API References:
- io_service Class: api/reference/io_service-class.md
- io_channel Class: api/reference/io_channel-class.md
- io_event Class: api/reference/io_event-class.md
- obstream Class: api/reference/obstream-class.md
- ibstream Class: api/reference/ibstream-class.md
- xxsocket Class: api/reference/xxsocket-class.md
- io_service Options: api/reference/io_service-options.md
- Preprocessor: preprocessor.md
- FAQ: faq.md
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: yasio
repo: docs-437
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
lang:
- en
- ja
separator: '[\s\-\,\。]+'
- pdf-export:
verbose: false
media_type: print
combined: true
combined_output_path: pdf/yasio-latest.pdf
enabled_if_env: DOCS_CI
- minify:
minify_html: true
extra_css:
- 'assets/stylesheets/extra.css'
extra:
alternate:
# Switch to Chinese Simplfied
- name: 简体中文
link: https://yasio.github.io/yasio/
lang: zh
# Switch to English
- name: English
link: https://yasio.github.io/en/
lang: en
version:
provider: mike