Skip to content

Commit 10fdf03

Browse files
committed
add common config fields
1 parent 26fdadf commit 10fdf03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ const lastVersion = versions[0];
156156
path: 'contributing',
157157
routeBasePath: 'contributing',
158158
sidebarPath: require.resolve('./sidebarsContributing.json'),
159+
showLastUpdateAuthor: false,
160+
showLastUpdateTime: true,
161+
editUrl:
162+
'https://github.com/facebook/react-native-website/blob/master/website/',
163+
remarkPlugins: [require('@react-native-website/remark-snackplayer')],
159164
}),
160165
],
161166
],

0 commit comments

Comments
 (0)