forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
89 lines (89 loc) · 2.98 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
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
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
logo: images/k8s-favicon.png
favicon: images/k8s-favicon.png
features:
- search.highlight
- navigation.tabs
- navigation.top
edit_uri: edit/master/site-src/
extra_css:
- css/extra.css
plugins:
- search
- awesome-pages
- macros:
include_dir: examples
markdown_extensions:
- admonition
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- toc:
permalink: true
nav:
- Overview:
- Introduction: index.md
- Concepts:
API overview: concepts/api-overview.md
Security Model: concepts/security-model.md
Implementation Guidelines: concepts/guidelines.md
Versioning: concepts/versioning.md
- Implementations: implementations.md
- FAQ: faq.md
- Guides:
- v1alpha2:
- Getting started: v1alpha2/guides/getting-started.md
- Simple Gateway: v1alpha2/guides/simple-gateway.md
- HTTP routing: v1alpha2/guides/http-routing.md
- HTTP traffic splitting: v1alpha2/guides/traffic-splitting.md
- Cross-Namespace routing: v1alpha2/guides/multiple-ns.md
- TLS: v1alpha2/guides/tls.md
- TCP routing: v1alpha2/guides/tcp.md
- v1alpha1:
- Getting started: v1alpha1/guides/getting-started.md
- Simple Gateway: v1alpha1/guides/simple-gateway.md
- HTTP routing: v1alpha1/guides/http-routing.md
- HTTP traffic splitting: v1alpha1/guides/traffic-splitting.md
- Cross-Namespace routing: v1alpha1/guides/multiple-ns.md
- TLS: v1alpha1/guides/tls.md
- TCP routing: v1alpha1/guides/tcp.md
- Reference:
- v1alpha2:
- API Types:
GatewayClass: v1alpha2/api-types/gatewayclass.md
Gateway: v1alpha2/api-types/gateway.md
HTTPRoute: v1alpha2/api-types/httproute.md
- API specification: v1alpha2/references/spec.md
- Cross Namespace References: v1alpha2/references/cross-namespace-references.md
- Policy Attachment: v1alpha2/references/policy-attachment.md
- v1alpha1:
- API Types:
GatewayClass: v1alpha1/api-types/gatewayclass.md
Gateway: v1alpha1/api-types/gateway.md
HTTPRoute: v1alpha1/api-types/httproute.md
- API specification: v1alpha1/references/spec.md
- Enhancement Proposals:
- Overview: contributing/gep.md
- ... | geps/gep-*.md
- Release policy: references/releases.md
- Contributing:
- Developer guide: contributing/devguide.md
- Enhancement Tracking and Backlog: contributing/enhancement-requests.md
- Community: contributing/community.md
- Blog:
- Index: blog/index.md
- 2021:
- blog/2021/introducing-v1alpha2.md