forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (38 loc) · 1.21 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
site_name: Kubernetes Gateway API
repo_url: http://sigs.k8s.io/gateway-api
repo_name: GitHub
site_dir: site
docs_dir: site-src
theme:
name: material
plugins:
- search
- macros:
include_dir: examples
nav:
- Introduction: index.md
- Concepts:
API overview: concepts/api-overview.md
Security Model: concepts/security-model.md
Implementation Guidelines: concepts/guidelines.md
- API Types:
GatewayClass: api-types/gatewayclass.md
Gateway: api-types/gateway.md
HTTPRoute: api-types/httproute.md
- Guides:
- Getting started: guides/getting-started.md
- Simple Gateway: guides/simple-gateway.md
- HTTP routing: guides/http-routing.md
- HTTP traffic splitting: guides/traffic-splitting.md
- Multiple namespaces and routes: guides/multiple-ns.md
- TLS: guides/tls.md
- TCP routing: guides/tcp.md
- References:
- API specification: references/spec.md
- Releases: references/releases.md
- Implementations: references/implementations.md
- Contributing:
- Developer guide: contributing/devguide.md
- Enhancement requests: contributing/enhancement-requests.md
- Community: contributing/community.md
- FAQ: faq.md