forked from node-red/node-red.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-toc.html
More file actions
37 lines (34 loc) · 1.84 KB
/
Copy pathapi-toc.html
File metadata and controls
37 lines (34 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<ul class="toc">
<li class="tocheader"><span>API</span>
<ul>
<li><a href="/docs/api/index.html" {% if page.url == "/docs/api/index.html" %}class="active"{% endif %}>Overview</a>
</ul>
</li>
<li class="tocheader"><span>Admin API</span>
<ul>
<li><a href="/docs/api/admin/index.html" {% if page.url == "/docs/api/admin/index.html" %}class="active"{% endif %}>Overview</a>
<li><a href="/docs/api/admin/oauth.html" {% if page.url == "/docs/api/admin/oauth.html" %}class="active"{% endif %}>Authentication</a>
<li><a href="/docs/api/admin/types.html" {% if page.url == "/docs/api/admin/types.html" %}class="active"{% endif %}>Types</a>
<li><a href="/docs/api/admin/errors.html" {% if page.url == "/docs/api/admin/errors.html" %}class="active"{% endif %}>Errors</a>
<li><a href="/docs/api/admin/methods" {% if page.url contains "/docs/api/admin/methods" %}class="active"{% endif %}>Methods</a>
</ul>
</li>
<li class="tocheader"><span>Storage API</span>
<ul>
<li><a href="/docs/api/storage/index.html" {% if page.url == "/docs/api/storage/index.html" %}class="active"{% endif %}>Overview</a>
<li><a href="/docs/api/storage/methods" {% if page.url contains "/docs/api/storage/methods" %}class="active"{% endif %}>Methods</a>
</ul>
</li>
<!--
<li class="tocheader"><span>Runtime API</span>
<ul>
<li><a href="/docs/api/runtime/index.html" {% if page.url == "/docs/api/runtime/index.html" %}class="active"{% endif %}>Overview</a>
</ul>
</li>
<li class="tocheader"><span>Editor API</span>
<ul>
<li><a href="/docs/api/editor/index.html" {% if page.url == "/docs/api/editor/index.html" %}class="active"{% endif %}>Overview</a>
</ul>
</li>
-->
</ul>