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

Unified Diff: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: assert content broke instance_servlet_test 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json
===================================================================
--- chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json (revision 0)
+++ chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json (revision 0)
@@ -0,0 +1,45 @@
+[
+ {
+ "title": "H1",
+ "fileName": "h1.html"
+ },
+ {
+ "title": "H2",
+ "fileName": "h2.html",
+ "items": [
+ {
+ "title": "H3",
+ "items": [
+ {
+ "title": "X1",
+ "fileName": "http://example.com"
+ },
+ {
+ "title": "Y",
+ "fileName": "y.html"
+ },
+ {
+ "title": "X2",
+ "fileName": "https://example.com"
+ },
+ {
+ "title": "X3",
+ "fileName": "/test.html"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "title": "X1",
+ "fileName": "http://example.com"
+ },
+ {
+ "title": "X2",
+ "fileName": "https://example.com"
+ },
+ {
+ "title": "X3",
+ "fileName": "/test.html"
+ }
+]
Property changes on: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav.json
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698