chore: Move to /mrousavy/ (#224)

* rename 1/n

* 2

* 3

* fix indent
This commit is contained in:
Marc Rousavy
2021-06-21 22:42:46 +02:00
committed by GitHub
parent 5c9cc50b60
commit 9ea158ad8f
62 changed files with 95 additions and 103 deletions

View File

@@ -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'),