-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (30 loc) · 746 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (30 loc) · 746 Bytes
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
site_name: Pychanasync Docs
site_url: https://gwali-1.github.io/PY_CHANNELS_ASYNC/
site_dir: site
nav:
- Home: 'index.md'
plugins:
- search
extra_css:
- styles/extra.css
markdown_extensions:
# Python Markdown
- attr_list
- def_list
- md_in_html
- meta
- pymdownx.superfences # required extension
- pymdownx.highlight:
use_pygments: true # use pygments library
pygments_style: default # use 'default' style
noclasses: true # update HTML style attr
- pymdownx.inlinehilite # style inline code
theme:
name: terminal
features:
- navigation.side.indexes
- revision.date
- search
font:
text: Noto Sans Mono
code: Roboto Mono