-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
137 lines (130 loc) · 3.15 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
site_name: Sample Connector for Bedrock
site_description: Docs for Bedrock Connector
site_url: https://aws-samples.github.io/sample-connector-for-bedrock/ # Change this to your site URL
repo_name: aws-samples/sample-connector-for-bedrock
repo_url: https://github.com/aws-samples/sample-connector-for-bedrock
theme:
name: material
# logo: attachments/AWS_Logo.png #favicons.png
# favicon: assets/meta/AWS_Logo.png #favicons.png
custom_dir: docs/.overrides
font:
text: Ubuntu
code: Ubuntu Mono
language: en
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: aws
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
- navigation.expand # auto expand folder in navi
- search.suggest
- search.highlight
- toc.follow
- content.code.copy
# Extensions
markdown_extensions:
- footnotes
- nl2br
- attr_list
- sane_lists
- meta
- smarty
- tables
- mdx_breakless_lists
- def_list
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.magiclink
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- toc:
permalink: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ["docs/CLI/functions", "docs/cloud9", "."]
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 简体中文
build: true
- search
- meta-descriptions
- ezlinks:
wikilinks: true
- awesome-pages
- tags:
tags_file: tags.md
- glightbox:
touchNavigation: false
loop: false
zoomable: true
draggable: false
# - mkdocs_exclude_tagged_files:
# tags_to_exclude: ["panlm", "awscorp"]
# - pagetree
# - section-index
# - file-filter:
# exclude_tag:
# - draft
- git-revision-date-localized:
type: timeago
timezone: Asia/Shanghai
locale: en
custom_format: "%A %d %B %Y"
enable_creation_date: true
fallback_to_build_date: false
exclude:
- index.md
- index.zh.md
enabled: true
strict: true
# extra:
# status:
# awsblog: blogs released on aws
# myblog: my blogs
# analytics:
# provider: google
# property: G-8C6HW94JT3
extra_css:
- extra.css