File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments