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

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

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: moved inline style to sass file Created 6 years, 11 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 {{- This is the shared template for API documentations. 1 {{- This is the shared template for API documentations.
2 - |api| The API being documented. 2 - |api| The API being documented.
3 - |intro?| The intro documentation for the API, if any. 3 - |intro?| The intro documentation for the API, if any.
4 - |samplesForApi| The API samples. 4 - |samplesForApi| The API samples.
5 - |sidenav| The sidenav items. 5 - |sidenav| The sidenav items.
6 - |platform| The platform. 6 - |platform| The platform.
7 - |platformTitle| The title of the platform ("Extensions" or "Apps"). 7 - |platformTitle| The title of the platform ("Extensions" or "Apps").
8 -}} 8 -}}
9 {{+content:partials.site 9 {{+content:partials.site
10 platform:platform 10 platform:platform
11 platformTitle:platformTitle 11 platformTitle:platformTitle
12 sidenav:sidenav}} 12 sidenav:sidenav}}
13 {{?api.channelWarning.trunk +partials.warning_trunk/}} 13 {{?api.channelWarning.trunk +partials.warning_trunk/}}
14 {{?api.channelWarning.dev +partials.warning_dev/}} 14 {{?api.channelWarning.dev +partials.warning_dev/}}
15 {{?api.channelWarning.beta +partials.warning_beta/}} 15 {{?api.channelWarning.beta +partials.warning_beta/}}
16 <h1>{{api.title}}</h1> 16
17 $(table_of_contents) 17 <article>
18 {{+partials.intro_table api:api /}} 18 <div itemprop="articleBody" class="api">
19 {{?intro}} 19 <h1>{{api.title}}</h1>
20 <section> 20 {{+partials.intro_table api:api /}}
21 {{+intro platform:platform platformTitle:platformTitle /}} 21 {{?intro}}
22 </section> 22 <section>
23 {{/intro}} 23 {{+intro platform:platform platformTitle:platformTitle /}}
24 <section> 24 </section>
25 <h2 id="api-reference-header" title="">{{api.namespace}} reference</h2> 25 {{/intro}}
26 {{+partials.api_reference api:api 26 {{+partials.api_summary api:api/}}
27 platform:platform 27 <section>
28 platformTitle:platformTitle 28 {{+partials.api_reference api:api
29 samplesForApi:samplesForApi /}} 29 platform:platform
30 </section> 30 platformTitle:platformTitle
31 samplesForApi:samplesForApi /}}
32 </section>
33 </div>
34 </article>
35
31 {{/partials.site}} 36 {{/partials.site}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698