Skip to content

Commit

Permalink
fix: Added registryPath parameter documentation in WebUI reference (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
tmihalac authored and HaoXuAI committed Mar 9, 2024
1 parent 11c69b1 commit 1dc81ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/alpha-web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 a url.

Then start the React App

```bash
Expand Down
2 changes: 2 additions & 0 deletions ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 a url.

```
// Start the React App
yarn start
Expand Down

0 comments on commit 1dc81ec

Please sign in to comment.