-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (53 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
61 lines (53 loc) · 1.3 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
copyright: 'Copyright © 2020 - 2025'
docs_dir: '../../docs/en'
extra:
alternate:
- lang: en
- link: /python-aiocli/en/
name: English
- link: /python-aiocli/es/
name: Spanish
lang: es
generator: false
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/denisnavarroalcaide
- icon: fontawesome/brands/github
link: https://github.com/aiopy
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- aiocli: index.md
- features.md
- Advanced User Guide:
- advanced/serverless_support.md
- advanced/test_support.md
- advanced/middleware.md
- advanced/exception_handler.md
- advanced/hooks.md
- advanced/state.md
- release-notes.md
plugins:
- search:
lang: en
repo_name: 'aiopy/python-aiocli'
repo_url: 'https://github.com/aiopy/python-aiocli'
site_description: 'Simple and lightweight async console runner'
site_dir: '../../generated/en'
site_name: 'aiocli'
site_url: 'https://aiopy.github.io/python-aiocli/'
theme:
features:
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github-alt
language: en
name: material
palette:
- accent: pink
primary: red
scheme: default