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

Side by Side Diff: chrome/common/extensions/docs/templates/json/extensions_sidenav.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, 6 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Getting Started", 3 "title": "Getting Started",
4 "fileName": "getstarted.html" 4 "href": "/extensions/getstarted.html"
5 }, 5 },
6 { 6 {
7 "title": "Overview", 7 "title": "Overview",
8 "fileName": "overview.html" 8 "href": "/extensions/overview.html"
9 }, 9 },
10 { 10 {
11 "title": "What's New?", 11 "title": "What's New?",
12 "fileName": "whats_new.html" 12 "href": "/extensions/whats_new.html"
13 }, 13 },
14 { 14 {
15 "title": "Developer's Guide", 15 "title": "Developer's Guide",
16 "fileName": "devguide.html", 16 "href": "/extensions/devguide.html",
17 "items": [ 17 "items": [
18 { 18 {
19 "title": "Browser UI", 19 "title": "Browser UI",
20 "toggleable": true, 20 "toggleable": true,
21 "items": [ 21 "items": [
22 { 22 {
23 "title": "Browser Actions", 23 "title": "Browser Actions",
24 "fileName": "browserAction.html" 24 "href": "/extensions/browserAction.html"
25 }, 25 },
26 { 26 {
27 "title": "Context Menus", 27 "title": "Context Menus",
28 "fileName": "contextMenus.html" 28 "href": "/extensions/contextMenus.html"
29 }, 29 },
30 { 30 {
31 "title": "Desktop Notifications", 31 "title": "Desktop Notifications",
32 "fileName": "desktop_notifications.html" 32 "href": "/extensions/desktop_notifications.html"
33 }, 33 },
34 { 34 {
35 "title": "Omnibox", 35 "title": "Omnibox",
36 "fileName": "omnibox.html" 36 "href": "/extensions/omnibox.html"
37 }, 37 },
38 { 38 {
39 "title": "Options Pages", 39 "title": "Options Pages",
40 "fileName": "options.html" 40 "href": "/extensions/options.html"
41 }, 41 },
42 { 42 {
43 "title": "Override Pages", 43 "title": "Override Pages",
44 "fileName": "override.html" 44 "href": "/extensions/override.html"
45 }, 45 },
46 { 46 {
47 "title": "Page Actions", 47 "title": "Page Actions",
48 "fileName": "pageAction.html" 48 "href": "/extensions/pageAction.html"
49 } 49 }
50 ] 50 ]
51 }, 51 },
52 { 52 {
53 "title": "Browser Interaction", 53 "title": "Browser Interaction",
54 "toggleable": true, 54 "toggleable": true,
55 "items": [ 55 "items": [
56 { 56 {
57 "title": "Bookmarks", 57 "title": "Bookmarks",
58 "fileName": "bookmarks.html" 58 "href": "/extensions/bookmarks.html"
59 }, 59 },
60 { 60 {
61 "title": "Cookies", 61 "title": "Cookies",
62 "fileName": "cookies.html" 62 "href": "/extensions/cookies.html"
63 }, 63 },
64 { 64 {
65 "title": "Developer Tools", 65 "title": "Developer Tools",
66 "fileName": "devtools.html" 66 "href": "/extensions/devtools.html"
67 }, 67 },
68 { 68 {
69 "title": "Events", 69 "title": "Events",
70 "fileName": "events.html" 70 "href": "/extensions/events.html"
71 }, 71 },
72 { 72 {
73 "title": "History", 73 "title": "History",
74 "fileName": "history.html" 74 "href": "/extensions/history.html"
75 }, 75 },
76 { 76 {
77 "title": "Management", 77 "title": "Management",
78 "fileName": "management.html" 78 "href": "/extensions/management.html"
79 }, 79 },
80 { 80 {
81 "title": "Tabs", 81 "title": "Tabs",
82 "fileName": "tabs.html" 82 "href": "/extensions/tabs.html"
83 }, 83 },
84 { 84 {
85 "title": "Windows", 85 "title": "Windows",
86 "fileName": "windows.html" 86 "href": "/extensions/windows.html"
87 } 87 }
88 ] 88 ]
89 }, 89 },
90 { 90 {
91 "title": "Implementation", 91 "title": "Implementation",
92 "toggleable": true, 92 "toggleable": true,
93 "items": [ 93 "items": [
94 { 94 {
95 "title": "Accessibility", 95 "title": "Accessibility",
96 "fileName": "a11y.html" 96 "href": "/extensions/a11y.html"
97 }, 97 },
98 { 98 {
99 "title": "Event Pages", 99 "title": "Event Pages",
100 "fileName": "event_pages.html" 100 "href": "/extensions/event_pages.html"
101 }, 101 },
102 { 102 {
103 "title": "Content Security Policy", 103 "title": "Content Security Policy",
104 "fileName": "contentSecurityPolicy.html" 104 "href": "/extensions/contentSecurityPolicy.html"
105 }, 105 },
106 { 106 {
107 "title": "Content Scripts", 107 "title": "Content Scripts",
108 "fileName": "content_scripts.html" 108 "href": "/extensions/content_scripts.html"
109 }, 109 },
110 { 110 {
111 "title": "Cross-Origin XHR", 111 "title": "Cross-Origin XHR",
112 "fileName": "xhr.html" 112 "href": "/extensions/xhr.html"
113 }, 113 },
114 { 114 {
115 "title": "Internationalization", 115 "title": "Internationalization",
116 "fileName": "i18n.html" 116 "href": "/extensions/i18n.html"
117 }, 117 },
118 { 118 {
119 "title": "Message Passing", 119 "title": "Message Passing",
120 "fileName": "messaging.html" 120 "href": "/extensions/messaging.html"
121 }, 121 },
122 { 122 {
123 "title": "Optional Permissions", 123 "title": "Optional Permissions",
124 "fileName": "permissions.html" 124 "href": "/extensions/permissions.html"
125 }, 125 },
126 { 126 {
127 "title": "NPAPI Plugins", 127 "title": "NPAPI Plugins",
128 "fileName": "npapi.html" 128 "href": "/extensions/npapi.html"
129 } 129 }
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "title": "Finishing", 133 "title": "Finishing",
134 "toggleable": true, 134 "toggleable": true,
135 "items": [ 135 "items": [
136 { 136 {
137 "title": "Hosting", 137 "title": "Hosting",
138 "fileName": "hosting.html" 138 "href": "/extensions/hosting.html"
139 }, 139 },
140 { 140 {
141 "title": "Other Deployment Options", 141 "title": "Other Deployment Options",
142 "fileName": "external_extensions.html" 142 "href": "/extensions/external_extensions.html"
143 } 143 }
144 ] 144 ]
145 } 145 }
146 ] 146 ]
147 }, 147 },
148 { 148 {
149 "title": "Tutorials", 149 "title": "Tutorials",
150 "fileName": "tutorials.html", 150 "href": "/extensions/tutorials.html",
151 "items": [ 151 "items": [
152 { 152 {
153 "title": "Manifest V2", 153 "title": "Manifest V2",
154 "fileName": "tut_migration_to_manifest_v2.html" 154 "href": "/extensions/tut_migration_to_manifest_v2.html"
155 }, 155 },
156 { 156 {
157 "title": "Debugging", 157 "title": "Debugging",
158 "fileName": "tut_debugging.html" 158 "href": "/extensions/tut_debugging.html"
159 }, 159 },
160 { 160 {
161 "title": "Google Analytics", 161 "title": "Google Analytics",
162 "fileName": "tut_analytics.html" 162 "href": "/extensions/tut_analytics.html"
163 }, 163 },
164 { 164 {
165 "title": "OAuth", 165 "title": "OAuth",
166 "fileName": "tut_oauth.html" 166 "href": "/extensions/tut_oauth.html"
167 } 167 }
168 ] 168 ]
169 }, 169 },
170 { 170 {
171 "title": "Reference", 171 "title": "Reference",
172 "items": [ 172 "items": [
173 { 173 {
174 "title": "Formats", 174 "title": "Formats",
175 "toggleable": true, 175 "toggleable": true,
176 "items": [ 176 "items": [
177 { 177 {
178 "title": "Manifest Files", 178 "title": "Manifest Files",
179 "fileName": "manifest.html" 179 "href": "/extensions/manifest.html"
180 }, 180 },
181 { 181 {
182 "title": "Match Patterns", 182 "title": "Match Patterns",
183 "fileName": "match_patterns.html" 183 "href": "/extensions/match_patterns.html"
184 } 184 }
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "title": "Permission Warnings", 188 "title": "Permission Warnings",
189 "fileName": "permission_warnings.html" 189 "href": "/extensions/permission_warnings.html"
190 }, 190 },
191 { 191 {
192 "title": "chrome.* APIs", 192 "title": "chrome.* APIs",
193 "fileName": "api_index.html" 193 "href": "/extensions/api_index.html"
194 }, 194 },
195 { 195 {
196 "title": "Other APIs", 196 "title": "Other APIs",
197 "fileName": "api_other.html" 197 "href": "/extensions/api_other.html"
198 } 198 }
199 ] 199 ]
200 }, 200 },
201 { 201 {
202 "title": "More", 202 "title": "More",
203 "items": [ 203 "items": [
204 { 204 {
205 "title": "FAQ", 205 "title": "FAQ",
206 "fileName": "faq.html" 206 "href": "/extensions/faq.html"
207 }, 207 },
208 { 208 {
209 "title": "Chrome Web Store", 209 "title": "Chrome Web Store",
210 "fileName": "http://code.google.com/chrome/webstore/docs/index.html" 210 "href": "http://code.google.com/chrome/webstore/docs/index.html"
211 }, 211 },
212 { 212 {
213 "title": "Hosted Apps", 213 "title": "Hosted Apps",
214 "fileName": "http://code.google.com/chrome/apps/docs/developers_guide.ht ml" 214 "href": "http://code.google.com/chrome/apps/docs/developers_guide.html"
215 }, 215 },
216 { 216 {
217 "title": "Themes", 217 "title": "Themes",
218 "fileName": "themes.html" 218 "href": "/extensions/themes.html"
219 } 219 }
220 ] 220 ]
221 } 221 }
222 ] 222 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698