OLD | NEW |
---|---|
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 Loading... | |
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 ] |
OLD | NEW |