-
Notifications
You must be signed in to change notification settings - Fork 5
/
toc.rb
45 lines (45 loc) · 2.39 KB
/
toc.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
section 'getting-started', "Rhodes API Reference" do
topic 'home', 'Home'
topic 'alert-api', 'Alert'
topic 'asynchttp-api', 'AsyncHttp'
topic 'barcode-api', 'Barcode'
topic 'bluetoothmanager-api', 'BluetoothManager'
topic 'bluetoothsession-api', 'BluetoothSession'
topic 'camera-api', 'Camera'
topic 'file-api', 'File'
topic 'geolocation-api', 'GeoLocation'
topic 'mapview-api', 'MapView'
topic 'menu-apis', 'Menu APIs'
topic 'menu-toolbar-tabbar-apis', 'Menu-Toolbar-Tabbar actions'
topic 'model-controller-api', 'Model Controller'
topic 'nativetabbar-api', 'NativeTabbar'
topic 'nativetoolbar-api', 'NativeToolbar'
topic 'navigationbar-iphone-api', 'NavBar'
topic 'NdefMessage-api', 'NdefMessage'
topic 'NdefRecord-api', 'NdefRecord'
topic 'NFCManager-api', 'NFCManager'
topic 'NFCTag-api', 'NFCTag'
topic 'NFCTagTechnology_IsoDep-api', 'NFCTagTechnology_IsoDep'
topic 'NFCTagTechnology_MifareClassic-api', 'NFCTagTechnology_MifareClassic'
topic 'NFCTagTechnology_MifareUltralight-api', 'NFCTagTechnology_MifareUltralight'
topic 'NFCTagTechnology_Ndef-api', 'NFCTagTechnology_Ndef'
topic 'NFCTagTechnology_NdefFormatable-api', 'NFCTagTechnology_NdefFormatable'
topic 'NFCTagTechnology_NfcA-api', 'NFCTagTechnology_NfcA'
topic 'NFCTagTechnology_NfcB-api', 'NFCTagTechnology_NfcB'
topic 'NFCTagTechnology_NfcF-api', 'NFCTagTechnology_NfcF'
topic 'NFCTagTechnology_NfcV-api', 'NFCTagTechnology_NfcV'
topic 'NFCTagTechnology-api', 'NFCTagTechnology'
topic 'rhoconfig-api', 'RhoConfig'
topic 'rhocontact-api', 'RhoContact'
topic 'rhoerror-api', 'RhoError'
topic 'rholog-api', 'RhoLog'
topic 'rhodes-model-api', 'Rhodes Model'
topic 'rhom-api', 'Rhom'
topic 'rhomsource-api', 'RhomSource'
topic 'rhoutils-api', 'RhoUtils'
topic 'ringtonemanager-api', 'RingtoneManager'
topic 'signaturetool-api', 'SignatureTool'
topic 'syncengine-api', 'SyncEngine'
topic 'timer-api', 'Timer'
topic 'webview-api', 'WebView'
end