1
0
Fork 0

Reorganize the menu entries

This commit is contained in:
Nicolas Mengin 2025-09-12 10:02:05 +02:00 committed by GitHub
parent f9f825163a
commit 27a820950a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,6 +129,13 @@ plugins:
'middlewares/tcp/inflightconn.md': 'reference/routing-configuration/tcp/middlewares/inflightconn.md' 'middlewares/tcp/inflightconn.md': 'reference/routing-configuration/tcp/middlewares/inflightconn.md'
'middlewares/tcp/ipwhitelist.md': 'reference/routing-configuration/tcp/middlewares/ipallowlist.md' 'middlewares/tcp/ipwhitelist.md': 'reference/routing-configuration/tcp/middlewares/ipallowlist.md'
'middlewares/tcp/ipallowlist.md': 'reference/routing-configuration/tcp/middlewares/ipallowlist.md' 'middlewares/tcp/ipallowlist.md': 'reference/routing-configuration/tcp/middlewares/ipallowlist.md'
## User Guides
'user-guides/crd-acme/index.md': 'expose/kubernetes.md'
'user-guides/cert-manager.md': 'expose/kubernetes.md'
'user-guides/docker-compose/basic-example/index.md': 'expose/docker.md'
'user-guides/docker-compose/acme-tls/index.md': 'expose/docker.md'
'user-guides/docker-compose/acme-http/index.md': 'expose/docker.md'
'user-guides/docker-compose/acme-dns/index.md': 'expose/docker.md'
# References # References
# Static Configuration # Static Configuration
'reference/static-configuration/overview.md': 'reference/install-configuration/configuration-options.md' 'reference/static-configuration/overview.md': 'reference/install-configuration/configuration-options.md'
@ -251,7 +258,7 @@ nav:
- 'Health Check (CLI & Ping)': 'reference/install-configuration/observability/healthcheck.md' - 'Health Check (CLI & Ping)': 'reference/install-configuration/observability/healthcheck.md'
- 'Options List': 'reference/install-configuration/configuration-options.md' - 'Options List': 'reference/install-configuration/configuration-options.md'
- 'Routing Configuration': - 'Routing Configuration':
- 'General' : - 'Common Configuration' :
- 'Configuration Methods' : 'reference/routing-configuration/dynamic-configuration-methods.md' - 'Configuration Methods' : 'reference/routing-configuration/dynamic-configuration-methods.md'
- 'HTTP' : - 'HTTP' :
- 'Router' : - 'Router' :
@ -344,21 +351,13 @@ nav:
- 'Security': - 'Security':
- 'Content-Length': 'security/content-length.md' - 'Content-Length': 'security/content-length.md'
- 'TLS in Multi-Tenant Kubernetes': 'security/tls-certs-in-multi-tenant-kubernetes.md' - 'TLS in Multi-Tenant Kubernetes': 'security/tls-certs-in-multi-tenant-kubernetes.md'
- 'User Guides':
- 'FastProxy': 'user-guides/fastproxy.md'
- 'Kubernetes and Let''s Encrypt': 'user-guides/crd-acme/index.md'
- 'Kubernetes and cert-manager': 'user-guides/cert-manager.md'
- 'gRPC Examples': 'user-guides/grpc.md'
- 'WebSocket Examples': 'user-guides/websocket.md'
- 'Docker':
- 'Basic Example': 'user-guides/docker-compose/basic-example/index.md'
- 'HTTPS with Let''s Encrypt':
- 'TLS Challenge': 'user-guides/docker-compose/acme-tls/index.md'
- 'HTTP Challenge': 'user-guides/docker-compose/acme-http/index.md'
- 'DNS Challenge': 'user-guides/docker-compose/acme-dns/index.md'
- 'Deprecation Notices': - 'Deprecation Notices':
- 'Releases': 'deprecation/releases.md' - 'Releases': 'deprecation/releases.md'
- 'Features': 'deprecation/features.md' - 'Features': 'deprecation/features.md'
- 'User Guides':
- 'FastProxy': 'user-guides/fastproxy.md'
- 'gRPC Examples': 'user-guides/grpc.md'
- 'WebSocket Examples': 'user-guides/websocket.md'
- 'Contributing': - 'Contributing':
- 'Thank You!': 'contributing/thank-you.md' - 'Thank You!': 'contributing/thank-you.md'
- 'Submitting Issues': 'contributing/submitting-issues.md' - 'Submitting Issues': 'contributing/submitting-issues.md'
@ -369,4 +368,4 @@ nav:
- 'Data Collection': 'contributing/data-collection.md' - 'Data Collection': 'contributing/data-collection.md'
- 'Advocating': 'contributing/advocating.md' - 'Advocating': 'contributing/advocating.md'
- 'Maintainers': 'contributing/maintainers.md' - 'Maintainers': 'contributing/maintainers.md'
- 'Frequently Asked Questions': 'getting-started/faq.md' - 'FAQ': 'getting-started/faq.md'