-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
65 lines (62 loc) · 1.76 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
site_name: Serverless CA on AWS
site_description: Terraform module for serverless Certificate Authority on AWS
site_author: Paul Schwarzenberger
site_url: https://serverlessca.com
repo_name: serverless-ca/terraform-aws-ca
repo_url: https://github.com/serverless-ca/terraform-aws-ca
edit_uri: edit/main/docs/
use_directory_urls: true
theme:
name: material
logo: assets/images/cert-logo.svg
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:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- pymdownx.snippets
- navigation.footer
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
extra:
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/serverless-ca/terraform-aws-ca
- icon: fontawesome/brands/twitter
link: https://twitter.com/paulschwarzen
nav:
- Home: index.md
- Getting started: getting-started.md
- Automation: automation.md
- CA Certificate locations: locations.md
- Client certificates: client-certificates.md
- Configuration options: options.md
- Development: development.md
- FAQs: faq.md
- Revocation: revocation.md
- Security: security.md
- How-to guides:
- API Gateway: how-to-guides/api.md
- Application load balancer: how-to-guides/alb.md
- IAM Roles Anywhere: how-to-guides/iam.md
- Terraform reference: reference.md
plugins:
- social