Skip to content

Commit 4dc1a1f

Browse files
authored
Merge pull request #224 from Kuadrant/github-admonitions
Fixup: github admonitions
2 parents dc071ef + 6927ffe commit 4dc1a1f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ plugins:
5151
- asciidoctor_backend:
5252
fail_on_error: true
5353
- search
54+
- gh-admonitions
5455
# Note: Try to avoid globs for `imports`. Be explicit about imports, so we can avoid having
5556
# published dangling docs with no routes to them from the nav/other pages - these will go stale quickly.
5657
- multirepo:
@@ -63,7 +64,11 @@ plugins:
6364
- /doc/install/mtls-configuration.md
6465
- /doc/observability/examples.md
6566
- /doc/observability/metrics.md
67+
- /doc/observability/envoy-access-logs.md
68+
- /doc/observability/jaeger_ui_trace.png
69+
- /doc/observability/jaeger_ui_tracing_logs.png
6670
- /doc/observability/tracing.md
71+
- /examples/otel/README.md
6772
- /doc/overviews/auth.md
6873
- /doc/overviews/dns.md
6974
- /doc/overviews/rate-limiting.md

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"mdx-breakless-lists==1.0.1",
1313
"mkdocs-redirects==1.2.2",
1414
"mkdocs-asciidoctor-backend==0.1.13",
15+
"mkdocs-github-admonitions-plugin==0.1.1",
1516
]
1617

1718
[build-system]

0 commit comments

Comments
 (0)