-
Notifications
You must be signed in to change notification settings - Fork 47
/
mkdocs.yml
88 lines (83 loc) · 2.69 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
site_name: Deployment Pipeline Reference Architecture
repo_name: "aws-deployment-pipeline-reference-architecture"
repo_url: "https://github.com/aws-samples/aws-deployment-pipeline-reference-architecture"
docs_dir: "docs"
edit_uri: "edit/main/docs/"
copyright: Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved.
use_directory_urls: !ENV [USE_DIRECTORY_URLS, true]
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- toc.integrate
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Overview: 'index.md'
- Application Pipeline:
- Architecture: 'application-pipeline/index.md'
- Reference Implementations:
- AWS CDK Pipelines: 'application-pipeline/ri-cdk-pipeline.md'
- Amazon CodeCatalyst: 'application-pipeline/ri-codecatalyst-pipeline.md'
- Additional Sources: 'application-pipeline/additional-sources.md'
# - Compute Image Pipeline:
# - Architecture: 'compute-image-pipeline/index.md'
# - Account Fleet Management Pipeline:
# - Architecture: 'account-fleet-management-pipeline/index.md'
# - Machine Learning Pipeline:
# - Architecture: 'machine-learning-pipeline/index.md'
- Dynamic Configuration Pipeline:
- Architecture: 'dynamic-configuration-pipeline/index.md'
- Reference Implementations:
- CDK Pipelines + AppConfig: 'dynamic-configuration-pipeline/ri-cdk-codepipeline-appconfig.md'
markdown_extensions:
- def_list
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.inlinehilite
- pymdownx.extra
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- mkdocs_graphviz
plugins:
- search
- codeinclude
- drawio-exporter:
drawio_args:
- --no-sandbox
- with-pdf:
author: AWS Global Services Security
copyright: Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved.
cover_subtitle: "September 2022"
enabled_if_env: ENABLE_PDF_EXPORT
ordered_chapter_level: 1
- social:
cards_color:
text: "#ff9900"
fill: "#d4dada"
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: google
property: G-Z5XE517K9W