-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting-started.html
More file actions
32 lines (27 loc) · 1.07 KB
/
getting-started.html
File metadata and controls
32 lines (27 loc) · 1.07 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
---
title: Arcana
layout: default
---
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>Getting Started</h2>
<p>Installing Map2Check.</p>
</header>
<!--
<span class="image featured"><img src="{{ site.baseurl }}/assets/images/banner.jpg" alt="" /></span>
-->
<ul>
{% assign current = page.url | downcase | split: '/' %}
<li {% if current[1] == 'releases.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/releases.html">Use the binary of our tool: </a>this is the fastest way to get started with our tool</li>
<li {% if current[1] == 'docker.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/docker.html">Use our docker to the development: </a>this is the recommend way to get involved with our tool</li>
</ul>
</br>
</article>
</div>
</div>
</section>