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 bf1d634 commit 24ef5d1Copy full SHA for 24ef5d1
docuilib/docusaurus.config.js
@@ -7,13 +7,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
7
module.exports = {
8
title: 'RNUILib',
9
tagline: 'React Native UI Lib',
10
- url: 'https://github.com/wix/react-native-ui-lib',
11
- baseUrl: '/',
+ url: 'https://wix.github.io',
+ baseUrl: '/react-native-ui-lib/',
12
onBrokenLinks: 'throw',
13
onBrokenMarkdownLinks: 'warn',
14
favicon: 'img/favicon.ico',
15
organizationName: 'wix', // Usually your GitHub org/user name.
16
projectName: 'react-native-ui-lib', // Usually your repo name.
17
+ trailingSlash: false,
18
customFields: {
19
expoSnackLink: 'https://snack.expo.io/@ethanshar/rnuilib_snack?platform=ios&supportedPlatforms=ios,android',
20
stars: '3.8'
0 commit comments