-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
executable file
·39 lines (38 loc) · 1.73 KB
/
docs.html
File metadata and controls
executable file
·39 lines (38 loc) · 1.73 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
---
layout: default
---
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>Documentation</h2>
<p>Learn how to use and extend the Workstation</p>
</header>
<div class="container">
<div class="row">
<div class="6u">
<section class="special">
<a href="#" class="image fit"><img src="{{ site.baseurl }}/images/fly.jpg" alt="" /></a>
<h3>Users</h3>
<p>
We encourage all users to read through the User Manual to learn more about the various features and capabilities of the Workstation. Of course, we are always happy to help users with specific problems or general Workstation training.
</p>
<ul class="actions">
<li><a href="{{ site.urls.docs.user }}" class="button alt">User Manual</a></li>
</ul>
</section>
</div>
<div class="6u">
<section class="special">
<a href="#" class="image fit"><img src="{{ site.baseurl }}/images/dev.jpg" alt="" /></a>
<h3>Developers</h3>
<p>
The Workstation can be extended through an industry standard plug-in module API. Learn more about creating Workstation modules, and other developer topics, in the Developer Guide.
</p>
<ul class="actions">
<li><a href="{{ site.urls.docs.dev }}" class="button alt">Developer Guide</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>