-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
106 lines (99 loc) · 2.65 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
site_name: Powertools for AWS Lambda (.NET)
site_description: Powertools for AWS Lambda (.NET)
site_author: Amazon Web Services
repo_url: https://github.com/aws-powertools/powertools-lambda-dotnet
edit_uri: edit/develop/docs
nav:
- Homepage: index.md
- References: references.md
- Changelog: changelog.md
- Roadmap: roadmap.md
- API Reference: api/" target="_blank
- We Made This (Community): we_made_this.md
- Workshop 🆕: https://s12d.com/powertools-for-aws-lambda-workshop" target="_blank
- Core utilities:
- core/logging.md
- core/metrics.md
- core/tracing.md
- Utilities:
- utilities/parameters.md
- utilities/idempotency.md
- utilities/batch-processing.md
- utilities/jmespath-functions.md
theme:
name: material
font:
text: Ubuntu
palette:
- scheme: default
primary: blue
accent: deep blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: deep blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- header.autohide
- navigation.sections
- navigation.expand
- navigation.top
- navigation.instant
- navigation.indexes
- navigation.tracking
- content.code.annotate
- toc.follow
- announce.dismiss
icon:
repo: fontawesome/brands/github
logo: media/aws-logo-light.svg
favicon: media/aws-logo-light.svg
custom_dir: docs/overrides
markdown_extensions:
- admonition
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
linenums: true
- pymdownx.details
- pymdownx.snippets:
base_path: "."
check_paths: True
- 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
- md_in_html
copyright: Copyright © 2024 Amazon Web Services
plugins:
- git-revision-date
- search
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
social:
- icon: fontawesome/brands/github
link: https://github.com/aws-powertools/powertools-lambda-dotnet
- icon: fontawesome/brands/discord
link: https://discord.gg/B8zZKbbyET
name: Join our Discord Server!