-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
51 lines (50 loc) · 1.37 KB
/
docs.html
File metadata and controls
51 lines (50 loc) · 1.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: default
title: "Documentation"
section_id: docs
---
<div class='full yellow'>
<div class='row'>
<div class='special-title centered-text'>
<h1><i class="icon-docs white-text"></i>{{ page.title }}</h1>
<p>Chose a section you're interested in</p>
<p class='shortline'></p>
</div>
</div>
<div class='spacing'></div>
<div class='row'>
<a href="/get-started">
<div class='medium-4 large-4 columns icon-text-circle'>
<i class='icon-rocket'></i>
<h3>Getting Started</h3>
<p class="normal-text">
Short step-by-step guide how to start using @imqueue framework
</p>
</div>
</a>
<a href="/tutorial">
<div class='medium-4 large-4 columns icon-text-circle'>
<i class='icon-book'></i>
<h3>Tutorial</h3>
<p class="normal-text">
Full step-by-step example application development using @imqueue
framework
</p>
</div>
</a>
<a href="/api">
<div class='medium-4 large-4 columns icon-text-circle'>
<i class='icon-book-open'></i>
<h3>API Docs</h3>
<p class="normal-text">
Full technical documentation on @imqueue framework API
</p>
</div>
</a>
</div>
<div class="row">
<div class='spacing'></div>
<p class='shortline'></p>
<div class='spacing'></div>
</div>
</div>