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:
Michel Loiseleur 2025-09-02 15:25:15 +02:00 committed by GitHub
parent 10c43c3698
commit 04ef733d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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` | |

View File

@ -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: '#]]'