-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmkdocs.yml
50 lines (43 loc) · 957 Bytes
/
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
site_name: python-mecab-ko
site_description: A python binding for mecab-ko
site_author: Jonghwan Hyeon
repo_url: https://github.com/jonghwanhyeon/python-mecab-ko
repo_name: jonghwanhyeon/python-mecab-ko
nav:
- Overview: index.md
- install.md
- Usage:
- usage/basic.md
- usage/advanced.md
- usage/dictionary.md
- usage/custom-vocabulary.md
- usage/cli.md
- api.md
theme:
name: material
icon:
logo: material/form-textbox
repo: fontawesome/brands/github
features:
- content.code.annotate
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
members_order: source
group_by_category: false
show_bases: false
show_source: false
watch:
- mecab