Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: chrome/common/extensions/docs/templates/json/apps_sidenav.json

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: see last comment Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Getting Started", 3 "title": "Getting Started",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "What Are Packaged Apps?", 6 "title": "What Are Packaged Apps?",
7 "fileName": "about_apps.html" 7 "href": "about_apps.html"
not at google - send to devlin 2013/05/29 17:59:09 Stepping back: the problem may actually be that th
8 }, 8 },
9 { 9 {
10 "title": "Understand the Architecture", 10 "title": "Understand the Architecture",
11 "fileName": "app_architecture.html" 11 "href": "app_architecture.html"
12 }, 12 },
13 { 13 {
14 "title": "Create Your First App", 14 "title": "Create Your First App",
15 "fileName": "first_app.html" 15 "href": "first_app.html"
16 } 16 }
17 ] 17 ]
18 }, 18 },
19 { 19 {
20 "title": "Developing", 20 "title": "Developing",
21 "items": [ 21 "items": [
22 { 22 {
23 "title": "Before You Start", 23 "title": "Before You Start",
24 "fileName": "develop_apps.html" 24 "href": "develop_apps.html"
25 }, 25 },
26 { 26 {
27 "title": "The Fundamentals", 27 "title": "The Fundamentals",
28 "toggleable": true, 28 "toggleable": true,
29 "items": [ 29 "items": [
30 { 30 {
31 "title": "Manage App Lifecycle", 31 "title": "Manage App Lifecycle",
32 "fileName": "app_lifecycle.html" 32 "href": "app_lifecycle.html"
33 }, 33 },
34 { 34 {
35 "title": "Manage Data", 35 "title": "Manage Data",
36 "fileName": "app_storage.html" 36 "href": "app_storage.html"
37 }, 37 },
38 { 38 {
39 "title": "Offline First", 39 "title": "Offline First",
40 "fileName": "offline_apps.html" 40 "href": "offline_apps.html"
41 }, 41 },
42 { 42 {
43 "title": "Embed Content", 43 "title": "Embed Content",
44 "fileName": "app_external.html" 44 "href": "app_external.html"
45 } 45 }
46 ] 46 ]
47 }, 47 },
48 { 48 {
49 "title": "Learn with a Codelab", 49 "title": "Learn with a Codelab",
50 "toggleable": true, 50 "toggleable": true,
51 "items": [ 51 "items": [
52 { 52 {
53 "title": "About this Codelab", 53 "title": "About this Codelab",
54 » "fileName": "app_codelab.html" 54 » "href": "app_codelab.html"
55 }, 55 },
56 { 56 {
57 "title": "1 - Set Up Development Environment", 57 "title": "1 - Set Up Development Environment",
58 » "fileName": "app_codelab1_setup.html" 58 » "href": "app_codelab1_setup.html"
59 }, 59 },
60 { 60 {
61 "title": "2 - Create Basic App", 61 "title": "2 - Create Basic App",
62 » "fileName": "app_codelab2_basic.html" 62 » "href": "app_codelab2_basic.html"
63 }, 63 },
64 { 64 {
65 "title": "3 - Create MVC", 65 "title": "3 - Create MVC",
66 » "fileName": "app_codelab3_mvc.html" 66 » "href": "app_codelab3_mvc.html"
67 }, 67 },
68 { 68 {
69 "title": "4 - Save and Fetch Data", 69 "title": "4 - Save and Fetch Data",
70 » "fileName": "app_codelab5_data.html" 70 » "href": "app_codelab5_data.html"
71 }, 71 },
72 { 72 {
73 "title": "5 - Manage App Lifecycle", 73 "title": "5 - Manage App Lifecycle",
74 » "fileName": "app_codelab6_lifecycle.html" 74 » "href": "app_codelab6_lifecycle.html"
75 }, 75 },
76 76
77 { 77 {
78 "title": "6 - Access User's Data", 78 "title": "6 - Access User's Data",
79 » "fileName": "app_codelab7_useridentification.html" 79 » "href": "app_codelab7_useridentification.html"
80 }, 80 },
81 { 81 {
82 "title": "7 - Access Web Resources", 82 "title": "7 - Access Web Resources",
83 » "fileName": "app_codelab8_webresources.html" 83 » "href": "app_codelab8_webresources.html"
84 }, 84 },
85 { 85 {
86 "title": "8 - Publish App", 86 "title": "8 - Publish App",
87 » "fileName": "app_codelab_10_publishing.html" 87 » "href": "app_codelab_10_publishing.html"
88 } 88 }
89 ] 89 ]
90 }, 90 },
91 { 91 {
92 "title": "Security & Privacy", 92 "title": "Security & Privacy",
93 "toggleable": true, 93 "toggleable": true,
94 "items": [ 94 "items": [
95 { 95 {
96 "title": "Identify User", 96 "title": "Identify User",
97 "fileName": "app_identity.html" 97 "href": "app_identity.html"
98 }, 98 },
99 { 99 {
100 "title": "Comply with CSP", 100 "title": "Comply with CSP",
101 "fileName": "app_csp.html" 101 "href": "app_csp.html"
102 } 102 }
103 ] 103 ]
104 }, 104 },
105 { 105 {
106 "title": "Notifications", 106 "title": "Notifications",
107 "toggleable": true, 107 "toggleable": true,
108 "items": [ 108 "items": [
109 { 109 {
110 "title": "Cloud Messaging", 110 "title": "Cloud Messaging",
111 "toggleable": true, 111 "toggleable": true,
112 "items": [ 112 "items": [
113 { 113 {
114 "title": "About Cloud Messaging", 114 "title": "About Cloud Messaging",
115 "fileName": "cloudMessaging.html" 115 "href": "cloudMessaging.html"
116 }, 116 },
117 { 117 {
118 "title": "Client Reference", 118 "title": "Client Reference",
119 "fileName": "pushMessaging.html" 119 "href": "pushMessaging.html"
120 }, 120 },
121 { 121 {
122 "title": "Service Reference", 122 "title": "Service Reference",
123 "fileName": "gcm_server.html" 123 "href": "gcm_server.html"
124 }, 124 },
125 { 125 {
126 "title": "Terms of Service", 126 "title": "Terms of Service",
127 "fileName": "gcm_tos.html" 127 "href": "gcm_tos.html"
128 } 128 }
129 ] 129 ]
130 }, 130 },
131 { 131 {
132 "title": "Desktop Notifications", 132 "title": "Desktop Notifications",
133 "fileName": "desktop_notifications.html" 133 "href": "desktop_notifications.html"
134 } 134 }
135 ] 135 ]
136 }, 136 },
137 { 137 {
138 "title": "Advanced Technologies", 138 "title": "Advanced Technologies",
139 "toggleable": true, 139 "toggleable": true,
140 "items": [ 140 "items": [
141 { 141 {
142 "title": "Network Communications", 142 "title": "Network Communications",
143 "fileName": "app_network.html" 143 "href": "app_network.html"
144 }, 144 },
145 { 145 {
146 "title": "Access Hardware Devices", 146 "title": "Access Hardware Devices",
147 "fileName": "app_hardware.html" 147 "href": "app_hardware.html"
148 } 148 }
149 ] 149 ]
150 }, 150 },
151 { 151 {
152 "title": "MVC Architecture", 152 "title": "MVC Architecture",
153 "toggleable": true, 153 "toggleable": true,
154 "items": [ 154 "items": [
155 { 155 {
156 "title": "About MVC Architecture", 156 "title": "About MVC Architecture",
157 » "fileName": "app_frameworks.html" 157 » "href": "app_frameworks.html"
158 }, 158 },
159 { 159 {
160 "title": "Build Apps with AngularJS", 160 "title": "Build Apps with AngularJS",
161 "fileName": "angular_framework.html" 161 "href": "angular_framework.html"
162 }, 162 },
163 { 163 {
164 "title": "Build Apps with Sencha Ext JS", 164 "title": "Build Apps with Sencha Ext JS",
165 "fileName": "sencha_framework.html" 165 "href": "sencha_framework.html"
166 } 166 }
167 ] 167 ]
168 } 168 }
169 ] 169 ]
170 }, 170 },
171 { 171 {
172 "title": "Deploying", 172 "title": "Deploying",
173 "items": [ 173 "items": [
174 { 174 {
175 "title": "Publish", 175 "title": "Publish",
176 "fileName": "publish_app.html" 176 "href": "publish_app.html"
177 } 177 }
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "title": "Reference", 181 "title": "Reference",
182 "items": [ 182 "items": [
183 { 183 {
184 "title": "Manifest Files", 184 "title": "Manifest Files",
185 "fileName": "manifest.html" 185 "href": "manifest.html"
186 }, 186 },
187 { 187 {
188 "title": "Chrome JavaScript APIs", 188 "title": "Chrome JavaScript APIs",
189 "fileName": "api_index.html" 189 "href": "api_index.html"
190 }, 190 },
191 { 191 {
192 "title": "Webview Tag API", 192 "title": "Webview Tag API",
193 "fileName": "webview_tag.html" 193 "href": "webview_tag.html"
194 }, 194 },
195 { 195 {
196 "title": "Supported Libraries", 196 "title": "Supported Libraries",
197 "fileName": "api_other.html" 197 "href": "api_other.html"
198 }, 198 },
199 { 199 {
200 "title": "Disabled Web Features", 200 "title": "Disabled Web Features",
201 "fileName": "app_deprecated.html" 201 "href": "app_deprecated.html"
202 } 202 }
203 ] 203 ]
204 }, 204 },
205 { 205 {
206 "title": "More", 206 "title": "More",
207 "items": [ 207 "items": [
208 { 208 {
209 "title": "FAQ", 209 "title": "FAQ",
210 "fileName": "faq.html" 210 "href": "faq.html"
211 }, 211 },
212 { 212 {
213 "title": "Samples", 213 "title": "Samples",
214 "fileName": "samples.html" 214 "href": "samples.html"
215 } 215 }
216 ] 216 ]
217 } 217 }
218 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698