You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.htm 4.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!-->
  4. <html class="no-js" lang="en">
  5. <!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <title>Home - DocNet Documentation</title>
  11. <link rel="shortcut icon" href="favicon.ico">
  12. <link rel="stylesheet" href="css/theme.css" type="text/css" />
  13. <link rel="stylesheet" href="css/theme_colors.css" type="text/css" />
  14. <link rel="stylesheet" href="css/styles/vs.css">
  15. <link rel="stylesheet" href="css/font-awesome.4.5.0.min.css">
  16. </head>
  17. <body role="document">
  18. <div class="grid-for-nav">
  19. <nav data-toggle="nav-shift" class="nav-side stickynav">
  20. <div class="side-nav-search">
  21. <a href="index.htm"><i class="fa fa-home"></i> DocNet Documentation</a>
  22. <div role="search">
  23. <form id="search-form" class="form" action="Docnet_search.htm" method="get">
  24. <input type="text" name="q" placeholder="Search docs" />
  25. </form>
  26. </div>
  27. </div>
  28. <div class="menu menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  29. <ul>
  30. <li class="tocentry"><a href="index.htm">Home</a>
  31. </li>
  32. <li class="tocentry"><a href="usage.htm">Usage</a>
  33. </li>
  34. <li class="tocentry">
  35. <span class="navigationgroup"><i class="fa fa-caret-right"></i> <a href="Configuration.htm">Configuration</a></span>
  36. </li>
  37. <li class="tocentry">
  38. <span class="navigationgroup"><i class="fa fa-caret-right"></i> <a href="Authoringcontent.htm">Authoring content</a></span>
  39. </li>
  40. <li class="tocentry"><a href="search.htm">Search</a>
  41. </li>
  42. <li class="tocentry"><a href="acknowledgements.htm">Acknowledgements</a>
  43. </li>
  44. <li class="tocentry"><a href="license.htm">License</a>
  45. </li>
  46. </ul>
  47. <div class="toc-footer">
  48. <span class="text-small">
  49. <hr/>
  50. <a href="https://github.com/FransBouma/DocNet" target="_blank">Made with <i class="fa fa-github"></i> DocNet</a>
  51. </span>
  52. </div>
  53. </div>
  54. &nbsp;
  55. </nav>
  56. <section data-toggle="nav-shift" class="nav-content-wrap">
  57. <nav class="nav-top" role="navigation" aria-label="top navigation">
  58. <i data-toggle="nav-top" class="fa fa-bars"></i>
  59. <a href="index.htm">DocNet Documentation</a>
  60. </nav>
  61. <div class="nav-content">
  62. <div role="navigation" aria-label="breadcrumbs navigation">
  63. <div class="breadcrumbs">
  64. <ul><li><a href="index.htm">Home</a></li></ul>
  65. </div>
  66. <hr />
  67. </div>
  68. <div role="main">
  69. <div class="section">
  70. <h1 id="docnet">DocNet<a class="headerlink" href="#docnet" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h1>
  71. <p>DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet.</p>
  72. <p>To see the markdown source of this site, look at the <a href="https://github.com/FransBouma/DocNet/tree/gh-pages/MarkdownSource" target="_blank">MarkdownSource folder</a> in the <a href="https://github.com/FransBouma/DocNet/tree/gh-pages" target="_blank">gh-pages branch in the DocNet repository at <i class="fa fa-github"></i> GitHub</a></p>
  73. <h2 id="get-docnet">Get DocNet<a class="headerlink" href="#get-docnet" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h2>
  74. <p>To get <code>DocNet</code>, either build it from source using the <a href="https://github.com/FransBouma/DocNet" target="_blank"><i class="fa fa-github"></i> github repository</a>, or download a pre-build binary package from the <a href="https://github.com/FransBouma/DocNet/releases" target="_blank">'Releases' section of the github repository</a></p>
  75. </div>
  76. </div>
  77. <footer>
  78. <hr />
  79. <div role="contentinfo">
  80. Made with DocNet. Get your copy at: <a href='https://github.com/FransBouma/DocNet' target='_blank'>https://github.com/FransBouma/DocNet</a>.
  81. </div>
  82. </footer>
  83. </div>
  84. </section>
  85. </div>
  86. <script src="js/jquery-2.1.1.min.js"></script>
  87. <script src="js/modernizr-2.8.3.min.js"></script>
  88. <script src="js/highlight.pack.js"></script>
  89. <script src="js/theme.js"></script>
  90. </body>
  91. </html>

No Description