Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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 <tmihalac@redhat.com>

* 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 <tmihalac@redhat.com>

---------

Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
  • Loading branch information
tmihalac authored Mar 5, 2024
commit 5e0af8f52832daec34edd19cbad5e20ac3fd74d0
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