You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/alpha-web-ui.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ yarn start
100
100
101
101
The advantage of importing Feast UI as a module is in the ease of customization. The `<FeastUI>` component exposes a `feastUIConfigs` prop thorough which you can customize the UI. Currently it supports a few parameters.
102
102
103
-
**Fetching the Project List**
103
+
##### Fetching the Project List
104
104
105
105
You can use `projectListPromise` to provide a promise that overrides where the Feast UI fetches the project list from.
106
106
@@ -118,7 +118,7 @@ You can use `projectListPromise` to provide a promise that overrides where the F
118
118
/>
119
119
```
120
120
121
-
**Custom Tabs**
121
+
##### Custom Tabs
122
122
123
123
You can add custom tabs for any of the core Feast objects through the `tabsRegistry`.
124
124
@@ -142,7 +142,7 @@ const tabsRegistry = {
142
142
143
143
Examples of custom tabs can be found in the `ui/custom-tabs` folder.
144
144
145
-
**Custom basename**
145
+
##### Custom Basename
146
146
147
147
If you want to serve the UI under a specific URL path instead of at the root,
148
148
you can use the `basename` prop, and it will be forwarded to React Router.
0 commit comments