-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (54 loc) · 1.4 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
site_name: 'MashTun'
site_url: 'https://ptux.github.io/mashtun'
site_author: 'Shuang Wang'
repo_url: https://github.com/ptux/mashtun
remote_branch: master
edit_uri: edit/master/docs/
copyright: 'Copyright © Shuang Wang (@ptux) ALL RIGHTS RESERVED.'
docs_dir: docs
use_directory_urls: False
theme:
name: material
custom_dir: 'theme'
include_search_page: false
search_index_only: true
language: 'ja'
features:
- navigation.tabs
- navigation.expand
plugins:
- tags:
tags_file: tags.md
- search
extra:
search:
language: 'jp'
analytics:
provider: google
property: UA-133165196-1
social:
- icon: fontawesome/brands/github
link: https://github.com/ptux
- icon: fontawesome/brands/twitter
link: https://twitter.com/ooocamel
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ptux/
disqus: mashtun-1
markdown_extensions:
- toc:
permalink: true
- plantuml_markdown:
server: http://www.plantuml.com/plantuml
- meta
nav:
- "index.md"
- Artifacts:
- Path2Ansible:
- "Artifacts/Path2Ansible/1. Automation and Autonomy.md"
- "Artifacts/Path2Ansible/2. Fix doc.md"
- "Artifacts/Path2Ansible/3. Fix bug.md"
- "Artifacts/Path2Ansible/4. Add new feature.md"
- "Artifacts/Path2Ansible/5. Add new module.md"
- LearnByTeaching:
- "LearnByTeaching/pod-lifecycle.md"
- "LearnByTeaching/rate-avg-func.md"