From a56089f63310e390dc8de95e913e9e19bf9ae722 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sun, 14 Jul 2019 20:16:26 -0300 Subject: [PATCH] Add documentation empty page --- README.md | 1 + docs/_posts/2018-12-20-debugging.md | 2 +- docs/_posts/2018-12-20-error-handling.md | 2 +- docs/_posts/2018-12-20-more-features.md | 2 +- docs/_posts/2018-12-20-previews.md | 2 +- docs/_posts/2018-12-20-runtime-permissions.md | 2 +- docs/index.md | 1 + 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff208366..e021ead4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ compile 'com.otaliastudios:cameraview:2.0.0-beta06' - Gestures support - Camera1 or Camera2 powered engine - Frame processing support +- Watermarks & animated overlays - OpenGL powered preview - Take high-quality content with `takePicture` and `takeVideo` - Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` diff --git a/docs/_posts/2018-12-20-debugging.md b/docs/_posts/2018-12-20-debugging.md index 2e2d302d..1ea6f1b3 100644 --- a/docs/_posts/2018-12-20-debugging.md +++ b/docs/_posts/2018-12-20-debugging.md @@ -2,7 +2,7 @@ layout: page title: "Debugging" category: docs -order: 12 +order: 13 date: 2018-12-20 20:02:38 disqus: 1 --- diff --git a/docs/_posts/2018-12-20-error-handling.md b/docs/_posts/2018-12-20-error-handling.md index 1a24041e..3a3a1968 100644 --- a/docs/_posts/2018-12-20-error-handling.md +++ b/docs/_posts/2018-12-20-error-handling.md @@ -2,7 +2,7 @@ layout: page title: "Error Handling" category: docs -order: 11 +order: 12 date: 2018-12-20 20:02:31 disqus: 1 --- diff --git a/docs/_posts/2018-12-20-more-features.md b/docs/_posts/2018-12-20-more-features.md index e1e3931f..2b9c0a71 100644 --- a/docs/_posts/2018-12-20-more-features.md +++ b/docs/_posts/2018-12-20-more-features.md @@ -4,7 +4,7 @@ title: "More features" subtitle: "Undocumented features & more" description: "Undocumented features & more" category: docs -order: 13 +order: 14 date: 2018-12-20 20:41:20 disqus: 1 --- diff --git a/docs/_posts/2018-12-20-previews.md b/docs/_posts/2018-12-20-previews.md index 7987c496..c346522d 100644 --- a/docs/_posts/2018-12-20-previews.md +++ b/docs/_posts/2018-12-20-previews.md @@ -1,6 +1,6 @@ --- layout: page -title: "Engine and previews" +title: "Engine and Previews" subtitle: "Camera engine and preview implementations" description: "Camera engine and preview implementations" category: docs diff --git a/docs/_posts/2018-12-20-runtime-permissions.md b/docs/_posts/2018-12-20-runtime-permissions.md index 5027a65f..84882504 100644 --- a/docs/_posts/2018-12-20-runtime-permissions.md +++ b/docs/_posts/2018-12-20-runtime-permissions.md @@ -4,7 +4,7 @@ title: "Runtime Permissions" subtitle: "Permissions and Manifest setup" description: "Permissions and Manifest setup" category: docs -order: 10 +order: 11 date: 2018-12-20 20:03:03 disqus: 1 --- diff --git a/docs/index.md b/docs/index.md index 8df56286..017e864e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,7 @@ addressing most of the common issues and needs, and still leaving you with flexi - Gestures support - Camera1 or Camera2 powered engine - Frame processing support +- Watermarks & animated overlays - OpenGL powered preview - Take high-quality content with `takePicture` and `takeVideo` - Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot`