@@ -1,12 +1,12 @@
|
||||
module.exports = {
|
||||
title: 'VisionCamera',
|
||||
tagline: '📸 The Camera library that sees the vision.',
|
||||
url: 'https://cuvent.github.io',
|
||||
url: 'https://mrousavy.github.io',
|
||||
baseUrl: '/react-native-vision-camera/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'throw',
|
||||
favicon: './favicon.ico',
|
||||
organizationName: 'cuvent',
|
||||
organizationName: 'mrousavy',
|
||||
projectName: 'react-native-vision-camera',
|
||||
themeConfig: {
|
||||
algolia: {
|
||||
@@ -34,12 +34,12 @@ module.exports = {
|
||||
position: 'left'
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
|
||||
href: 'https://github.com/mrousavy/react-native-vision-camera/tree/main/example',
|
||||
label: 'Example App',
|
||||
position: 'left'
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/cuvent/react-native-vision-camera',
|
||||
href: 'https://github.com/mrousavy/react-native-vision-camera',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
@@ -61,7 +61,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: 'Example App',
|
||||
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
|
||||
href: 'https://github.com/mrousavy/react-native-vision-camera/tree/main/example',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -70,16 +70,12 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
label: 'GitHub discussions',
|
||||
href: 'https://github.com/cuvent/react-native-vision-camera/discussions',
|
||||
href: 'https://github.com/mrousavy/react-native-vision-camera/discussions',
|
||||
},
|
||||
{
|
||||
label: 'Twitter (@mrousavy)',
|
||||
href: 'https://twitter.com/mrousavy',
|
||||
},
|
||||
{
|
||||
label: 'Twitter (@CuventTech)',
|
||||
href: 'https://twitter.com/CuventTech',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -87,16 +83,16 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/cuvent/react-native-vision-camera',
|
||||
href: 'https://github.com/mrousavy/react-native-vision-camera',
|
||||
},
|
||||
{
|
||||
label: 'Cuvent',
|
||||
href: 'https://cuvent.com',
|
||||
label: 'Marc\'s Portfolio',
|
||||
href: 'https://mrousavy.github.io',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Cuvent`,
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Marc Rousavy`,
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
@@ -107,7 +103,7 @@ module.exports = {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
// Please change this to your repo.
|
||||
editUrl:
|
||||
'https://github.com/cuvent/react-native-vision-camera/edit/main/docs/',
|
||||
'https://github.com/mrousavy/react-native-vision-camera/edit/main/docs/',
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
||||
Reference in New Issue
Block a user