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

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

Issue 973583002: Docs: debugger protocol link fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | 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": "Devtools", 3 "title": "Devtools",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "Learn Basics", 6 "title": "Learn Basics",
7 "href": "/devtools", 7 "href": "/devtools",
8 "items": [ 8 "items": [
9 { 9 {
10 "title": "Overview", 10 "title": "Overview",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 { 163 {
164 "title": "Showcase Debugging Protocol Clients", 164 "title": "Showcase Debugging Protocol Clients",
165 "href": "/devtools/docs/debugging-clients" 165 "href": "/devtools/docs/debugging-clients"
166 }, 166 },
167 { 167 {
168 "title": "Version 1.1 (Stable)", 168 "title": "Version 1.1 (Stable)",
169 "href": "/devtools/docs/protocol/1.1/index" 169 "href": "/devtools/docs/protocol/1.1/index"
170 }, 170 },
171 { 171 {
172 "title": "Tip-of-tree (Unstable)", 172 "title": "Tip-of-tree (Unstable)",
173 "href": "/devtools/docs/protocol/tot/index" 173 "href": "https://chromedevtools.github.io/debugger-protocol-view er/"
174 }, 174 },
175 { 175 {
176 "title": "Version 1.0", 176 "title": "Version 1.0",
177 "href": "/devtools/docs/protocol/1.0/index" 177 "href": "/devtools/docs/protocol/1.0/index"
178 }, 178 },
179 { 179 {
180 "title": "Version .1", 180 "title": "Version .1",
181 "href": "/devtools/docs/protocol/0.1/index" 181 "href": "/devtools/docs/protocol/0.1/index"
182 } 182 }
183 ] 183 ]
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 "title": "Articles", 1057 "title": "Articles",
1058 "href": "/webstore/articles" 1058 "href": "/webstore/articles"
1059 } 1059 }
1060 ] 1060 ]
1061 } 1061 }
1062 ] 1062 ]
1063 } 1063 }
1064 ] 1064 ]
1065 } 1065 }
1066 ] 1066 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698