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

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: 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": "/apps/about_apps.html"
8 }, 8 },
9 { 9 {
10 "title": "Understand the Architecture", 10 "title": "Understand the Architecture",
11 "fileName": "app_architecture.html" 11 "href": "/apps/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": "/apps/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": "/apps/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": "/apps/app_lifecycle.html"
33 }, 33 },
34 { 34 {
35 "title": "Manage Data", 35 "title": "Manage Data",
36 "fileName": "app_storage.html" 36 "href": "/apps/app_storage.html"
37 }, 37 },
38 { 38 {
39 "title": "Offline First", 39 "title": "Offline First",
40 "fileName": "offline_apps.html" 40 "href": "/apps/offline_apps.html"
41 }, 41 },
42 { 42 {
43 "title": "Embed Content", 43 "title": "Embed Content",
44 "fileName": "app_external.html" 44 "href": "/apps/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": "/apps/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": "/apps/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": "/apps/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": "/apps/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": "/apps/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": "/apps/app_codelab6_lifecycle.html"
75 » }, 75 },
76 » 76 {
77 » {
78 "title": "6 - Access User's Data", 77 "title": "6 - Access User's Data",
79 » "fileName": "app_codelab7_useridentification.html" 78 "href": "/apps/app_codelab7_useridentification.html"
80 » }, 79 },
81 » { 80 {
82 » "title": "7 - Access Web Resources", 81 "title": "7 - Access Web Resources",
83 » "fileName": "app_codelab8_webresources.html" 82 "href": "/apps/app_codelab8_webresources.html"
84 » }, 83 },
85 » { 84 {
86 » "title": "8 - Publish App", 85 "title": "8 - Publish App",
87 » "fileName": "app_codelab_10_publishing.html" 86 "href": "/apps/app_codelab_10_publishing.html"
88 » } 87 }
89 » ] 88 ]
90 }, 89 },
91 { 90 {
92 "title": "Security & Privacy", 91 "title": "Security & Privacy",
93 "toggleable": true, 92 "toggleable": true,
94 "items": [ 93 "items": [
95 { 94 {
96 "title": "Identify User", 95 "title": "Identify User",
97 "fileName": "app_identity.html" 96 "href": "/apps/app_identity.html"
98 }, 97 },
99 { 98 {
100 "title": "Comply with CSP", 99 "title": "Comply with CSP",
101 "fileName": "app_csp.html" 100 "href": "/apps/app_csp.html"
102 } 101 }
103 ] 102 ]
104 }, 103 },
105 { 104 {
106 "title": "Notifications", 105 "title": "Notifications",
107 "toggleable": true, 106 "toggleable": true,
108 "items": [ 107 "items": [
109 { 108 {
110 "title": "Cloud Messaging", 109 "title": "Cloud Messaging",
111 "toggleable": true, 110 "toggleable": true,
112 "items": [ 111 "items": [
113 { 112 {
114 "title": "About Cloud Messaging", 113 "title": "About Cloud Messaging",
115 "fileName": "cloudMessaging.html" 114 "href": "/apps/cloudMessaging.html"
116 }, 115 },
117 { 116 {
118 "title": "Client Reference", 117 "title": "Client Reference",
119 "fileName": "pushMessaging.html" 118 "href": "/apps/pushMessaging.html"
120 }, 119 },
121 { 120 {
122 "title": "Service Reference", 121 "title": "Service Reference",
123 "fileName": "gcm_server.html" 122 "href": "/apps/gcm_server.html"
124 }, 123 },
125 { 124 {
126 "title": "Terms of Service", 125 "title": "Terms of Service",
127 "fileName": "gcm_tos.html" 126 "href": "/apps/gcm_tos.html"
128 } 127 }
129 ] 128 ]
130 }, 129 },
131 { 130 {
132 "title": "Desktop Notifications", 131 "title": "Desktop Notifications",
133 "fileName": "desktop_notifications.html" 132 "href": "/apps/desktop_notifications.html"
134 } 133 }
135 ] 134 ]
136 }, 135 },
137 { 136 {
138 "title": "Advanced Technologies", 137 "title": "Advanced Technologies",
139 "toggleable": true, 138 "toggleable": true,
140 "items": [ 139 "items": [
141 { 140 {
142 "title": "Network Communications", 141 "title": "Network Communications",
143 "fileName": "app_network.html" 142 "href": "/apps/app_network.html"
144 }, 143 },
145 { 144 {
146 "title": "Access Hardware Devices", 145 "title": "Access Hardware Devices",
147 "fileName": "app_hardware.html" 146 "href": "/apps/app_hardware.html"
148 } 147 }
149 ] 148 ]
150 }, 149 },
151 { 150 {
152 "title": "MVC Architecture", 151 "title": "MVC Architecture",
153 "toggleable": true, 152 "toggleable": true,
154 "items": [ 153 "items": [
155 » { 154 {
156 » "title": "About MVC Architecture", 155 "title": "About MVC Architecture",
157 » "fileName": "app_frameworks.html" 156 "href": "/apps/app_frameworks.html"
158 » }, 157 },
159 » { 158 {
160 "title": "Build Apps with AngularJS", 159 "title": "Build Apps with AngularJS",
161 "fileName": "angular_framework.html" 160 "href": "/apps/angular_framework.html"
162 }, 161 },
163 { 162 {
164 "title": "Build Apps with Sencha Ext JS", 163 "title": "Build Apps with Sencha Ext JS",
165 "fileName": "sencha_framework.html" 164 "href": "/apps/sencha_framework.html"
166 } 165 }
167 ] 166 ]
168 } 167 }
169 ] 168 ]
170 }, 169 },
171 { 170 {
172 "title": "Deploying", 171 "title": "Deploying",
173 "items": [ 172 "items": [
174 { 173 {
175 "title": "Publish", 174 "title": "Publish",
176 "fileName": "publish_app.html" 175 "href": "/apps/publish_app.html"
177 } 176 }
178 ] 177 ]
179 }, 178 },
180 { 179 {
181 "title": "Reference", 180 "title": "Reference",
182 "items": [ 181 "items": [
183 { 182 {
184 "title": "Manifest Files", 183 "title": "Manifest Files",
185 "fileName": "manifest.html" 184 "href": "/apps/manifest.html"
186 }, 185 },
187 { 186 {
188 "title": "Chrome JavaScript APIs", 187 "title": "Chrome JavaScript APIs",
189 "fileName": "api_index.html" 188 "href": "/apps/api_index.html"
190 }, 189 },
191 { 190 {
192 "title": "Webview Tag API", 191 "title": "Webview Tag API",
193 "fileName": "webview_tag.html" 192 "href": "/apps/webview_tag.html"
194 }, 193 },
195 { 194 {
196 "title": "Supported Libraries", 195 "title": "Supported Libraries",
197 "fileName": "api_other.html" 196 "href": "/apps/api_other.html"
198 }, 197 },
199 { 198 {
200 "title": "Disabled Web Features", 199 "title": "Disabled Web Features",
201 "fileName": "app_deprecated.html" 200 "href": "/apps/app_deprecated.html"
202 } 201 }
203 ] 202 ]
204 }, 203 },
205 { 204 {
206 "title": "More", 205 "title": "More",
207 "items": [ 206 "items": [
208 { 207 {
209 "title": "FAQ", 208 "title": "FAQ",
210 "fileName": "faq.html" 209 "href": "/apps/faq.html"
211 }, 210 },
212 { 211 {
213 "title": "Samples", 212 "title": "Samples",
214 "fileName": "samples.html" 213 "href": "/apps/samples.html"
215 } 214 }
216 ] 215 ]
217 } 216 }
218 ] 217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698