Skip to content

Commit 0c03104

Browse files
authored
Merge pull request #767 from Leif-Frederiksen/patch-1
Patch 1
2 parents 9079061 + 615becf commit 0c03104

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/documentation/docs/controls/DateTimePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here are some examples of the control:
2525
- Import the control into your component. The DateConvention and TimeConvention controls if the time of day controls are shown and the time format used (12 hours/24 hours).
2626

2727
```TypeScript
28-
import { DateTimePicker, DateConvention, TimeConvention } from '@pnp/spfx-controls-react/lib/dateTimePicker';
28+
import { DateTimePicker, DateConvention, TimeConvention } from '@pnp/spfx-controls-react/lib/DateTimePicker';
2929
```
3030
- Use the `DateTimePicker` control in your code as follows, either as an uncontrolled or a controlled component:
3131

docs/documentation/mkdocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
site_name: '@pnp/spfx-controls-react'
22
nav:
33
- Home: 'index.md'
4+
- 'Beta testing': 'beta.md'
5+
- Guides:
6+
- Overview: 'guides/index.md'
7+
- Contributing: 'guides/contributing.md'
8+
- 'Minimal Path to Awesome': 'guides/mpa.md'
9+
- 'Submitting a PR': 'guides/submitting-pr.md'
10+
- 'Migrate v1 to v2': 'guides/migrate-from-v1.md'
411
- Controls:
512
- Accordion: 'controls/Accordion.md'
613
- Carousel: 'controls/Carousel.md'
@@ -56,11 +63,9 @@ nav:
5663
- FieldTitleRenderer: 'controls/fields/FieldTitleRenderer.md'
5764
- FieldUrlRenderer: 'controls/fields/FieldUrlRenderer.md'
5865
- FieldUserRenderer: 'controls/fields/FieldUserRenderer.md'
59-
- 'Beta testing': 'beta.md'
6066
- About:
6167
- 'Release notes': 'about/release-notes.md'
6268
- License: 'about/license.md'
63-
- 'Project Guides': 'guides'
6469

6570
theme:
6671
name: 'material'

0 commit comments

Comments
 (0)