Update docusaurus.config.js
This commit is contained in:
parent
6ea88a931b
commit
b2f4e44407
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user