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 <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 committed Mar 5, 2024
1 parent 7c90882 commit 5e0af8f
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 5e0af8f

Please sign in to comment.