forked from aws/aws-application-networking-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (66 loc) · 2.01 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
site_name: AWS Gateway API Controller
repo_name: aws/aws-application-networking-k8s
repo_url: https://github.com/aws/aws-application-networking-k8s
edit_uri: edit/main/docs/
strict: true
nav:
- Home: index.md
- User Guides:
- Quick Start: guides/deploy.md
- Basic Setup: guides/getstarted.md
- Configuration: guides/environment.md
- Concepts:
- Design Overview: concepts/overview.md
- TLS: concepts/https.md
- Custom Domain Name: concepts/custom-domain-name.md
- GRPC: concepts/grpc.md
- Cross-Account Sharing: concepts/ram-sharing.md
- API Specification: api-reference.md
- API Reference:
- AccessLogPolicy: api-types/access-log-policy.md
- Gateway: api-types/gateway.md
- GRPCRoute: api-types/grpc-route.md
- HTTPRoute: api-types/http-route.md
- IAMAuthPolicy: api-types/iam-auth-policy.md
- Service: api-types/service.md
- TargetGroupPolicy: api-types/target-group-policy.md
- VpcAssociationPolicy: api-types/vpc-association-policy.md
- Contributing:
- Developer Guide: contributing/developer.md
- Developer Cheat Sheet: contributing/developer-cheat-sheet.md
- FAQ: faq.md
plugins:
- search
theme:
name: material
language: en
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
# features:
# - navigation.tabs
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra_css:
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css
extra_javascript:
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js
# Hosted with AWS Amplify in us-east-2
# Isengard: aws-mercury+gateway-controller-docs@
# Account Ownership Group: aws-mercury