forked from philips-labs/terraform-aws-github-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
74 lines (66 loc) · 2.1 KB
/
mkdocs.yaml
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
site_name: GitHub Runners on AWS
repo_name: philips-labs/terraform-aws-github-runner
repo_url: https://github.com/philips-labs/terraform-aws-github-runner
edit_uri: edit/main/docs/
use_directory_urls: true
theme:
name: material
icon:
logo: material/rocket-launch-outline
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- content.code.copy
- content.action.edit
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- pymdownx.snippets
- navigation.footer
extra:
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/philips-labs/terraform-aws-github-runner
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.emoji:
nav:
- Introduction: index.md
- Configuration: configuration.md
- Getting started: getting-started.md
- Security: security.md
- Modules:
- Runners (root): modules/runners.md
- Multi Runners: modules/public/multi-runner.md
- AMI Housekeeper: modules/public/ami-housekeeper.md
- Lambda Downloader: modules/public/download-lambda.md
- Setup IAM permissions: modules/public/setup-iam-permissions.md
- Internal:
- Runners: modules/internal/runners.md
- Syncer: modules/internal/runner-binaries-syncer.md
- SSM: modules/internal/ssm.md
- Webhook: modules/internal/webhook.md
- Update Webhook: modules/internal/webhook-github-app.md
- Examples:
- Overview: examples/index.md
- Default: examples/default.md
- Multi Runner: examples/multi-runner.md
- Ephemeral: examples/ephemeral.md
- ARM64: examples/arm64.md
- Windows: examples/windows.md
- Custom AMI: examples/prebuilt.md
- Lambda download: examples/lambda-download.md
- Permissions boundary: examples/permissions-boundary.md
- AMI examples: ami-examples/index.md