-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
361 lines (305 loc) · 10.8 KB
/
Copy pathmkdocs.yaml
File metadata and controls
361 lines (305 loc) · 10.8 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
# ==============================================================================
# SinLess Games Infrastructure Docs
# ==============================================================================
#
# Production MkDocs configuration for the Infrastructure repository.
#
# Build:
# mkdocs build --clean --strict
#
# Serve locally:
# mkdocs serve -a 127.0.0.1:8000
#
# Docs root:
# Docs/
#
# Output:
# site/
# ==============================================================================
# ------------------------------------------------------------------------------
# Core site metadata
# ------------------------------------------------------------------------------
site_name: SinLess Games Infrastructure Docs
site_description: Architecture, operations, platform, network, Kubernetes, GitOps, and infrastructure documentation for the Infrastructure repository.
site_author: SinLess Games LLC
site_url: https://docs.sinlessgames.com
repo_url: https://github.com/Sinless777/Infrastructure
repo_name: Sinless777/Infrastructure
edit_uri: edit/main/Docs/
docs_dir: Docs
site_dir: site
use_directory_urls: true
strict: true
# Files under Docs/ that should not be published as static site assets.
exclude_docs: |
Dockerfile
nginx.conf
requirements.txt
# ------------------------------------------------------------------------------
# Theme
# ------------------------------------------------------------------------------
theme:
name: material
language: en
favicon: Network/Rack-Diagram.svg
logo: Network/Rack-Diagram.svg
# Keep the docs site self-contained and avoid external font calls.
font: false
icon:
repo: fontawesome/brands/github
logo: material/server-network
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
# Navigation
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.footer
# Table of contents
- toc.follow
# Search
- search.highlight
- search.share
- search.suggest
# Code blocks
- content.code.copy
- content.code.select
- content.code.annotate
# Page actions
- content.action.edit
- content.action.view
# Content tabs
- content.tabs.link
# ------------------------------------------------------------------------------
# Plugins
# ------------------------------------------------------------------------------
plugins:
- search:
lang: en
separator: '[\s\-\.]+'
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
skip_classes:
- skip-lightbox
- git-revision-date-localized:
type: timeago
timezone: America/Boise
locale: en
enable_creation_date: true
fallback_to_build_date: true
- redirects:
redirect_maps: {}
- macros:
on_error_fail: true
on_undefined: strict
- include-markdown:
preserve_includer_indent: true
dedent: false
comments: false
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
reduce_boolean_attributes: true
remove_empty_space: true
# ------------------------------------------------------------------------------
# Markdown extensions
# ------------------------------------------------------------------------------
markdown_extensions:
# Python Markdown built-ins
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- sane_lists
- tables
- toc:
permalink: true
toc_depth: 2-4
title: On this page
# PyMdown extensions
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: Sinless777
repo: Infrastructure
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path:
- Docs
check_paths: true
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
# ------------------------------------------------------------------------------
# Extra metadata / template variables
# ------------------------------------------------------------------------------
extra:
generator: false
project:
name: Infrastructure
owner: SinLess Games LLC
repository: Sinless777/Infrastructure
production_domain: docs.sinlessgames.com
public_domain: sinlessgames.com
local_domain: local.sinlessgames.com
infrastructure:
primary_local_domain: local.sinlessgames.com
public_domains:
- sinlessgames.com
- helixaibot.com
environments:
- dev
- staging
- prod
social:
- icon: fontawesome/brands/github
link: https://github.com/Sinless777/Infrastructure
name: Infrastructure repository on GitHub
# ------------------------------------------------------------------------------
# Assets
# ------------------------------------------------------------------------------
extra_css:
- assets/stylesheets/extra.css
# ------------------------------------------------------------------------------
# Copyright
# ------------------------------------------------------------------------------
copyright: Copyright © SinLess Games LLC
# ------------------------------------------------------------------------------
# Navigation
# ------------------------------------------------------------------------------
#
# Strict mode fails when a nav path does not exist. If a future ADR or page has
# not been committed yet, remove or comment that nav entry before building.
# ------------------------------------------------------------------------------
nav:
- Home: index.md
- Start Here:
- Overview: Start-Here/Readme.md
- Getting Started: Start-Here/00-Getting-Started.md
- Initialization and Setup: Start-Here/01-Initialization-and-Setup.md
- Building the Infrastructure: Start-Here/02-Building-the-Infrastructure.md
- Architecture:
- Overview: Architecture/ARCHITECTURE.md
- ACME Architecture: Architecture/ACME-Architecture.md
- Decisions: Architecture/DECISIONS.md
- ADRs:
- ADR-0001: Architecture/ADRs/ADR-0001.md
- ADR-0002: Architecture/ADRs/ADR-0002.md
- ADR-0003: Architecture/ADRs/ADR-0003.md
- ADR-0004: Architecture/ADRs/ADR-0004.md
- ADR-0005: Architecture/ADRs/ADR-0005.md
- ADR-0006: Architecture/ADRs/ADR-0006.md
- ADR-0007: Architecture/ADRs/ADR-0007.md
- ADR-0008: Architecture/ADRs/ADR-0008.md
- ADR-0009: Architecture/ADRs/ADR-0009.md
- ADR-0010: Architecture/ADRs/ADR-0010.md
- ADR-0011: Architecture/ADRs/ADR-0011.md
- ADR-0012: Architecture/ADRs/ADR-0012.md
- ADR-0013: Architecture/ADRs/ADR-0013.md
- ADR-0014: Architecture/ADRs/ADR-0014.md
- ADR-0015: Architecture/ADRs/ADR-0015.md
- ADR-0016: Architecture/ADRs/ADR-0016.md
- ADR-0017: Architecture/ADRs/ADR-0017.md
- ADR-0018: Architecture/ADRs/ADR-0018.md
- ADR-0019: Architecture/ADRs/ADR-0019.md
- ADR-0020: Architecture/ADRs/ADR-0020.md
- ADR-0021: Architecture/ADRs/ADR-0021.md
- ADR-0022: Architecture/ADRs/ADR-0022.md
- ADR-0023: Architecture/ADRs/ADR-0023.md
- ADR-0024: Architecture/ADRs/ADR-0024.md
- ADR-0025: Architecture/ADRs/ADR-0025.md
- ADR-0026: Architecture/ADRs/ADR-0026.md
- ADR-0027: Architecture/ADRs/ADR-0027.md
- ADR-0028: Architecture/ADRs/ADR-0028.md
- ADR-0029: Architecture/ADRs/ADR-0029.md
- ADR-0030: Architecture/ADRs/ADR-0030.md
- ADR-0031: Architecture/ADRs/ADR-0031.md
- ADR-0032: Architecture/ADRs/ADR-0032.md
- ADR-0033: Architecture/ADRs/ADR-0033.md
- ADR-0034: Architecture/ADRs/ADR-0034.md
- ADR-0035: Architecture/ADRs/ADR-0035.md
- ADR-0036: Architecture/ADRs/ADR-0036.md
- Network:
- Overview: Network/index.md
- Layer 2/3 Diagram: Network/Layer_2-3_diagram.md
- Port Map: Network/Port-Map.md
- Rack Diagram: Network/Rack-Diagram.md
- Rack Plan: Network/Rack-Plan.md
- Items and Prices: Network/Items-prices.md
- Resources:
- Chaos Engineering: Resources/chaos-engineering.md
- Cloud Platforms: Resources/cloud-platforms.md
- Compliance: Resources/compliance.md
- Developer Portals: Resources/Developer-Portals.md
- DevSecOps: Resources/dev-sec-ops.md
- Incident Response: Resources/Incident-Response.md
- Kubernetes: Resources/Kubernetes.md
- Supply Chain Security: Resources/Supply-Chain-Security.md
- Threat Modeling: Resources/Threat-Modeling.md
- Agentic Workflows:
- Daily Repo Announcement: Resources/Agentic Workflows/daily-repo-announcement.md
- Renovate Manager: Resources/Agentic Workflows/renovate-manager.md
- Repo ChatOps: Resources/Agentic Workflows/repo-chatops.md
- Repo Docs Drift: Resources/Agentic Workflows/repo-docs-drift.md
- Repo Failed Run Triage: Resources/Agentic Workflows/repo-failed-run-triage.md
- Repo Issue Triage: Resources/Agentic Workflows/repo-issue-triage.md
- Repo Ops Orchestrator: Resources/Agentic Workflows/repo-ops-orchestrator.md
- Repo PR Risk Review: Resources/Agentic Workflows/repo-pr-risk-review.md
- Repo Routing Manager: Resources/Agentic Workflows/repo-routing-manager.md
- Repo Safe Autofix: Resources/Agentic Workflows/repo-safe-autofix.md
- Repo Security Manager: Resources/Agentic Workflows/repo-security-manager.md