Skip to content

Commit

Permalink
add common config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Mar 10, 2022
1 parent 26fdadf commit 10fdf03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ const lastVersion = versions[0];
path: 'contributing',
routeBasePath: 'contributing',
sidebarPath: require.resolve('./sidebarsContributing.json'),
showLastUpdateAuthor: false,
showLastUpdateTime: true,
editUrl:
'https://github.com/facebook/react-native-website/blob/master/website/',
remarkPlugins: [require('@react-native-website/remark-snackplayer')],
}),
],
],
Expand Down

0 comments on commit 10fdf03

Please sign in to comment.