Improve the Documentation with a Reference Section
This commit is contained in:
parent
49563e638b
commit
4919b638f9
24 changed files with 1190 additions and 815 deletions
|
@ -66,12 +66,6 @@ markdown_extensions:
|
|||
|
||||
# Page tree
|
||||
nav:
|
||||
- '': 'providers/kubernetes-ingress.md'
|
||||
- '': 'reference/acme.md'
|
||||
- '': 'reference/providers/docker.md'
|
||||
- '': 'reference/providers/file.md'
|
||||
- '': 'reference/providers/kubernetescrd.md'
|
||||
- '': 'reference/entrypoints.md'
|
||||
- 'Welcome': 'index.md'
|
||||
- 'Getting Started':
|
||||
- 'Concepts' : 'getting-started/concepts.md'
|
||||
|
@ -82,6 +76,7 @@ nav:
|
|||
- 'Docker': 'providers/docker.md'
|
||||
- 'File': 'providers/file.md'
|
||||
- 'Kubernetes IngressRoute': 'providers/kubernetes-crd.md'
|
||||
# - 'Kubernetes Ingress': 'providers/kubernetes-ingress.md'
|
||||
- 'Routing & Load Balancing':
|
||||
- 'Overview': 'routing/overview.md'
|
||||
- 'Entrypoints': 'routing/entrypoints.md'
|
||||
|
@ -134,3 +129,9 @@ nav:
|
|||
- 'Advocating': 'contributing/advocating.md'
|
||||
- 'Maintainers': 'contributing/maintainers.md'
|
||||
- 'Glossary': 'glossary.md'
|
||||
- 'References':
|
||||
- 'Static Configuration': 'reference/static-configuration.md'
|
||||
- 'Dynamic Configuration':
|
||||
- 'Docker': 'reference/dynamic-configuration/docker.md'
|
||||
- 'Kubernetes CRD': 'reference/dynamic-configuration/kubernetes-crd.md'
|
||||
- 'File': 'reference/dynamic-configuration/file.md'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue