Skip to content

Commit 3892fc4

Browse files
committed
Accessible Accordion navigation fix
1 parent aafa071 commit 3892fc4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/documentation/docs/controls/accessibleAccordion/Accordion.md renamed to docs/documentation/docs/controls/AccessibleAccordion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This control allows you to render an accordion control. It is an implementation
44

55
Here is an example of the control in action:
66

7-
![Accessible Accordion control](../../assets/AccessibleAccordion.gif)
7+
![Accessible Accordion control](../assets/AccessibleAccordion.gif)
88

99
## How to use this control in your solutions
1010

11-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency.
11+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1212
- In your component file, import the `Accordion` control as follows:
1313

1414
```TypeScript

docs/documentation/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ telemetry.optOut();
5252

5353
The following controls are currently available:
5454

55-
- [AccessibleAccordion](./controls/accessibleAccordion/Accordion) (Control to render an accordion. React `AccessibleAccourdion`-based implementation)
55+
- [AccessibleAccordion](./controls/AccessibleAccordion) (Control to render an accordion. React `AccessibleAccourdion`-based implementation)
5656
- [Accordion](./controls/Accordion) (Control to render an accordion)
5757
- [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options)
5858
- [Charts](./controls/ChartControl) (makes it easy to integrate [Chart.js](https://www.chartjs.org/) charts into web part)

docs/documentation/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav:
99
- 'Submitting a PR': 'guides/submitting-pr.md'
1010
- 'Migrate v1 to v2': 'guides/migrate-from-v1.md'
1111
- Controls:
12-
- AccessibleAccordion: 'controls/accessibleAccordion/Accordion.md'
12+
- AccessibleAccordion: 'controls/AccessibleAccordion.md'
1313
- Accordion: 'controls/Accordion.md'
1414
- Carousel: 'controls/Carousel.md'
1515
- Charts:

0 commit comments

Comments
 (0)