forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
142 lines (135 loc) · 4.3 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
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
- 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
- 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
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
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
- 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: 4
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.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
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/aws-amplify.min.js
- javascript/extra.js
extra:
version:
provider: mike
default: latest