Add documentation empty page

pull/502/head
Mattia Iavarone 6 years ago
parent c7834e7c60
commit a56089f633
  1. 1
      README.md
  2. 2
      docs/_posts/2018-12-20-debugging.md
  3. 2
      docs/_posts/2018-12-20-error-handling.md
  4. 2
      docs/_posts/2018-12-20-more-features.md
  5. 2
      docs/_posts/2018-12-20-previews.md
  6. 2
      docs/_posts/2018-12-20-runtime-permissions.md
  7. 1
      docs/index.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`

@ -2,7 +2,7 @@
layout: page
title: "Debugging"
category: docs
order: 12
order: 13
date: 2018-12-20 20:02:38
disqus: 1
---

@ -2,7 +2,7 @@
layout: page
title: "Error Handling"
category: docs
order: 11
order: 12
date: 2018-12-20 20:02:31
disqus: 1
---

@ -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
---

@ -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

@ -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
---

@ -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`

Loading…
Cancel
Save