forked from node-red/node-red.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 2.8 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: barebones
title: Documentation
---
<div class="docs">
<div class="grid">
<div class="col-1-12">
</div>
<div class="col-10-12">
<div class="docs-content">
<h1 class="docs-title">{{ page.title }}</h1>
<ul class="doc-items">
<li><a class="box-link" href="/docs/getting-started"><img src="../images/guide-gettingstarted.png"/>
<div class="doc-item-info">
<h2>Getting Started</h2>
<p>Everything from first install to deploying flows</p>
</div></a></li>
<li><a class="box-link" href="/docs/user-guide"><img src="../images/guide-userguide.png"/>
<div class="doc-item-info">
<h2>User Guide</h2>
<p>The definitive guide to using Node-RED</p>
</div></a></li>
<li><a class="box-link" href="https://cookbook.nodered.org"><img src="../images/guide-cookbook.png"/>
<div class="doc-item-info">
<h2>Cookbook</h2>
<p>Recipes to help you get things done with Node-RED</p>
</div></a></li>
</ul>
<ul class="doc-items">
<li><a class="box-link" href="/docs/creating-nodes/"><img src="../images/guide-customnode.png"/>
<div class="doc-item-info">
<h2>Creating Nodes</h2>
<p>How to create nodes to extend the Node-RED palette</p>
</div></a></li>
<li><a class="box-link" href="/docs/developing"><img src="../images/guide-developing.png"/>
<div class="doc-item-info">
<h2>Developing the core</h2>
<p>Help to develop the core of Node-RED</p>
</div></a></li>
<li><a class="box-link" href="/docs/api"><img src="../images/guide-apis.png"/>
<div class="doc-item-info">
<h2>API Reference</h2>
<p>Admin, runtime and storage APIs</p>
</div></a></li>
</ul>
<ul class="doc-items">
<li><a class="box-link" href="/docs/practice/"><img src="../images/guide-practice.png"/>
<div class="doc-item-info">
<h2>Practice</h2>
<p>Guideline for creating clear and reusable flows</p>
</div></a></li>
</ul>
</div>
</div>
</div>
</div>