forked from rhomobile/rhomobile-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.rb
More file actions
112 lines (98 loc) · 5.21 KB
/
toc.rb
File metadata and controls
112 lines (98 loc) · 5.21 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
section 'getting-started', "Getting Started" do
topic 'home', 'Home'
topic 'rhostudio.tutorial', 'RhoStudio Tutorial'
topic 'rhoconnect/tutorial', 'RhoConnect Tutorial'
topic 'rhohub/tutorial', 'RhoHub Tutorial'
topic 'rhodes/tutorial', 'Rhodes Tutorial'
topic 'tutorials', 'How To'
topic 'architecturefaq', 'Architecture FAQ'
topic 'faq', 'Programming FAQ'
topic 'secure-apps', 'Building Highly Secure Apps'
end
section 'rhodes-reference', "Rhodes: Developer Reference" do
topic 'rhodes/introduction', 'Introduction'
topic 'rhodes/install', 'Install Rhodes'
topic 'rhodes/generator', 'App Generator'
topic 'rhodes/build', 'Build Application'
topic 'rhodes/application', 'App Structure'
topic 'rhodes/ui', 'User Interface'
topic 'rhodes/css-framework', 'CSS Framework'
topic 'rhodes/configuration', 'Configuration'
topic 'rhodes/device-caps', 'Device Capabilities'
topic 'rhodes/rhom', 'Local Database and Rhom'
topic 'rhodes/synchronization', 'Synchronization'
topic 'rhodes/connect-to-web-services', 'Connecting Directly to Web Services'
topic 'rhodes/extensions', 'Extending the Rhodes Framework'
topic 'rhodes/test-log-debug', 'Testing, Logging and Debugging'
topic 'rhodes/simulator', 'Using RhoSimulator'
topic 'rhodes/contributing', 'Contributing'
topic 'credits', 'Credits'
end
section 'rhoconnect-reference', "RhoConnect: Getting Started" do
topic 'rhoconnect/introduction', 'Introduction'
topic 'rhoconnect/contributing', 'Contributing'
topic 'rhoconnect/install', 'Installation'
topic 'rhoconnect/command-line', 'App Generator and Rake Tasks'
topic 'rhoconnect/supported-platforms', 'Supported Platforms'
end
section 'rhoconnect-source-adapter-reference', "RhoConnect: Source Adapters" do
topic 'rhoconnect/source-adapters', 'Source Adapters'
topic 'rhoconnect/authentication', 'Adding Device Authentication'
topic 'rhoconnect/testing', 'Testing and Debugging'
topic 'rhoconnect/push', 'Device Push'
topic 'rhoconnect/blob-sync', 'Binary Objects and Blob Sync'
topic 'rhoconnect/async-jobs', 'Adapter Jobs with Resque'
topic 'rhoconnect/metadata', 'Dynamic Views with Metadata'
end
section 'rhoconnect-plugin-reference', "RhoConnect: Plugins" do
topic 'rhoconnect/plugin-intro', 'Introduction'
topic 'rhoconnect/rails-plugin', 'Rails Plugin'
topic 'rhoconnect/net-plugin', '.Net Plugin'
topic 'rhoconnect/java-plugin', 'Java Plugin'
end
section 'rhoconnect-administration', "RhoConnect: Administration" do
topic 'rhoconnect/settings', 'RhoConnect Settings'
topic 'rhoconnect/web-console', 'Admin Web Interface'
topic 'rhoconnect/licensing', 'Licensing your App'
topic 'rhoconnect/benchmarks', 'Rhoconnect Benchmarking'
topic 'rhoconnect/benchmarks-running','Running Rhoconnect Benchmarks'
topic 'rhoconnect/stats-middleware', 'Collecting Runtime Stats'
end
section 'rhoconnect-deployment', "RhoConnect: Deployment" do
topic 'rhoconnect/preparing-production', 'Preparing for Production'
topic 'rhoconnect/hosting-rhohub', 'Hosting on RhoHub'
topic 'rhoconnect/deploying', 'Deploying RhoConnect'
topic 'rhoconnect/rhoconnect-redis-stack', 'High Availability Deployment on AWS'
end
section 'rhoconnect-advanced', "RhoConnect: Advanced Topics" do
topic 'rhoconnect/bulk-sync', 'Big Datasets and Bulk Sync'
topic 'rhoconnect/rest-api', 'RhoConnect REST API'
topic 'rhoconnect/extending-rhoconnect-server', 'Extending Rhoconnect App with custom routes'
topic 'rhoconnect/cud-conflicts', 'Resolving Conflicts'
topic 'rhoconnect/migration', 'Migrating from RhoSync to RhoConnect'
end
section 'rhoconnect-nonrhodes-client-reference', "RhoConnect: non-Rhodes Client Developer Reference" do
topic 'rhoconnect/client', 'Using RhoConnect without Rhodes'
end
section 'rhoconnect-nonrhodes-client-reference', "RhoConnect: iOS Objective C Client Developer Reference" do
topic 'rhoconnect/client-objc', 'RhoConnect without Rhodes: iOS Objective C'
end
section 'rhoconnect-nonrhodes-client-reference', "RhoConnect: Android Java Client Developer Reference" do
topic 'rhoconnect/client-java', 'RhoConnect without Rhodes: Android Java'
end
section 'rhoconnectjs-reference', "RhoConnect: JS Client Developer Reference" do
topic 'rhoconnectjs/introduction', 'Introduction'
topic 'rhoconnectjs/getting-started', 'Getting Started'
topic 'rhoconnectjs/reference', 'API Reference'
topic 'rhoconnectjs/creating-app', 'Creating an App'
end
section 'rhoconnect-service-reference', "RhoConnect: Hosted Services" do
topic 'rhoconnect/heroku-addon', 'Heroku Addon'
end
section 'rhoconnect-adapters-reference', "RhoConnect: Vendor Adapters" do
topic 'rhoconnect/adapters-intro', 'Introduction'
topic 'rhoconnect/adapters-crm', 'CRM adapters'
end
section 'rhoelements-reference', "RhoElements: Getting Started" do
topic 'rhoelements/moto-api', 'Motorola API'
end