2021-03-03 04:37:43 -07:00
|
|
|
module.exports = {
|
|
|
|
title: 'VisionCamera',
|
|
|
|
tagline: '📸 The Camera library that sees the vision.',
|
2021-03-03 04:49:31 -07:00
|
|
|
url: 'https://cuvent.github.io',
|
|
|
|
baseUrl: '/react-native-vision-camera/',
|
2021-03-03 04:37:43 -07:00
|
|
|
onBrokenLinks: 'throw',
|
|
|
|
onBrokenMarkdownLinks: 'warn',
|
|
|
|
favicon: './favicon.ico',
|
|
|
|
organizationName: 'cuvent',
|
|
|
|
projectName: 'react-native-vision-camera',
|
|
|
|
themeConfig: {
|
|
|
|
navbar: {
|
|
|
|
title: 'VisionCamera',
|
|
|
|
logo: {
|
|
|
|
alt: 'Logo',
|
2021-03-03 04:45:15 -07:00
|
|
|
src: 'https://github.com/cuvent/react-native-vision-camera/blob/main/docs/static/img/11.png?raw=true',
|
2021-03-03 04:37:43 -07:00
|
|
|
},
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
label: 'Guides',
|
|
|
|
to: 'docs/',
|
|
|
|
position: 'left',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
to: 'docs/api',
|
|
|
|
label: 'API',
|
|
|
|
position: 'left'
|
|
|
|
},
|
2021-03-04 06:10:14 -07:00
|
|
|
{
|
|
|
|
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
|
|
|
|
label: 'Example App',
|
|
|
|
position: 'left'
|
|
|
|
},
|
2021-03-03 04:37:43 -07:00
|
|
|
{
|
|
|
|
href: 'https://github.com/cuvent/react-native-vision-camera',
|
|
|
|
label: 'GitHub',
|
|
|
|
position: 'right',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
footer: {
|
|
|
|
style: 'dark',
|
|
|
|
links: [
|
|
|
|
{
|
|
|
|
title: 'Docs',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
label: 'Guides',
|
|
|
|
to: 'docs/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: 'API',
|
|
|
|
to: 'docs/api',
|
|
|
|
},
|
2021-03-04 06:14:04 -07:00
|
|
|
{
|
|
|
|
label: 'Example App',
|
|
|
|
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
|
|
|
|
},
|
2021-03-03 04:37:43 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Community',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
label: 'GitHub discussions',
|
|
|
|
href: 'https://github.com/cuvent/react-native-vision-camera/discussions',
|
|
|
|
},
|
|
|
|
{
|
2021-03-04 06:14:04 -07:00
|
|
|
label: 'Twitter (@mrousavy)',
|
2021-03-03 04:37:43 -07:00
|
|
|
href: 'https://twitter.com/mrousavy',
|
|
|
|
},
|
2021-03-04 06:14:04 -07:00
|
|
|
{
|
|
|
|
label: 'Twitter (@CuventTech)',
|
|
|
|
href: 'https://twitter.com/CuventTech',
|
|
|
|
},
|
2021-03-03 04:37:43 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'More',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
label: 'GitHub',
|
|
|
|
href: 'https://github.com/cuvent/react-native-vision-camera',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
copyright: `Copyright © ${new Date().getFullYear()} Cuvent`,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
presets: [
|
|
|
|
[
|
|
|
|
'@docusaurus/preset-classic',
|
|
|
|
{
|
|
|
|
docs: {
|
|
|
|
sidebarPath: require.resolve('./sidebars.js'),
|
|
|
|
// Please change this to your repo.
|
|
|
|
editUrl:
|
|
|
|
'https://github.com/cuvent/react-native-vision-camera/edit/main/docs/',
|
|
|
|
},
|
|
|
|
theme: {
|
|
|
|
customCss: require.resolve('./src/css/custom.css'),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
plugins: [
|
|
|
|
[
|
|
|
|
'docusaurus-plugin-typedoc',
|
|
|
|
{
|
|
|
|
entryPoints: ['../src'],
|
2021-03-03 06:04:46 -07:00
|
|
|
exclude: "../src/index.ts",
|
2021-03-04 02:38:42 -07:00
|
|
|
tsconfig: '../tsconfig.docs.json',
|
2021-03-03 04:37:43 -07:00
|
|
|
readme: "none",
|
|
|
|
sidebar: {
|
|
|
|
sidebarFile: 'typedoc-sidebar.js',
|
2021-03-03 13:20:20 -07:00
|
|
|
fullNames: false,
|
|
|
|
indexLabel: 'Overview'
|
|
|
|
}
|
2021-03-03 04:37:43 -07:00
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
};
|