diff --git a/docs/documentation/docs/index.md b/docs/documentation/docs/index.md index c9d2a6e14..e2c68cba4 100644 --- a/docs/documentation/docs/index.md +++ b/docs/documentation/docs/index.md @@ -102,6 +102,7 @@ The following controls are currently available: - [Progress](./controls/Progress) (shows progress of multiple SEQUENTIALLY executed actions) - [ProgressStepsIndicator.md](./controls/ProgressStepsIndicator) (shows a progress of steps) - [SecurityTrimmedControl](./controls/SecurityTrimmedControl) (intended to be used when you want to show or hide components based on the user permissions) +- [ShareDialog](./controls/ShareDialog) (Share Dialog control) - [SiteBreadcrumb](./controls/SiteBreadcrumb) (Breadcrumb control) - [SitePicker](./controls/SitePicker) (Site Picker control) - [TaxonomyPicker](./controls/TaxonomyPicker) (Taxonomy Picker) diff --git a/docs/documentation/mkdocs.yml b/docs/documentation/mkdocs.yml index 97d24f4a8..8b5b36802 100644 --- a/docs/documentation/mkdocs.yml +++ b/docs/documentation/mkdocs.yml @@ -63,6 +63,7 @@ nav: - ProgressStepsIndicator: 'controls/ProgressStepsIndicator.md' - RichText: 'controls/RichText.md' - SecurityTrimmedControl: 'controls/SecurityTrimmedControl.md' + - ShareDialog: 'controls/ShareDialog.md' - SiteBreadcrumb: 'controls/SiteBreadcrumb.md' - SitePicker: 'controls/SitePicker.md' - TaxonomyPicker: 'controls/TaxonomyPicker.md'