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

Side by Side Diff: chrome/common/extensions/docs/templates/private/api_reference.html

Issue 1124343004: docs: Fix some broken links to samples where the #hash-word is supposed to be a search term. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change TODO owners Created 5 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/webRequest.html ('k') | 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 <div class="api-reference"> 1 <div class="api-reference">
2 {{- This is a span not a header-tag so that it doesn't show up in the TOC. -}} 2 {{- This is a span not a header-tag so that it doesn't show up in the TOC. -}}
3 {{?api.types}} 3 {{?api.types}}
4 <h2 id="types">Types</h2> 4 <h2 id="types">Types</h2>
5 {{#t:api.types}} 5 {{#t:api.types}}
6 {{+partials.type display_name:t.name type:t/}} 6 {{+partials.type display_name:t.name type:t/}}
7 {{/}} 7 {{/}}
8 {{/api.types}} 8 {{/api.types}}
9 {{?api.properties}} 9 {{?api.properties}}
10 <h2 id="properties">Properties</h2> 10 <h2 id="properties">Properties</h2>
(...skipping 24 matching lines...) Expand all
35 additional properties as listed with each event.</dd> 35 additional properties as listed with each event.</dd>
36 {{#e:api.domEvents}} 36 {{#e:api.domEvents}}
37 {{+partials.dom_event display_name:e.name event:e api:api/}} 37 {{+partials.dom_event display_name:e.name event:e api:api/}}
38 {{/api.domEvents}} 38 {{/api.domEvents}}
39 {{/api.domEvents}} 39 {{/api.domEvents}}
40 </div> 40 </div>
41 {{?samplesForApi}} 41 {{?samplesForApi}}
42 <h2 id="samples">Sample {{platformTitle}}</h2> 42 <h2 id="samples">Sample {{platformTitle}}</h2>
43 <ul> 43 <ul>
44 {{#sample:samplesForApi}} 44 {{#sample:samplesForApi}}
45 <li><strong><a href="samples#{{sample.id}}">{{sample.name}}</a></strong> 45 <li><strong><a href="samples#search:{{sample.id}}">{{sample.name}}</a></stro ng>
46 {{?sample.description}} 46 {{?sample.description}}
47 &ndash; {{sample.description}} 47 &ndash; {{sample.description}}
48 {{/sample.description}}</li> 48 {{/sample.description}}</li>
49 {{/samplesForApi}} 49 {{/samplesForApi}}
50 </ul> 50 </ul>
51 {{/samplesForApi}} 51 {{/samplesForApi}}
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/webRequest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698