OLD | NEW |
(Empty) | |
| 1 {{- This is the shared template for API documentations. |
| 2 - |api| The API being documented. |
| 3 - |intro?| The intro documentation for the API, if any. |
| 4 - |samplesForApi| The API samples. |
| 5 - |sidenav| The sidenav items. |
| 6 - |platform| The platform. |
| 7 - |platformTitle| The title of the platform ("Extensions" or "Apps"). |
| 8 -}} |
| 9 {{+content:partials.site |
| 10 platform:platform |
| 11 platformTitle:platformTitle |
| 12 sidenav:sidenav}} |
| 13 {{?api.channelWarning.trunk +partials.warning_trunk/}} |
| 14 {{?api.channelWarning.dev +partials.warning_dev/}} |
| 15 {{?api.channelWarning.beta +partials.warning_beta/}} |
| 16 <h1>{{api.title}}</h1> |
| 17 $(table_of_contents) |
| 18 {{+partials.intro_table api:api /}} |
| 19 {{?intro +intro platform:platform platformTitle:platformTitle /}} |
| 20 {{+partials.api_reference api:api |
| 21 platform:platform |
| 22 platformTitle:platformTitle |
| 23 samplesForApi:samplesForApi /}} |
| 24 {{/partials.site}} |
OLD | NEW |