generated from ran-isenberg/aws-lambda-handler-cookbook
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
85 lines (79 loc) · 2 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
site_name: AWS Lambda Handler CookBook
site_description: AWS Lambda Handler CookBook
site_author: Ran Isenberg
repo_url: https://github.com/ran-isenberg/aws-lambda-env-modeler
edit_uri: edit/main/docs
nav:
- Homepage: index.md
theme:
name: material
font:
text: Ubuntu
palette:
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.instant
- navigation.indexes
- navigation.tracking
- content.code.annotate
icon:
repo: fontawesome/brands/github
logo: media/builder.png
favicon: media/favicon.png
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
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
copyright: Copyright © 2023 Ran Isenberg
plugins:
- git-revision-date
- search
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: google
property: G-VN803S5YZ3
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ran-isenberg/aws-lambda-env-modeler
- icon: fontawesome/brands/twitter
link: https://twitter.com/IsenbergRan
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ranisenberg/
- icon: fontawesome/brands/medium
link: https://medium.com/@isenberg-ran
- icon: fontawesome/solid/globe
link: https://www.ranthebuilder.cloud