Update docusaurus.config.js

This commit is contained in:
Marc Rousavy 2021-03-04 14:14:04 +01:00 committed by GitHub
parent 6ea88a931b
commit b2f4e44407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,10 @@ module.exports = {
label: 'API',
to: 'docs/api',
},
{
label: 'Example App',
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
},
],
},
{
@ -62,9 +66,13 @@ module.exports = {
href: 'https://github.com/cuvent/react-native-vision-camera/discussions',
},
{
label: 'Twitter',
label: 'Twitter (@mrousavy)',
href: 'https://twitter.com/mrousavy',
},
{
label: 'Twitter (@CuventTech)',
href: 'https://twitter.com/CuventTech',
},
],
},
{
@ -74,10 +82,6 @@ module.exports = {
label: 'GitHub',
href: 'https://github.com/cuvent/react-native-vision-camera',
},
{
label: 'VisionCamera Example App',
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
},
],
},
],