Skip to content

Commit dda6839

Browse files
committed
Add the new generated nav file
1 parent 1914416 commit dda6839

File tree

1 file changed

+115
-0
lines changed

1 file changed

+115
-0
lines changed

nav.yml

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
# WARNING: nav.yml file is generated from nav.yml.tmpl file
2+
# If you are changing nav.yml directly you SHOULDN'T, please
3+
# modify nav.yml.tmpl and run the script "hack/update-mkdocs-nav.sh"
4+
nav:
5+
- Overview:
6+
- Introduction: index.md
7+
- Concepts:
8+
- API Overview: concepts/api-overview.md
9+
- Conformance: concepts/conformance.md
10+
- Roles and Personas: concepts/roles-and-personas.md
11+
- Security Model: concepts/security-model.md
12+
- Tools: concepts/tooling.md
13+
- Use Cases: concepts/use-cases.md
14+
- Versioning: concepts/versioning.md
15+
- Service Mesh:
16+
- Overview: mesh/index.md
17+
- GAMMA Initiative: mesh/gamma.md
18+
- Service Facets: mesh/service-facets.md
19+
- Implementations:
20+
- List: implementations.md
21+
- Comparisons:
22+
- v1.3: implementations/v1.3.md
23+
- v1.2: implementations/v1.2.md
24+
- v1.1: implementations/v1.1.md
25+
- v1.0: implementations/v1.0.md
26+
- FAQ: faq.md
27+
- Glossary: concepts/glossary.md
28+
- Guides:
29+
- User Guides:
30+
- Getting started: guides/index.md
31+
- Simple Gateway: guides/simple-gateway.md
32+
- HTTP routing: guides/http-routing.md
33+
- HTTP redirects and rewrites: guides/http-redirect-rewrite.md
34+
- HTTP header modifier: guides/http-header-modifier.md
35+
- HTTP traffic splitting: guides/traffic-splitting.md
36+
- HTTP request mirroring: guides/http-request-mirroring.md
37+
- Cross-Namespace routing: guides/multiple-ns.md
38+
- TLS: guides/tls.md
39+
- TCP routing: guides/tcp.md
40+
- gRPC Routing: guides/grpc-routing.md
41+
- Migrating from Ingress: guides/migrating-from-ingress.md
42+
- Backend Protocol Selection: guides/backend-protocol.md
43+
- Infrastructure attributes: guides/infrastructure.md
44+
- API Design: guides/api-design.md
45+
- CRD Management: guides/crd-management.md
46+
- Implementer's Guide: guides/implementers.md
47+
- Reference:
48+
- API Types:
49+
- Gateway: api-types/gateway.md
50+
- GatewayClass: api-types/gatewayclass.md
51+
- GRPCRoute: api-types/grpcroute.md
52+
- HTTPRoute: api-types/httproute.md
53+
- Policy:
54+
- BackendTLSPolicy: api-types/backendtlspolicy.md
55+
- BackendTrafficPolicy: api-types/backendtrafficpolicy.md
56+
- ReferenceGrant: api-types/referencegrant.md
57+
- API specification:
58+
- Standard: reference/spec.md
59+
- Experimental: reference/specx.md
60+
- Policy Attachment: reference/policy-attachment.md
61+
- Enhancements:
62+
- Overview: geps/overview.md
63+
- Implementable:
64+
- geps/gep-1494/index.md
65+
- geps/gep-3388/index.md
66+
- geps/gep-3567/index.md
67+
- geps/gep-3793/index.md
68+
- geps/gep-3949/index.md
69+
- Experimental:
70+
- geps/gep-1016/index.md
71+
- geps/gep-1713/index.md
72+
- geps/gep-1731/index.md
73+
- geps/gep-1748/index.md
74+
- geps/gep-1767/index.md
75+
- geps/gep-1897/index.md
76+
- geps/gep-2162/index.md
77+
- geps/gep-3155/index.md
78+
- Standard:
79+
- geps/gep-709/index.md
80+
- geps/gep-718/index.md
81+
- geps/gep-724/index.md
82+
- geps/gep-726/index.md
83+
- geps/gep-746/index.md
84+
- geps/gep-820/index.md
85+
- geps/gep-851/index.md
86+
- geps/gep-957/index.md
87+
- geps/gep-995/index.md
88+
- geps/gep-1294/index.md
89+
- geps/gep-1323/index.md
90+
- geps/gep-1364/index.md
91+
- geps/gep-1686/index.md
92+
- geps/gep-1709/index.md
93+
- geps/gep-1742/index.md
94+
- geps/gep-1762/index.md
95+
- geps/gep-1867/index.md
96+
- geps/gep-1911/index.md
97+
- geps/gep-2257/index.md
98+
- geps/gep-3171/index.md
99+
- Memorandum:
100+
- geps/gep-713/index.md
101+
- geps/gep-917/index.md
102+
- geps/gep-922/index.md
103+
- geps/gep-1324/index.md
104+
- geps/gep-2722/index.md
105+
- geps/gep-2907/index.md
106+
- Contributing:
107+
- How to Get Involved: contributing/index.md
108+
- Developer Guide: contributing/devguide.md
109+
- Documentation Style Guide: contributing/style-guide.md
110+
- Enhancement Requests: contributing/enhancement-requests.md
111+
- Release Cycle: contributing/release-cycle.md
112+
- Contributor Ladder: contributing/contributor-ladder.md
113+
not_in_nav: |
114+
/blog/*
115+
/geps/gep-696/*

0 commit comments

Comments
 (0)