-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
180 lines (152 loc) · 4.61 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
site_name: Mongorunway
repo_url: https://github.com/Animatea/mongorunway
repo_name: Animatea/mongorunway
site_url: https://mongorunway/docs/
site_description: A MongoDB migration tool documentation.
site_author: Animatea
copyright: >
Copyright © 2023 Animatea
nav:
- "Home":
- index.md
- "Quickstart":
- docs/quickstart_steps/installation.md
- docs/quickstart_steps/setup.md
- docs/quickstart_steps/usage.md
- "API Reference":
- "Shared":
- docs/shared/util.md
- docs/shared/api.md
- docs/shared/mongo.md
- "Application":
- "Services":
- docs/application/services/checksum_service.md
- docs/application/services/validation_service.md
- docs/application/services/migration_service.md
- docs/application/services/status_service.md
- docs/application/services/versioning_service.md
- "Ports":
- docs/application/ports/auditlog_journal.md
- docs/application/ports/repository.md
- docs/application/ports/config_reader.md
- docs/application/ports/filename_strategy.md
- docs/application/applications.md
- docs/application/config.md
- docs/application/event_manager.md
- docs/application/filesystem.md
- docs/application/output.md
- docs/application/session.md
- docs/application/traits.md
- docs/application/transactions.md
- docs/application/use_cases.md
- docs/application/ux.md
- "Domain":
- docs/domain/migration.md
- docs/domain/migration_auditlog_entry.md
- docs/domain/migration_business_module.md
- docs/domain/migration_business_rule.md
- docs/domain/migration_command.md
- docs/domain/migration_event_manager.md
- docs/domain/migration_context.md
- docs/domain/migration_exception.md
- docs/domain/migration_event.md
- "Infrastructure":
- docs/infrastructure/config_readers.md
- docs/infrastructure/filename_strategies.md
- docs/infrastructure/repositories.md
- docs/infrastructure/auditlog_journals.md
- docs/infrastructure/commands.md
- docs/infrastructure/event_handlers.md
- "Presentation":
- docs/presentation/cli.md
- docs/presentation/formatters.md
- docs/presentation/presenters.md
- "Examples":
- docs/examples/use_api.md
- docs/examples/custom_commands.md
- docs/examples/custom_event_handlers.md
- docs/examples/custom_repository.md
- docs/examples/custom_rules.md
extra_css:
- stylesheets/critic.css
- stylesheets/mkdocs.css
- stylesheets/mongodb-color-palette.css
theme:
name: material
custom_dir: docs/overrides
logo: assets/mongodb_logo.png
favicon: assets/mongodb_logo.png
features:
- content.code.copy
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.expand
palette:
# Palette toggle for light mode
- scheme: default
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
plugins:
- search:
lang: en
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
docstring_style: numpy
inherited_members: true
rendering:
docstring_section_style: spacy
show_if_no_docstring: true
merge_init_into_class: false
show_signature_annotations: false
show_source: true
show_submodules: false
show_root_heading: true
separate_signature: false
import:
- https://docs.python.org/3.9/objects.inv
- https://animatea.github.io/mongorunway/objects.inv
markdown_extensions:
- markdown.extensions.attr_list
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- attr_list
- md_in_html
- footnotes
- tables
- toc:
permalink: "¤"
watch:
- mongorunway
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/mongorunway/
- icon: fontawesome/brands/discord
link: https://discord.com/invite/KKUFRZCt4f/