OLD | NEW |
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.master +partials.warning_master/}} |
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 <article> | 16 <article> |
17 <div itemprop="articleBody" class="api"> | 17 <div itemprop="articleBody" class="api"> |
18 <h1>{{api.title}}</h1> | 18 <h1>{{api.title}}</h1> |
19 {{+partials.intro_table api:api /}} | 19 {{+partials.intro_table api:api /}} |
20 {{?intro}} | 20 {{?intro}} |
21 <section> | 21 <section> |
22 {{+intro platform:platform platformTitle:platformTitle /}} | 22 {{+intro platform:platform platformTitle:platformTitle /}} |
23 </section> | 23 </section> |
24 {{/intro}} | 24 {{/intro}} |
25 {{+partials.api_summary api:api/}} | 25 {{+partials.api_summary api:api/}} |
26 <section> | 26 <section> |
27 {{+partials.api_reference api:api | 27 {{+partials.api_reference api:api |
28 platform:platform | 28 platform:platform |
29 platformTitle:platformTitle | 29 platformTitle:platformTitle |
30 samplesForApi:samplesForApi /}} | 30 samplesForApi:samplesForApi /}} |
31 </section> | 31 </section> |
32 </div> | 32 </div> |
33 </article> | 33 </article> |
34 {{/partials.site}} | 34 {{/partials.site}} |
OLD | NEW |