|
1 | 1 | <ul class="toc">
|
2 | 2 | <li class="tocheader"><span>Documentation</span>
|
3 | 3 | <ul>
|
4 |
| - <li><a href="/docs/index.html" {% if page.url == "/docs/index.html" %}class="active"{% endif %}>Overview</a> |
| 4 | + <li><a href="/docs/index" {% if page.url == "/docs/index" %}class="active"{% endif %}>Overview</a> |
5 | 5 | </ul>
|
6 | 6 | </li>
|
7 | 7 | <li class="tocheader"><span>Getting Started</span>
|
8 | 8 | <ul>
|
9 |
| - <li><a href="/docs/getting-started/installation.html" {% if page.url == "/docs/getting-started/installation.html" %}class="active"{% endif %}>Installation</a> |
10 |
| - <li><a href="/docs/getting-started/running.html" {% if page.url == "/docs/getting-started/running.html" %}class="active"{% endif %}>Running</a> |
11 |
| - <li><a href="/docs/getting-started/adding-nodes.html" {% if page.url == "/docs/getting-started/adding-nodes.html" %}class="active"{% endif %}>Adding Nodes</a> |
12 |
| - <li><a href="/docs/getting-started/upgrading.html" {% if page.url == "/docs/getting-started/upgrading.html" %}class="active"{% endif %}>Upgrading</a> |
13 |
| - <li><a href="/docs/getting-started/first-flow.html" {% if page.url == "/docs/getting-started/first-flow.html" %}class="active"{% endif %}>Creating your first flow</a> |
14 |
| - <li><a href="/docs/getting-started/second-flow.html" {% if page.url == "/docs/getting-started/second-flow.html" %}class="active"{% endif %}>Creating your second flow</a> |
| 9 | + <li><a href="/docs/getting-started/installation" {% if page.url == "/docs/getting-started/installation" %}class="active"{% endif %}>Installation</a> |
| 10 | + <li><a href="/docs/getting-started/running" {% if page.url == "/docs/getting-started/running" %}class="active"{% endif %}>Running</a> |
| 11 | + <li><a href="/docs/getting-started/adding-nodes" {% if page.url == "/docs/getting-started/adding-nodes" %}class="active"{% endif %}>Adding Nodes</a> |
| 12 | + <li><a href="/docs/getting-started/upgrading" {% if page.url == "/docs/getting-started/upgrading" %}class="active"{% endif %}>Upgrading</a> |
| 13 | + <li><a href="/docs/getting-started/first-flow" {% if page.url == "/docs/getting-started/first-flow" %}class="active"{% endif %}>Creating your first flow</a> |
| 14 | + <li><a href="/docs/getting-started/second-flow" {% if page.url == "/docs/getting-started/second-flow" %}class="active"{% endif %}>Creating your second flow</a> |
15 | 15 | </ul>
|
16 | 16 | </li>
|
17 | 17 | <li class="tocheader"><span>Using Node-RED</span>
|
18 | 18 | <ul>
|
19 |
| - <li><a href="/docs/configuration.html" {% if page.url == "/docs/configuration.html" %}class="active"{% endif %}>Configuration</a></li> |
20 |
| - <li><a href="/docs/security.html" {% if page.url == "/docs/security.html" %}class="active"{% endif %}>Security</a></li> |
21 |
| - <li><a href="/docs/node-red-admin.html" {% if page.url == "/docs/node-red-admin.html" %}class="active"{% endif %}>Command-line Admin</a></li> |
22 |
| - <li><a href="/docs/writing-functions.html" {% if page.url == "/docs/writing-functions.html" %}class="active"{% endif %}>Writing Functions</a></li> |
23 |
| - <li><a href="/docs/embedding.html" {% if page.url == "/docs/embedding.html" %}class="active"{% endif %}>Embedding into an existing app</a></li> |
| 19 | + <li><a href="/docs/configuration" {% if page.url == "/docs/configuration" %}class="active"{% endif %}>Configuration</a></li> |
| 20 | + <li><a href="/docs/security" {% if page.url == "/docs/security" %}class="active"{% endif %}>Security</a></li> |
| 21 | + <li><a href="/docs/node-red-admin" {% if page.url == "/docs/node-red-admin" %}class="active"{% endif %}>Command-line Admin</a></li> |
| 22 | + <li><a href="/docs/writing-functions" {% if page.url == "/docs/writing-functions" %}class="active"{% endif %}>Writing Functions</a></li> |
| 23 | + <li><a href="/docs/embedding" {% if page.url == "/docs/embedding" %}class="active"{% endif %}>Embedding into an existing app</a></li> |
24 | 24 | </ul>
|
25 | 25 | </li>
|
26 | 26 | <li class="tocheader"><span>API</span>
|
27 | 27 | <ul>
|
28 |
| - <li><a href="/docs/api/index.html">Overview</a> |
| 28 | + <li><a href="/docs/api/">Overview</a> |
29 | 29 | </ul>
|
30 | 30 | </li>
|
31 | 31 | <li class="tocheader"><span>Creating Nodes</span>
|
32 | 32 | <ul>
|
33 |
| - <li><a href="/docs/creating-nodes/" {% if page.url == "/docs/creating-nodes/index.html" %}class="active"{% endif %}>Overview</a></li> |
34 |
| - <li><a href="/docs/creating-nodes/first-node.html" {% if page.url == "/docs/creating-nodes/first-node.html" %}class="active"{% endif %}>Creating your first node</a></li> |
35 |
| - <li><a href="/docs/creating-nodes/node-js.html" {% if page.url == "/docs/creating-nodes/node-js.html" %}class="active"{% endif %}>JavaScript File</a> |
36 |
| - <li><a href="/docs/creating-nodes/node-html.html" {% if page.url == "/docs/creating-nodes/node-html.html" %}class="active"{% endif %}>HTML File</a> |
37 |
| - <li><a href="/docs/creating-nodes/context.html" {% if page.url == "/docs/creating-nodes/context.html" %}class="active"{% endif %}>Storing Context</a></li> |
38 |
| - <li><a href="/docs/creating-nodes/properties.html" {% if page.url == "/docs/creating-nodes/properties.html" %}class="active"{% endif %}>Node properties</a></li> |
39 |
| - <li><a href="/docs/creating-nodes/credentials.html" {% if page.url == "/docs/creating-nodes/credentials.html" %}class="active"{% endif %}>Node credentials</a></li> |
40 |
| - <li><a href="/docs/creating-nodes/appearance.html" {% if page.url == "/docs/creating-nodes/appearance.html" %}class="active"{% endif %}>Node appearance</a></li> |
41 |
| - <li><a href="/docs/creating-nodes/status.html" {% if page.url == "/docs/creating-nodes/status.html" %}class="active"{% endif %}>Node status</a></li> |
42 |
| - <li><a href="/docs/creating-nodes/config-nodes.html" {% if page.url == "/docs/creating-nodes/config-nodes.html" %}class="active"{% endif %}>Configuration nodes</a></li> |
43 |
| - <li><a href="/docs/creating-nodes/packaging.html" {% if page.url == "/docs/creating-nodes/packaging.html" %}class="active"{% endif %}>Packaging</a></li> |
44 |
| - <li><a href="/docs/creating-nodes/i18n.html" {% if page.url == "/docs/creating-nodes/i18n.html" %}class="active"{% endif %}>Internationalisation</a></li> |
| 33 | + <li><a href="/docs/creating-nodes/" {% if page.url == "/docs/creating-nodes/index" %}class="active"{% endif %}>Overview</a></li> |
| 34 | + <li><a href="/docs/creating-nodes/first-node" {% if page.url == "/docs/creating-nodes/first-node" %}class="active"{% endif %}>Creating your first node</a></li> |
| 35 | + <li><a href="/docs/creating-nodes/node-js" {% if page.url == "/docs/creating-nodes/node-js" %}class="active"{% endif %}>JavaScript File</a> |
| 36 | + <li><a href="/docs/creating-nodes/node-html" {% if page.url == "/docs/creating-nodes/node-html" %}class="active"{% endif %}>HTML File</a> |
| 37 | + <li><a href="/docs/creating-nodes/context" {% if page.url == "/docs/creating-nodes/context" %}class="active"{% endif %}>Storing Context</a></li> |
| 38 | + <li><a href="/docs/creating-nodes/properties" {% if page.url == "/docs/creating-nodes/properties" %}class="active"{% endif %}>Node properties</a></li> |
| 39 | + <li><a href="/docs/creating-nodes/credentials" {% if page.url == "/docs/creating-nodes/credentials" %}class="active"{% endif %}>Node credentials</a></li> |
| 40 | + <li><a href="/docs/creating-nodes/appearance" {% if page.url == "/docs/creating-nodes/appearance" %}class="active"{% endif %}>Node appearance</a></li> |
| 41 | + <li><a href="/docs/creating-nodes/status" {% if page.url == "/docs/creating-nodes/status" %}class="active"{% endif %}>Node status</a></li> |
| 42 | + <li><a href="/docs/creating-nodes/config-nodes" {% if page.url == "/docs/creating-nodes/config-nodes" %}class="active"{% endif %}>Configuration nodes</a></li> |
| 43 | + <li><a href="/docs/creating-nodes/packaging" {% if page.url == "/docs/creating-nodes/packaging" %}class="active"{% endif %}>Packaging</a></li> |
| 44 | + <li><a href="/docs/creating-nodes/i18n" {% if page.url == "/docs/creating-nodes/i18n" %}class="active"{% endif %}>Internationalisation</a></li> |
45 | 45 | </ul>
|
46 | 46 | </li>
|
47 | 47 | <li class="tocheader"><span>Hardware</span>
|
48 | 48 | <ul>
|
49 |
| - <li><a href="/docs/hardware/raspberrypi.html" {% if page.url == "/docs/hardware/raspberrypi.html" %}class="active"{% endif %}>Raspberry Pi</a> |
50 |
| - <li><a href="/docs/hardware/beagleboneblack.html" {% if page.url == "/docs/hardware/beagleboneblack.html" %}class="active"{% endif %}>BeagleBone Black</a> |
51 |
| - <li><a href="/docs/hardware/arduino.html" {% if page.url == "/docs/hardware/arduino.html" %}class="active"{% endif %}>Arduino</a> |
| 49 | + <li><a href="/docs/hardware/raspberrypi" {% if page.url == "/docs/hardware/raspberrypi" %}class="active"{% endif %}>Raspberry Pi</a> |
| 50 | + <li><a href="/docs/hardware/beagleboneblack" {% if page.url == "/docs/hardware/beagleboneblack" %}class="active"{% endif %}>BeagleBone Black</a> |
| 51 | + <li><a href="/docs/hardware/arduino" {% if page.url == "/docs/hardware/arduino" %}class="active"{% endif %}>Arduino</a> |
52 | 52 | </ul>
|
53 | 53 | </li>
|
54 | 54 | </ul>
|
|
0 commit comments