-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
87 lines (86 loc) · 2.82 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: Assimilator - the best Python patterns
site_description: Assimilator Python framework, Domain-Driven Design, DDD, high performance, easy to learn, fast to code
theme:
name: material
custom_dir: docs/docs_theme
logo: images/logo.png
favicon: images/icon.png
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.footer
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
nav:
- Introduction: index.md
- Concepts: concepts.md
- Basic tutorials:
- Important things: tutorial/important.md
- Database tutorial: tutorial/database.md
- Advanced database tutorial: tutorial/advanced_database.md
- How to create patterns: tutorial/how_to_create.md
- Architecture tutorial: tutorial/architecture_tutorial.md
# - Events tutorial: tutorial/events.md
- SQLAlchemy:
- Database: alchemy/database.md
# - Events: alchemy/events.md
- Internal:
- Database: internal/database.md
# - Events: internal/events.md
# - Kafka:
# - Events: kafka/events.md
- Redis:
- Database: redis/database.md
# - Events: redis/events.md
- MongoDB:
- Database: mongo/database.md
- Services Tutorial: services.md
- Unidentified Patterns: unidentified_patterns.md
- Video Tutorials: video_tutorials.md
- Help us make the future🤩: help_framework.md
- ✨Usability Update(1.3.0)✨: new_changes.md
- 🕢Next update🕢: next_update.md
repo_url: https://github.com/knucklesuganda/py_assimilator
repo_name: knucklesuganda/py_assimilator
site_author: Andrey Ivanov | Python
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
analytics:
provider: google
property: G-7PEMV9YSS5
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:python.on.papyrus@gmail.com
copyright: Copyright © 2023 Andrey Ivanov
extra_javascript:
- https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8262462913055533
- scripts/add_footer.js
- scripts/feedback.js