-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (44 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
52 lines (44 loc) · 1.04 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
copyright: 'Copyright © 2020 - 2025'
docs_dir: '../../docs/en'
extra:
alternate:
- lang: en
- link: /python-aioddd/en/
name: English
- link: /python-aioddd/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:
- aioddd: index.md
plugins:
- search:
lang: en
repo_name: 'aiopy/python-aioddd'
repo_url: 'https://github.com/aiopy/python-aioddd'
site_description: 'Async Python DDD utilities library'
site_dir: '../../generated/en'
site_name: 'aioddd'
site_url: 'https://aiopy.github.io/python-aioddd/'
theme:
features:
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github-alt
language: en
name: material
palette:
- accent: pink
primary: red
scheme: default