-
Notifications
You must be signed in to change notification settings - Fork 421
/
Copy pathmkdocs.yml
205 lines (198 loc) · 6.54 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
site_name: Powertools for AWS Lambda (Python)
site_description: Powertools for AWS Lambda (Python)
site_author: Amazon Web Services
repo_url: https://github.com/aws-powertools/powertools-lambda-python
edit_uri: edit/develop/docs
nav:
- Homepage:
- index.md
- Changelog: changelog.md
- API reference: api/" target="_blank
- Upgrade guide: upgrade.md
- We Made This (Community): we_made_this.md
- Workshop 🆕: https://s12d.com/powertools-for-aws-lambda-workshop" target="_blank
- Roadmap: roadmap.md
- Features:
- core/tracer.md
- core/logger.md
- Metrics:
- core/metrics/index.md
- Amazon CloudWatch EMF: core/metrics.md
- Datadog: core/metrics/datadog.md
- Event Handler:
- core/event_handler/api_gateway.md
- core/event_handler/appsync.md
- core/event_handler/bedrock_agents.md
- utilities/parameters.md
- utilities/batch.md
- utilities/typing.md
- utilities/validation.md
- utilities/data_classes.md
- utilities/parser.md
- utilities/idempotency.md
- utilities/data_masking.md
- utilities/feature_flags.md
- utilities/streaming.md
- utilities/middleware_factory.md
- utilities/jmespath_functions.md
- CloudFormation Custom Resources: https://github.com/aws-cloudformation/custom-resource-helper" target="_blank
- Tutorial: tutorial/index.md
- Processes:
- Security: security.md
- Automation: automation.md
- Versioning policy: versioning.md
- Roadmap: roadmap.md
- Maintainers: maintainers.md
- Contributing:
# - contributing/index.md
- Development environment: contributing/setup.md
- Your first contribution: contributing/getting_started.md
- Conventions: contributing/conventions.md
# - Testing:
# - Unit tests: contributing/testing/unit_tests.md
# - Functional tests: contributing/testing/functional_tests.md
# - End-to-end tests: contributing/testing/e2e_tests.md
# - Documentation:
# - User guide: contributing/documentation/user_guide.md
# - API guide: contributing/documentation/api_guide.md
# - Tutorials: contributing/documentation/tutorials.md
# - Request For Comments (RFC): contributing/documentation/rfc.md
# - Tracks:
# - Overview: contributing/tracks/overview.md
# - Casual to regular contributor: contributing/tracks/casual_regular_contributor.md
# - Customer to advocate: contributing/tracks/customer_advocate.md
- API Documentation:
- JMESPath Functions: api_doc/jmespath_functions.md
- Parameters:
- Base: api_doc/parameters/base.md
- AppConfig: api_doc/parameters/appconfig.md
- DynamoDB: api_doc/parameters/dynamodb.md
- SSM: api_doc/parameters/ssm.md
- Secrets: api_doc/parameters/secrets.md
- Parser: api_doc/parser.md
- Streaming: api_doc/streaming.md
- Typing: api_doc/typing.md
- Validation: api_doc/validation.md
theme:
name: material
font:
text: Ubuntu
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- header.autohide
- navigation.sections
- navigation.top
- navigation.instant
- navigation.indexes
- navigation.tracking
- navigation.tabs
- content.code.annotate
- content.code.copy
- content.tabs.link
icon:
repo: fontawesome/brands/github
logo: media/aws-logo-light.svg
favicon: media/aws-logo-light.svg
custom_dir: docs/overrides
markdown_extensions:
- admonition
- abbr
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.highlight:
linenums: true
- pymdownx.details
- pymdownx.snippets:
base_path: "."
check_paths: true
restrict_base_path: false
auto_append:
- includes/abbreviations.md
- meta
- toc:
permalink: true
toc_depth: 5
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
copyright: Copyright © 2023 Amazon Web Services
plugins:
- git-revision-date
- search
- mkdocstrings:
default_handler: python
enable_inventory: true
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
# Headings
#heading_level: 2
#show_root_heading: true
#show_root_toc_entry: true
#show_root_full_path: true
#show_root_members_full_path: false
#show_object_full_path: false
show_category_heading: false
# Members
filters: ["!^_"]
group_by_category: true
members_order: alphabetical
show_submodules: true
# Docstrings
docstring_style: numpy
docstring_options:
ignore_init_summary: true
docstring_section_style: spacy
merge_init_into_class: true
show_if_no_docstring: false
# Signature
show_signature: true
show_signature_annotations: true
separate_signature: true
summary: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/aws-amplify.min.js
- javascript/extra.js
- https://docs.powertools.aws.dev/shared/mermaid.min.js
extra:
version:
provider: mike
default: latest
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/B8zZKbbyET
name: Discord Server for Powertools for AWS
- icon: material/web
link: https://powertools.aws.dev/
name: Official website for Powertools for AWS
- icon: simple/python
link: https://pypi.org/project/aws-lambda-powertools/
name: PyPi package