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

Side by Side Diff: chrome/common/extensions/docs/server2/known_broken_links.json

Issue 99703004: Docserver: Fix the TOC rendering for API references by fixing the haphazard way (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 302, 3 302,
4 "extensions/app_identity.html", 4 "extensions/app_identity.html",
5 "extensions/publish_app.html", 5 "extensions/publish_app.html",
6 "redirects to /apps/publish_app.html" 6 "redirects to /apps/publish_app.html"
7 ], 7 ],
8 [ 8 [
9 404, 9 404,
10 "apps/manifest/storage.html", 10 "apps/manifest/storage.html",
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 "target page not found" 2004 "target page not found"
2005 ], 2005 ],
2006 [ 2006 [
2007 200, 2007 200,
2008 "extensions/private_apis.html", 2008 "extensions/private_apis.html",
2009 "#usage", 2009 "#usage",
2010 "target anchor not found" 2010 "target anchor not found"
2011 ], 2011 ],
2012 [ 2012 [
2013 200, 2013 200,
2014 "extensions/tabs.html",
2015 "#type-ImageDetails",
2016 "target anchor not found"
2017 ],
2018 [
2019 200,
2020 "extensions/tabs.html",
Yoyo Zhou 2013/12/10 23:48:23 ? This is a duplicate entry?
not at google - send to devlin 2013/12/11 22:23:23 Huh weird. It's all done automatically. I'll look
2021 "#type-ImageDetails",
2022 "target anchor not found"
2023 ],
2024 [
2025 200,
2014 "extensions/declarativeContent.html", 2026 "extensions/declarativeContent.html",
2015 "#type-Rule", 2027 "#type-Rule",
2016 "target anchor not found" 2028 "target anchor not found"
2017 ] 2029 ]
2018 ] 2030 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698