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 c116a1c commit c714668Copy full SHA for c714668
docuilib/docusaurus.config.js
@@ -1,7 +1,6 @@
1
const {themes} = require('prism-react-renderer');
2
const lightCodeTheme = themes.github;
3
const darkCodeTheme = themes.dracula;
4
-const isDev = process.env.NODE_ENV === 'development';
5
6
// With JSDoc @type annotations, IDEs can provide config autocompletion
7
/** @type {import('@docusaurus/types').DocusaurusConfig} */
@@ -18,7 +17,7 @@ const isDev = process.env.NODE_ENV === 'development';
18
17
projectName: 'react-native-ui-lib', // Usually your repo name.
19
trailingSlash: false,
20
customFields: {
21
- docsMainEntry: `${isDev ? 'next/' : ''}getting-started/setup`,
+ docsMainEntry: 'getting-started/setup',
22
expoSnackLink: 'https://snack.expo.io/@ethanshar/rnuilib_snack',
23
stars: '4.7'
24
},
0 commit comments