react-native-vision-camera/docs
dependabot[bot] 9344be0eb4
chore(deps-dev): bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 in /docs (#2476)
chore(deps-dev): bump typedoc-plugin-markdown in /docs

Bumps [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.16.0 to 3.17.1.
- [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@3.17.1/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 17:29:20 +01:00
..
docs/guides chore: Use npm for demos 2024-01-31 17:17:58 +01:00
src docs: Use smaller title on mobile (#1928) 2023-10-05 14:50:36 +02:00
static docs: Add ShadowLens section to docs 2024-01-09 18:29:22 +01:00
.gitignore docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
babel.config.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
docusaurus.config.js Revert "Update banner for Producthunt" 2023-12-18 12:36:49 +01:00
package.json chore(deps-dev): bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 in /docs (#2476) 2024-01-31 17:29:20 +01:00
README.md remove build docs 2023-03-06 11:36:00 +01:00
sidebars.js docs: New Frame Processor Plugins docs (#2434) 2024-01-25 18:03:56 +01:00
yarn.lock chore(deps-dev): bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 in /docs (#2476) 2024-01-31 17:29:20 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Docs are deployed to https://react-native-vision-camera.com using Next.js/Vercel.