forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
171 lines (171 loc) · 5.56 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: Kubernetes Gateway API
repo_url: https://github.com/kubernetes-sigs/gateway-api
repo_name: kubernetes-sigs/gateway-api
site_dir: site
docs_dir: site-src
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- js/implementations.js
hooks:
- hack/mkdocs-copy-geps.py
- hack/mkdocs-generate-conformance.py
watch:
- geps
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
logo: images/logo/logo-text-large-horizontal-white.png
favicon: images/k8s-favicon.png
features:
- search.highlight
- navigation.tabs
- navigation.top
- navigation.expand
palette:
primary: custom
custom_dir: site-src/overrides
edit_uri: edit/main/site-src/
plugins:
- search
- awesome-pages
- macros:
include_dir: examples
j2_line_comment_prefix: "#$"
- redirects:
redirect_maps:
'guides/getting-started.md': 'guides/index.md'
'concepts/gamma.md': 'mesh/index.md'
'concepts/service-facets.md': 'mesh/service-facets.md'
'concepts/guidelines.md': 'guides/api-design.md'
'contributing/community.md': 'contributing/index.md'
'contributing/gamma.md': 'mesh/index.md#contributing'
'reference/implementers-guide.md': 'guides/implementers.md'
'references/implementers-guide.md': 'guides/implementers.md'
'references/spec.md': 'reference/spec.md'
'references/policy-attachment.md': 'reference/policy-attachment.md'
- mermaid2
markdown_extensions:
- admonition
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets
- toc:
permalink: true
- tables
nav:
- Overview:
- Introduction: index.md
- Concepts:
API Overview: concepts/api-overview.md
Conformance: concepts/conformance.md
Roles and Personas: concepts/roles-and-personas.md
Security Model: concepts/security-model.md
Use Cases: concepts/use-cases.md
Versioning: concepts/versioning.md
- Service Mesh:
Overview: mesh/index.md
GAMMA Initiative: mesh/gamma.md
Service Facets: mesh/service-facets.md
- Implementations:
- List: implementations.md
- Comparisons:
- v1.1: implementations/v1.1.md
- v1.0: implementations/v1.0.md
- FAQ: faq.md
- Glossary: concepts/glossary.md
- Guides:
- User Guides:
- Getting started: guides/index.md
- Simple Gateway: guides/simple-gateway.md
- HTTP routing: guides/http-routing.md
- HTTP redirects and rewrites: guides/http-redirect-rewrite.md
- HTTP header modifier: guides/http-header-modifier.md
- HTTP traffic splitting: guides/traffic-splitting.md
- HTTP request mirroring: guides/http-request-mirroring.md
- Cross-Namespace routing: guides/multiple-ns.md
- TLS: guides/tls.md
- TCP routing: guides/tcp.md
- gRPC Routing: guides/grpc-routing.md
- Migrating from Ingress: guides/migrating-from-ingress.md
- Backend Protocol Selection: guides/backend-protocol.md
- API Design: guides/api-design.md
- CRD Management: guides/crd-management.md
- Implementer's Guide: guides/implementers.md
- Reference:
- API Types:
- Gateway: api-types/gateway.md
- GatewayClass: api-types/gatewayclass.md
- GRPCRoute: api-types/grpcroute.md
- HTTPRoute: api-types/httproute.md
- Policy:
- BackendTLSPolicy: api-types/backendtlspolicy.md
- ReferenceGrant: api-types/referencegrant.md
- API specification: reference/spec.md
- Policy Attachment: reference/policy-attachment.md
- Enhancements:
- Overview: geps/overview.md
- Provisional:
- geps/gep-91/index.md
- geps/gep-1651/index.md
- geps/gep-1867/index.md
- geps/gep-2648/index.md
- geps/gep-2649/index.md
- Implementable:
- geps/gep-995/index.md
- geps/gep-3155/index.md
- Experimental:
- geps/gep-1619/index.md
- geps/gep-1731/index.md
- geps/gep-1748/index.md
- geps/gep-1762/index.md
- geps/gep-1897/index.md
- geps/gep-1911/index.md
- geps/gep-2162/index.md
- Standard:
- geps/gep-709/index.md
- geps/gep-718/index.md
- geps/gep-724/index.md
- geps/gep-726/index.md
- geps/gep-746/index.md
- geps/gep-820/index.md
- geps/gep-851/index.md
- geps/gep-957/index.md
- geps/gep-1016/index.md
- geps/gep-1323/index.md
- geps/gep-1364/index.md
- geps/gep-1426/index.md
- geps/gep-1686/index.md
- geps/gep-1709/index.md
- geps/gep-1742/index.md
- geps/gep-2257/index.md
- Memorandum:
- geps/gep-713/index.md
- geps/gep-917/index.md
- geps/gep-922/index.md
- geps/gep-1324/index.md
- geps/gep-2659/index.md
- geps/gep-2722/index.md
- geps/gep-2907/index.md
- Declined:
- geps/gep-735/index.md
- geps/gep-1282/index.md
- Contributing:
- How to Get Involved: contributing/index.md
- Developer Guide: contributing/devguide.md
- Documentation Style Guide: contributing/style-guide.md
- Enhancement Requests: contributing/enhancement-requests.md
- Release Cycle: contributing/release-cycle.md
- Contributor Ladder: contributing/contributor-ladder.md