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

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

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Codereview and polish Created 7 years, 7 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 "fileName": "getstarted.html" 4 "fileName": "getstarted.html"
5 }, 5 },
6 { 6 {
7 "title": "Overview", 7 "title": "Overview",
8 "fileName": "overview.html" 8 "fileName": "overview.html"
9 }, 9 },
10 { 10 {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 ] 199 ]
200 }, 200 },
201 { 201 {
202 "title": "More", 202 "title": "More",
203 "items": [ 203 "items": [
204 { 204 {
205 "title": "FAQ", 205 "title": "FAQ",
206 "fileName": "faq.html" 206 "fileName": "faq.html"
207 }, 207 },
208 { 208 {
209 "absolute_url": true,
not at google - send to devlin 2013/05/11 18:32:01 I expect you'd need to do a similar thing in apps_
jshumway 2013/05/11 22:08:20 I did a git-cl patch with 15054006 to get the chan
209 "title": "Chrome Web Store", 210 "title": "Chrome Web Store",
210 "fileName": "http://code.google.com/chrome/webstore/docs/index.html" 211 "fileName": "http://code.google.com/chrome/webstore/docs/index.html"
211 }, 212 },
212 { 213 {
214 "absolute_url": true,
213 "title": "Hosted Apps", 215 "title": "Hosted Apps",
214 "fileName": "http://code.google.com/chrome/apps/docs/developers_guide.ht ml" 216 "fileName": "http://code.google.com/chrome/apps/docs/developers_guide.ht ml"
215 }, 217 },
216 { 218 {
217 "title": "Themes", 219 "title": "Themes",
218 "fileName": "themes.html" 220 "fileName": "themes.html"
219 } 221 }
220 ] 222 ]
221 } 223 }
222 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698