forked from coderoad/coderoad.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial-docs.html
More file actions
30 lines (26 loc) · 734 Bytes
/
tutorial-docs.html
File metadata and controls
30 lines (26 loc) · 734 Bytes
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
---
layout: page
title: Tutorial Docs
tagline: Tutorial Building API
---
<div id="docs" role="main">
<blockquote>
The docs are a deeper read. It's recommended you get setup with the plugins and gain an understanding of how CodeRoad works before continuing.
</blockquote>
<!-- OverView -->
<section id="suggestions">
<ul class="actions" style="text-align: center;">
<li>
<a class="button special" href="/atom-coderoad.html#install">Quick Start</a>
</li>
<li>
<a class="button" href="/builder-coderoad.html#install">Builder Start</a>
</li>
<li>
<a class="button" href="/overview.html">Overview</a>
</li>
</ul>
</section>
<hr />
{% include docs/docs.html category="tutorial-docs" %}
</div>