Skip to content

Commit d0fae43

Browse files
committed
Add link to editor guide to user guide
1 parent 01ab5af commit d0fae43

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

_includes/user-guide-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<li class="tocheader">
55
<ul>
66
<li class="toctitle active"><a href="/docs/user-guide/">User Guide</a></li>
7+
<li {% if page.url == "/docs/user-guide/editor" %}class="active"{% endif %}><a href="/docs/user-guide/editor">Using the Node-RED Editor</a></li>
78
<li {% if page.url contains "/docs/user-guide/projects/" %}class="active"{% endif %}><a href="/docs/user-guide/projects/">Working with projects</a></li>
89
<li {% if page.url == "/docs/user-guide/nodes" %}class="active"{% endif %}><a href="/docs/user-guide/nodes">The core nodes</a></li>
910
<li {% if page.url == "/docs/writing-functions" %}class="active"{% endif %}><a href="/docs/writing-functions">Writing Functions</a></li>

docs/user-guide/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ There's lots more to write in this guide, we're just getting started.
88

99
#### Using Node-RED
1010

11+
- [Using the Node-RED Editor](/docs/user-guide/editor)
1112
- [Working with projects](/docs/user-guide/projects)
1213
- [The core nodes](/docs/user-guide/nodes)
1314
- [Writing Functions](/docs/writing-functions)

0 commit comments

Comments
 (0)