mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-09-21 16:10:59 +02:00
docs: fix mkdocs build (#5795)
* docs: fix mkdoc build * Revert "docs: fix mkdoc build" This reverts commit b3a1aab00f6edbe5cd488147529b5479e9ea8c8a. * fix mkdocs config
This commit is contained in:
parent
10c43c3698
commit
04ef733d48
@ -121,7 +121,7 @@ If a source does not emit events, it may in the future.
|
|||||||
| `empty` | |
|
| `empty` | |
|
||||||
| `f5-transportserver` | |
|
| `f5-transportserver` | |
|
||||||
| `f5-virtualserver` | |
|
| `f5-virtualserver` | |
|
||||||
| `fake` | ✅ |
|
| `fake` | ✅ |
|
||||||
| `gateway-grpcroute` | |
|
| `gateway-grpcroute` | |
|
||||||
| `gateway-httproute` | |
|
| `gateway-httproute` | |
|
||||||
| `gateway-tcproute` | |
|
| `gateway-tcproute` | |
|
||||||
|
@ -27,6 +27,7 @@ nav:
|
|||||||
- DynamoDB: docs/registry/dynamodb.md
|
- DynamoDB: docs/registry/dynamodb.md
|
||||||
- Advanced Topics:
|
- Advanced Topics:
|
||||||
- Initial Design: docs/initial-design.md
|
- Initial Design: docs/initial-design.md
|
||||||
|
- Kubernetes Events: docs/advanced/events.md
|
||||||
- Leader Election: docs/proposal/001-leader-election.md
|
- Leader Election: docs/proposal/001-leader-election.md
|
||||||
- Monitoring: docs/monitoring/*
|
- Monitoring: docs/monitoring/*
|
||||||
- MultiTarget: docs/proposal/multi-target.md
|
- MultiTarget: docs/proposal/multi-target.md
|
||||||
@ -116,5 +117,5 @@ plugins:
|
|||||||
j2_block_end_string: '%]]'
|
j2_block_end_string: '%]]'
|
||||||
j2_variable_start_string: '[['
|
j2_variable_start_string: '[['
|
||||||
j2_variable_end_string: ']]'
|
j2_variable_end_string: ']]'
|
||||||
j2_comment_start_string: '[#'
|
j2_comment_start_string: '[[#'
|
||||||
j2_comment_end_string: '#]'
|
j2_comment_end_string: '#]]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user