Skip to content

Commit 2c98539

Browse files
committed
docs: Use proper subheadings for all sections in UI documentation
Also use consistent Title Case, at least for these subheadings. Signed-off-by: Harri Lehtola <peruukki@hotmail.com>
1 parent cf64b8d commit 2c98539

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/alpha-web-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ yarn start
100100

101101
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.
102102

103-
**Fetching the Project List**
103+
##### Fetching the Project List
104104

105105
You can use `projectListPromise` to provide a promise that overrides where the Feast UI fetches the project list from.
106106

@@ -118,7 +118,7 @@ You can use `projectListPromise` to provide a promise that overrides where the F
118118
/>
119119
```
120120

121-
**Custom Tabs**
121+
##### Custom Tabs
122122

123123
You can add custom tabs for any of the core Feast objects through the `tabsRegistry`.
124124

@@ -142,7 +142,7 @@ const tabsRegistry = {
142142

143143
Examples of custom tabs can be found in the `ui/custom-tabs` folder.
144144

145-
**Custom basename**
145+
##### Custom Basename
146146

147147
If you want to serve the UI under a specific URL path instead of at the root,
148148
you can use the `basename` prop, and it will be forwarded to React Router.

0 commit comments

Comments
 (0)