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

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

Issue 13248004: Cleaning up apps codelab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
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 "fileName": "about_apps.html"
8 }, 8 },
9 { 9 {
10 "title": "Understand the Architecture", 10 "title": "Understand the Architecture",
(...skipping 28 matching lines...) Expand all
39 "title": "Offline First", 39 "title": "Offline First",
40 "fileName": "offline_apps.html" 40 "fileName": "offline_apps.html"
41 }, 41 },
42 { 42 {
43 "title": "Embed Content", 43 "title": "Embed Content",
44 "fileName": "app_external.html" 44 "fileName": "app_external.html"
45 } 45 }
46 ] 46 ]
47 }, 47 },
48 { 48 {
49 "title": "Todo App Codelab",
Renato Mangini (chromium) 2013/04/12 20:33:07 I'm not quite comfortable with this title in the s
mkearney1 2013/04/15 20:48:12 Done.
50 "toggleable": true,
51 "items": [
52 {
53 "title": "About this Codelab",
54 "fileName": "app_codelab.html"
55 },
56 {
57 "title": "1 - Set Up Development Environment",
58 "fileName": "app_codelab1_setup.html"
59 },
60 {
61 "title": "2 - Create Basic App",
62 "fileName": "app_codelab2_basic.html"
63 },
64 {
65 "title": "3 - Create MVC",
66 "fileName": "app_codelab3_mvc.html"
67 },
68 {
69 "title": "4 - Save and Fetch Data",
70 "fileName": "app_codelab5_data.html"
71 },
72 {
73 "title": "5 - Manage App Lifecycle",
74 "fileName": "app_codelab6_lifecycle.html"
75 },
76
77 {
78 "title": "6 - Access User's Data",
79 "fileName": "app_codelab7_useridentification.html"
80 },
81 {
82 "title": "7 - Access Web Resources",
83 "fileName": "app_codelab8_webresources.html"
84 },
85 {
86 "title": "8 - Publish App",
87 "fileName": "app_codelab_10_publishing.html"
88 }
89 ]
90 },
91 {
49 "title": "Security & Privacy", 92 "title": "Security & Privacy",
50 "toggleable": true, 93 "toggleable": true,
51 "items": [ 94 "items": [
52 { 95 {
53 "title": "Identify User", 96 "title": "Identify User",
54 "fileName": "app_identity.html" 97 "fileName": "app_identity.html"
55 }, 98 },
56 { 99 {
57 "title": "Comply with CSP", 100 "title": "Comply with CSP",
58 "fileName": "app_csp.html" 101 "fileName": "app_csp.html"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 { 145 {
103 "title": "Access Hardware Devices", 146 "title": "Access Hardware Devices",
104 "fileName": "app_hardware.html" 147 "fileName": "app_hardware.html"
105 } 148 }
106 ] 149 ]
107 }, 150 },
108 { 151 {
109 "title": "MVC Architecture", 152 "title": "MVC Architecture",
110 "toggleable": true, 153 "toggleable": true,
111 "items": [ 154 "items": [
112 { 155 » {
113 "title": "About MVC Architecture", 156 » "title": "About MVC Architecture",
114 "fileName": "app_frameworks.html" 157 » "fileName": "app_frameworks.html"
115 }, 158 » },
116 { 159 » {
117 "title": "Build Apps with AngularJS", 160 "title": "Build Apps with AngularJS",
118 "fileName": "angular_framework.html" 161 "fileName": "angular_framework.html"
119 }, 162 },
120 { 163 {
121 "title": "Build Apps with Sencha Ext JS", 164 "title": "Build Apps with Sencha Ext JS",
122 "fileName": "sencha_framework.html" 165 "fileName": "sencha_framework.html"
123 } 166 }
124 ] 167 ]
125 } 168 }
126 ] 169 ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "title": "Samples", 213 "title": "Samples",
171 "fileName": "samples.html" 214 "fileName": "samples.html"
172 }, 215 },
173 { 216 {
174 "title": "Known Issues", 217 "title": "Known Issues",
175 "fileName": "app_known_issues.html" 218 "fileName": "app_known_issues.html"
176 } 219 }
177 ] 220 ]
178 } 221 }
179 ] 222 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698