Skip to content

Commit 5287a57

Browse files
tmihalaclokeshrangineni
authored andcommitted
fix: Added registryPath parameter documentation in WebUI reference (feast-dev#3983)
* fix: Added registryPath parameter documentation Added a note in Webui reference in regard to supported registryPath values Related to feast-dev#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 feast-dev#3974 Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> --------- Signed-off-by: Theodor Mihalache <tmihalac@redhat.com> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
1 parent 1b1aeea commit 5287a57

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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)