generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (65 loc) · 1.76 KB
/
mkdocs.yml
File metadata and controls
68 lines (65 loc) · 1.76 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
site_name: ASH - Automated Security Helper
site_description: "Your one-stop shop for code security scanning"
site_url: "https://awslabs.github.io/automated-security-helper"
repo_name: "awslabs/automated-security-helper"
repo_url: "https://github.com/awslabs/automated-security-helper"
edit_uri: "edit/main/site/content"
copyright: "© Amazon Web Services, Inc. or its affiliates. All rights reserved."
docs_dir: "docs/content"
site_dir: "public"
# use_directory_urls: true
plugins:
- privacy:
assets_exclude:
- 'github.com/*/actions/workflows/*'
- search
- awesome-nav
- autorefs
- mkdocstrings
- mermaid2
theme:
name: material
custom_dir: docs/overrides
palette:
# Palette toggle for light mode
- scheme: dracula
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font: false
language: en
features:
- navigation.instant
- navigation.indexes
- toc.follow
- content.tabs.link
- search.share
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- content.code.select
icon:
logo: aws-logo-light
repo: fontawesome/brands/github
favicon: assets/images/aws-logo-light.svg
markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom