generated from ran-isenberg/aws-lambda-handler-cookbook
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathzensical.toml
More file actions
106 lines (83 loc) · 2.66 KB
/
zensical.toml
File metadata and controls
106 lines (83 loc) · 2.66 KB
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
[project]
site_name = "AWS Lambda Env Modeler"
site_description = "AWS Lambda Environment Variables Modeler - Python library for validating and managing environment variables in AWS Lambda functions"
site_author = "Ran Isenberg"
site_url = "https://ran-isenberg.github.io/aws-lambda-env-modeler/"
copyright = "Copyright © 2026 Ran Isenberg"
repo_url = "https://github.com/ran-isenberg/aws-lambda-env-modeler"
repo_name = "GitHub"
edit_uri = "edit/main/docs"
nav = [
{ "Home" = "index.md" },
{ "Getting Started" = "getting-started.md" },
{ "Usage" = "usage.md" },
{ "Testing" = "testing.md" },
]
extra_css = ["stylesheets/extra.css"]
[project.theme]
language = "en"
logo = "media/builder.png"
favicon = "media/favicon.png"
features = [
"content.code.annotate",
"navigation.expand",
"navigation.indexes",
"navigation.instant",
"navigation.sections",
"navigation.top",
"navigation.tracking",
]
[project.theme.font]
text = "Ubuntu"
[[project.theme.palette]]
scheme = "default"
primary = "blue"
toggle.icon = "material/toggle-switch-off-outline"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
primary = "indigo"
accent = "teal"
toggle.icon = "material/toggle-switch"
toggle.name = "Switch to light mode"
[project.theme.icon]
repo = "fontawesome/brands/github"
# Markdown extensions
[project.markdown_extensions.admonition]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.meta]
[project.markdown_extensions.toc]
permalink = true
toc_depth = 4
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
[project.markdown_extensions.pymdownx.highlight]
linenums = true
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.snippets]
base_path = "."
check_paths = true
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.emoji]
emoji_index = "zensical.extensions.emoji.twemoji"
emoji_generator = "zensical.extensions.emoji.to_svg"
[project.markdown_extensions.pymdownx.superfences]
custom_fences = [
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" },
]
# Social links
[[project.extra.social]]
icon = "fontawesome/brands/github-alt"
link = "https://github.com/ran-isenberg/aws-lambda-env-modeler"
[[project.extra.social]]
icon = "fontawesome/brands/twitter"
link = "https://twitter.com/IsenbergRan"
[[project.extra.social]]
icon = "fontawesome/brands/linkedin"
link = "https://www.linkedin.com/in/ranisenberg/"
[[project.extra.social]]
icon = "fontawesome/brands/medium"
link = "https://medium.com/@isenberg-ran"
[[project.extra.social]]
icon = "fontawesome/solid/globe"
link = "https://www.ranthebuilder.cloud"