forked from aws-games/cloud-game-development-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
151 lines (142 loc) · 4.44 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
site_name: Cloud Game Development Toolkit
site_description: Cloud Game Development Toolkit
site_author: Amazon Web Services
repo_url: https://github.com/aws-games/cloud-game-development-toolkit
repo_name: aws-games/cloud-game-development-toolkit
site_url: https://aws-games.github.io/cloud-game-development-toolkit/
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
admonition:
info: octicons/info-16
logo: media/logos/aws-logo-white.svg
favicon: media/logos/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
#primary: black
#accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
#primary: black
#accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- toc:
permalink: true
sticky: true
integrate: true
- content.code.annotate
- content.code.copy
- content.tabs.link
- search.suggest
- search.highlight
- search.share
- navigation.sections
- navigation.indexes
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.expand
- navigation.instant
- navigation.footer
- toc.integrate
- emoji_index: twemoji
markdown_extensions:
- meta
- admonition
- footnotes
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- attr_list
- md_in_html
- def_list
- tables
- pymdownx.snippets:
base_path: "."
check_paths: true
restrict_base_path: false
- toc:
permalink: true
toc_depth: 5
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Assets:
- Overview: assets/index.md
- Packer Templates:
- Overview: assets/packer/index.md
- Build Agents:
- Linux Build Agents: assets/packer/build-agents/linux.md
- Windows Build Agent: assets/packer/build-agents/windows.md
- Perforce Helix Core: assets/packer/helix-core.md
- Jenkins Pipelines: assets/jenkins-pipelines/jenkins-pipelines.md
- Ansible Playbooks: assets/ansible-playbooks/ansible-playbooks.md
- Dockerfiles: assets/dockerfiles.md
- Modules:
- Overview: modules/index.md
- Jenkins:
- Installation and Usage: modules/jenkins/jenkins.md
- Module Docs: modules/jenkins/terraform-docs.md
- Perforce:
- Helix Authentication Service:
- Installation and Usage: modules/perforce/helix-authentication-service/helix-authentication-service.md
- Module Docs: modules/perforce/helix-authentication-service/terraform-docs.md
- Helix Core Server:
- Installation and Usage: modules/perforce/helix-core/helix-core.md
- Module Docs: modules/perforce/helix-core/terraform-docs.md
- Helix Swarm:
- Installation and Usage: modules/perforce/helix-swarm/helix-swarm.md
- Module Docs: modules/perforce/helix-swarm/terraform-docs.md
- Samples:
- Overview: samples/index.md
- Simple Build Pipeline: samples/simple-build-pipeline.md
- Changelog: changelog.md
- Security: security.md
- Contributing: contributing.md
- Roadmap: https://github.com/orgs/aws-games/projects/1/views/1
plugins:
- search
- git-revision-date
- offline
- open-in-new-tab
extra:
version:
provider: mike
default: latest
alias: true
social:
- icon: fontawesome/brands/github
link: https://github.com/aws-games/cloud-game-development-toolkit
- icon: fontawesome/brands/x-twitter
link: https://x.com/AWSGameTech
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/awsgametech
extra_css:
- stylesheets/extra.css
- stylesheets/themes.css
- stylesheets/hero.css
copyright: Copyright © 2024 Amazon Web Services