blob: fdc2990ef90fa33fc7aa29a36afcfcf2b63c094f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# WARNING:
# - TOC should reference .HTML and .md (Index OK but Error 404)
# - do not forget to run 'docbuild --tocs' after any changes
name: Quickstart
template: generated_index.html
children:
-
name: Introduction
children:
- url: guide/overview/index.html
-
name: Create application
children:
- url: reference/cordova-cli/index.html
- url: reference/cordova-plugin-battery-status/index.html
- url: reference/cordova-plugin-camera/index.html
|