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

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

Issue 13604002: Devserver: remove the Known Issues. They're empty and it was a silly idea to (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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 { 162 {
163 "title": "More", 163 "title": "More",
164 "items": [ 164 "items": [
165 { 165 {
166 "title": "FAQ", 166 "title": "FAQ",
167 "fileName": "faq.html" 167 "fileName": "faq.html"
168 }, 168 },
169 { 169 {
170 "title": "Samples", 170 "title": "Samples",
171 "fileName": "samples.html" 171 "fileName": "samples.html"
172 },
173 {
174 "title": "Known Issues",
175 "fileName": "app_known_issues.html"
176 } 172 }
177 ] 173 ]
178 } 174 }
179 ] 175 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698