index.html 1.1 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. title: "Getting Started",
  3. crumbs: [],
  4. }
  5. <h1>Getting Started</h1>
  6. <p>To get going quickly with GoAhead, read the <a href="quick.html">Quick Start</a> Guide.</p>
  7. <p>We suggest that you read the following sections from the User Guide.</p>
  8. <table title="sections" class="ui table segment">
  9. <thead>
  10. <tr>
  11. <th>Topic</th>
  12. <th>Description</th>
  13. </tr>
  14. </thead>
  15. <tbody>
  16. <tr>
  17. <td><a href="quick.html">Quick Start</a></td>
  18. <td>Essential steps to start using GoAhead.</td>
  19. </tr>
  20. <tr>
  21. <td><a href="faq.html">FAQ</a></td>
  22. <td>Frequently asked questions about GoAhead.</td>
  23. </tr>
  24. <tr>
  25. <td><a href="running.html">Running GoAhead</a></td>
  26. <td>How to start and stop goahead manually.</td>
  27. </tr>
  28. </tbody>
  29. </table>