93 lines
2.2 KiB
Markdown
93 lines
2.2 KiB
Markdown
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<link type="image/png" href="assets/logo.png" rel="icon">
|
||
|
<title>ReadySet Markdown</title>
|
||
|
</head>
|
||
|
<script src="https://www.w3schools.com/lib/w3data.js"></script>
|
||
|
<body>
|
||
|
|
||
|
<topbar style="display:none;">
|
||
|
<item><a href="index.html">Overview</a></item>
|
||
|
<item><a href="plan.html">Project Plan</a></item>
|
||
|
<item><a href="index-all.html">Workflows</a></item>
|
||
|
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
|
||
|
<toc></toc>
|
||
|
</topbar>
|
||
|
|
||
|
<xmp theme="readable" style="display:none;">
|
||
|
<!-- Markdown content here -->
|
||
|
|
||
|
# User Guide
|
||
|
---
|
||
|
|
||
|
*TODO: Fill in information on this product. Make sure to use the
|
||
|
**product** name and **external** release number, not internal
|
||
|
information.*
|
||
|
|
||
|
##### Product:
|
||
|
::[PRODUCTNAME](http://www.COMPANY.com/products/PRODUCTNAME/)
|
||
|
|
||
|
##### Release Number:
|
||
|
::X.Y.Z
|
||
|
|
||
|
##### Release Date:
|
||
|
::YEAR/MONTH/DAY
|
||
|
|
||
|
##### Customer Support:
|
||
|
::For more information or support, please visit our
|
||
|
[website](http://www.COMPANY.com/products/PRODUCTNAME/) or email
|
||
|
us at <support@COMPANY.com>
|
||
|
|
||
|
---
|
||
|
|
||
|
### Table of Contents
|
||
|
|
||
|
*TODO: Fill in the user guide outline below.*
|
||
|
|
||
|
*TIP: Consider providing both tutorial (step-by-step) and reference
|
||
|
material. You can organize the user guide by features, by use cases, by
|
||
|
roles, or in other ways.*
|
||
|
|
||
|
1. Introduction
|
||
|
- ::What is PRODUCT-NAME?
|
||
|
- ::About this user guide
|
||
|
2. ::SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
3. ::SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
4. ::SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
- ::SUB-SECTION-NAME
|
||
|
|
||
|
<!-- End Markdown content -->
|
||
|
</xmp>
|
||
|
|
||
|
<div w3-include-html="_words-of-wisdom.html"></div>
|
||
|
<div w3-include-html="_footer.html"></div>
|
||
|
|
||
|
<script>
|
||
|
w3IncludeHTML();
|
||
|
</script>
|
||
|
|
||
|
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
|
||
|
<!-- Include it AFTER strapdown -->
|
||
|
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
|
||
|
<!-- Include it AFTER EVERYTHING -->
|
||
|
<script src="assets/logo.js"></script>
|
||
|
<script src="assets/themeswitcher.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|