From 556499482ef8680a5f37fc64b307bec2263b0d86 Mon Sep 17 00:00:00 2001 From: Theodor Mihalache Date: Tue, 5 Mar 2024 11:46:19 -0500 Subject: [PATCH 1/2] fix: Added registryPath parameter documentation Added a note in Webui reference in regard to supported registryPath values Related to #3974 Signed-off-by: Theodor Mihalache --- docs/reference/alpha-web-ui.md | 2 ++ ui/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/reference/alpha-web-ui.md b/docs/reference/alpha-web-ui.md index 7d21a3d45d..f1c50fe83a 100644 --- a/docs/reference/alpha-web-ui.md +++ b/docs/reference/alpha-web-ui.md @@ -85,6 +85,8 @@ When you start the React app, it will look for `project-list.json` to find a lis } ``` +* **Note** - `registryPath` only supports a file location or an url. + Then start the React App ```bash diff --git a/ui/README.md b/ui/README.md index a9ce5d3ec7..f596b382b8 100644 --- a/ui/README.md +++ b/ui/README.md @@ -61,6 +61,8 @@ When you start the React app, it will look for `projects-list.json` to find a li } ``` +* **Note** - `registryPath` only supports a file location or an url. + ``` // Start the React App yarn start From a76d9152ec271bb4780d1b9fb1c22e6eb14f337d Mon Sep 17 00:00:00 2001 From: Theodor Mihalache Date: Tue, 5 Mar 2024 11:46:19 -0500 Subject: [PATCH 2/2] fix: Added registryPath parameter documentation Added a note in Webui reference in regard to supported registryPath values Related to #3974 Signed-off-by: Theodor Mihalache --- docs/reference/alpha-web-ui.md | 2 +- ui/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/alpha-web-ui.md b/docs/reference/alpha-web-ui.md index f1c50fe83a..398c8de0ae 100644 --- a/docs/reference/alpha-web-ui.md +++ b/docs/reference/alpha-web-ui.md @@ -85,7 +85,7 @@ When you start the React app, it will look for `project-list.json` to find a lis } ``` -* **Note** - `registryPath` only supports a file location or an url. +* **Note** - `registryPath` only supports a file location or a url. Then start the React App diff --git a/ui/README.md b/ui/README.md index f596b382b8..12aacd329e 100644 --- a/ui/README.md +++ b/ui/README.md @@ -61,7 +61,7 @@ When you start the React app, it will look for `projects-list.json` to find a li } ``` -* **Note** - `registryPath` only supports a file location or an url. +* **Note** - `registryPath` only supports a file location or a url. ``` // Start the React App