We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9023178 commit be51f90Copy full SHA for be51f90
documentation/docusaurus.config.js
@@ -41,12 +41,12 @@ const config = {
41
docs: {
42
sidebarPath: require.resolve('./sidebars.js'),
43
editUrl:
44
- 'https://github.com/thecodingmachine/react-native-boilerplate/edit/master/website-documentation/docs',
+ 'https://github.com/thecodingmachine/react-native-boilerplate/edit/main/website-documentation/docs',
45
},
46
blog: {
47
showReadingTime: true,
48
49
- 'https://github.com/thecodingmachine/react-native-boilerplate/edit/master/website-documentation/blog',
+ 'https://github.com/thecodingmachine/react-native-boilerplate/edit/main/website-documentation/blog',
50
51
theme: {
52
customCss: require.resolve('./src/css/custom.css'),
0 commit comments