a7c73ecc7a992d41c0cc88e57bacb622836873db
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / rest.tmpl.partial
1 {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2
3 <h1 id="{{htmlId}}" data-uid="{{uid}}" class="text-capitalize text-break">{{name}}</h1>
4 {{#summary}}
5 <div class="markdown level0 summary">{{{summary}}}</div>
6 {{/summary}}
7 {{#description}}
8 <div class="markdown level0 description">{{{description}}}</div>
9 {{/description}}
10 {{#conceptual}}
11   <div class="markdown level0 conceptual">{{{conceptual}}}</div>
12 {{/conceptual}}
13 {{#tags}}
14 <h2 id="{{htmlId}}">{{name}}</h2>
15 {{#description}}
16 <div class="markdown level0 description">{{{description}}}</div>
17 {{/description}}
18 {{#conceptual}}
19   <div class="markdown level0 conceptual">{{{conceptual}}}</div>
20 {{/conceptual}}
21 {{#children}}
22   {{>partials/rest.child}}
23 {{/children}}
24 {{/tags}}
25 {{!if some children are not tagged while other children are tagged, add default title}}
26 {{#children.0}}
27 {{#isTagLayout}}
28 <h2 id="other-apis">Other APIs</h2>
29 {{/isTagLayout}}
30 {{/children.0}}
31 {{#children}}
32   {{>partials/rest.child}}
33 {{/children}}
34 {{#footer}}
35 <div class="markdown level0 api-footer">{{{footer}}}</div>
36 {{/footer}}
37