From b4fe14a34442ca7241f74a1d8e38e26b93b80c98 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 31 Oct 2023 19:15:24 -0400 Subject: [PATCH] Add link to UI config schema Signed-off-by: Yuri Shkuro --- content/docs/next-release/frontend-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/next-release/frontend-ui.md b/content/docs/next-release/frontend-ui.md index 309da6fe..010e1b33 100644 --- a/content/docs/next-release/frontend-ui.md +++ b/content/docs/next-release/frontend-ui.md @@ -17,7 +17,7 @@ Several aspects of the UI can be configured: These options can be configured by a JSON configuration file. The `--query.ui-config` command line parameter of the query service must then be set to the path to the JSON file when the query service is started. -An example configuration file: +An example configuration file (see [complete schema here](https://github.com/jaegertracing/jaeger-ui/blob/main/packages/jaeger-ui/src/types/config.tsx)): ```json {