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

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

Issue 17816005: Doc server broken link detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: finalization Created 7 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/apps.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "href": "/apps/about_apps.html" 7 "href": "/apps/about_apps.html"
8 }, 8 },
9 { 9 {
10 "title": "Understand the Architecture", 10 "title": "Understand the Architecture",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 { 90 {
91 "title": "Security & Privacy", 91 "title": "Security & Privacy",
92 "toggleable": true, 92 "toggleable": true,
93 "items": [ 93 "items": [
94 { 94 {
95 "title": "Identify User", 95 "title": "Identify User",
96 "href": "/apps/app_identity.html" 96 "href": "/apps/app_identity.html"
97 }, 97 },
98 { 98 {
99 "title": "Comply with CSP", 99 "title": "Comply with CSP",
100 "href": "/apps/app_csp.html" 100 "href": "/apps/contentSecurityPolicy.html"
101 } 101 }
102 ] 102 ]
103 }, 103 },
104 { 104 {
105 "title": "Notifications", 105 "title": "Notifications",
106 "toggleable": true, 106 "toggleable": true,
107 "items": [ 107 "items": [
108 { 108 {
109 "title": "Cloud Messaging", 109 "title": "Cloud Messaging",
110 "toggleable": true, 110 "toggleable": true,
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "title": "FAQ", 217 "title": "FAQ",
218 "href": "/apps/faq.html" 218 "href": "/apps/faq.html"
219 }, 219 },
220 { 220 {
221 "title": "Samples", 221 "title": "Samples",
222 "href": "/apps/samples.html" 222 "href": "/apps/samples.html"
223 } 223 }
224 ] 224 ]
225 } 225 }
226 ] 226 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/apps.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698