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

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

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: 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_expected.json
===================================================================
--- chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json (revision 0)
+++ chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json (revision 0)
@@ -0,0 +1,55 @@
+[
+ {
+ "title": "H1",
+ "href": "/trunk/absolute_path/h1.html",
+ "level": 2
+ },
+ {
+ "href": "/trunk/absolute_path/h2.html",
+ "title": "H2",
+ "level": 2,
+ "items": [
+ {
+ "title": "H3",
+ "level": 3,
+ "items": [
+ {
+ "title": "X1",
+ "href": "http://example.com",
+ "level": 4
+ },
+ {
+ "title": "Y",
+ "href": "/trunk/absolute_path/y.html",
+ "level": 4
+ },
+ {
+ "title": "X2",
+ "href": "https://example.com",
+ "level": 4
+ },
+ {
+ "title": "X3",
+ "href": "/trunk/test.html",
+ "level": 4
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "title": "X1",
+ "href": "http://example.com",
+ "level": 2
+ },
+ {
+ "title": "X2",
+ "href": "https://example.com",
+ "level": 2
+ },
+ {
+ "title": "X3",
+ "href": "/trunk/test.html",
+ "level": 2
+ }
+]
Property changes on: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698