Skip to content

Commit 1dc81ec

Browse files
tmihalacHaoXuAI
authored andcommitted
fix: Added registryPath parameter documentation in WebUI reference (#3983)
* 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 <[email protected]> * 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 <[email protected]> --------- Signed-off-by: Theodor Mihalache <[email protected]>
1 parent 11c69b1 commit 1dc81ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/reference/alpha-web-ui.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ When you start the React app, it will look for `project-list.json` to find a lis
8585
}
8686
```
8787

88+
* **Note** - `registryPath` only supports a file location or a url.
89+
8890
Then start the React App
8991

9092
```bash

ui/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ When you start the React app, it will look for `projects-list.json` to find a li
6161
}
6262
```
6363

64+
* **Note** - `registryPath` only supports a file location or a url.
65+
6466
```
6567
// Start the React App
6668
yarn start

0 commit comments

Comments
 (0)