Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ The following controls are currently available:
- [VariantThemeProvider](./controls/VariantThemeProvider) (Variant Theme Provider)
- [ViewPicker](./controls/ViewPicker.md) (View Picker Control)
- [WebPartTitle](./controls/WebPartTitle) (Customizable web part title control)
- [WorldMap](./controls/WorldMap) (World Map control)

Field customizer controls:

Expand Down
1 change: 1 addition & 0 deletions docs/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ nav:
- VariantThemeProvider: 'controls/VariantThemeProvider.md'
- ViewPicker: 'controls/ViewPicker.md'
- WebPartTitle: 'controls/WebPartTitle.md'
- WorldMap: 'controls/WorldMap.md'
- 'Field Controls':
- 'Getting started': 'controls/fields/main.md'
- FieldRendererHelper: 'controls/fields/FieldRendererHelper.md'
Expand Down