Skip to content

Commit 1f9823f

Browse files
committed
Fix docs sidbar
1 parent f6dfb32 commit 1f9823f

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The package is compatible with both **Android** and **iOS**
1717

1818
> ### **Official documentation**
1919
>
20-
> This README provides basic examples of how to get started with `react-native-calendars`. For detailed information, refer to the [official documentation site](https://wix.github.io/react-native-calendars/docs/intro).
20+
> This README provides basic examples of how to get started with `react-native-calendars`. For detailed information, refer to the [official documentation site](https://wix.github.io/react-native-calendars/docs/Intro).
2121
2222
## Features ✨
2323

@@ -75,7 +75,7 @@ $ yarn add react-native-calendars
7575

7676
Basic usage examples of the library
7777

78-
##### **For detailed information on using this component, see the [official documentation site](https://wix.github.io/react-native-calendars/docs/intro)**
78+
##### **For detailed information on using this component, see the [official documentation site](https://wix.github.io/react-native-calendars/docs/Intro)**
7979

8080
### Importing the `Calendar` component
8181

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€ŽdocsRNC/docusaurus.config.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const config = {
5151
items: [
5252
{
5353
type: 'doc',
54-
docId: 'intro',
54+
docId: 'Intro',
5555
position: 'right',
5656
label: 'Docs'
5757
},
@@ -70,7 +70,7 @@ const config = {
7070
items: [
7171
{
7272
label: 'Docs',
73-
to: '/docs/intro'
73+
to: '/docs/Intro'
7474
},
7575
{
7676
label: 'GitHub',

0 commit comments

Comments
Β (0)