Skip to content

Commit

Permalink
docs: Use proper subheadings for all sections in UI documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Harri Lehtola <peruukki@hotmail.com>
  • Loading branch information
peruukki committed Feb 4, 2025
1 parent cf64b8d commit 5b700be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/alpha-web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ yarn start

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.

**Fetching the Project List**
##### Fetching the Project List

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

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

**Custom Tabs**
##### Custom Tabs

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

Expand All @@ -142,7 +142,7 @@ const tabsRegistry = {

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

**Custom basename**
##### Custom basename

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

0 comments on commit 5b700be

Please sign in to comment.