From 0a0be78b101a25140b2cab36d43ae3339d06eb47 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 3 Mar 2021 12:39:59 +0100 Subject: [PATCH] Delete WEBSITE_README.md --- docs/docs/WEBSITE_README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/docs/WEBSITE_README.md diff --git a/docs/docs/WEBSITE_README.md b/docs/docs/WEBSITE_README.md deleted file mode 100644 index 8e66a60..0000000 --- a/docs/docs/WEBSITE_README.md +++ /dev/null @@ -1,20 +0,0 @@ -
- -
- -# VisionCamera - -## API documentation - -**Welcome to the VisionCamera API documentation!** - -Use the **sidebar** (left) to navigate to a specific Component, Function, Type or Camera Property. All entries are thoroughly documented, and provide tags such as `@platform` to specify additional information. - -🚀 Get started by checking out the [Camera](./Camera.html) component! - -> Note: The API documentation is automatically built from the TypeScript source files' JSDoc comments. - -## Other documentation - -* If you want to see **guides and explanations**, read the [`README.md` (and it's references to other files in `docs/`) on GitHub](https://github.com/cuvent/react-native-vision-camera/blob/main/README.md). -* If you want to see a **full example app**, visit the [`example/` folder on GitHub](https://github.com/cuvent/react-native-vision-camera/tree/main/example).