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 3.8 kB

10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. </ul>
  41. <div class="toc-footer">
  42. <span class="text-small">
  43. <hr/>
  44. <a href="https://github.com/FransBouma/DocNet" target="_blank">Made with <i class="fa fa-github"></i> DocNet</a>
  45. </span>
  46. </div>
  47. </div>
  48. &nbsp;
  49. </nav>
  50. <section data-toggle="nav-shift" class="nav-content-wrap">
  51. <nav class="nav-top" role="navigation" aria-label="top navigation">
  52. <i data-toggle="nav-top" class="fa fa-bars"></i>
  53. <a href="index.htm">DocNet Documentation</a>
  54. </nav>
  55. <div class="nav-content">
  56. <div role="navigation" aria-label="breadcrumbs navigation">
  57. <div class="breadcrumbs">
  58. <ul><li><a href="index.htm">Home</a></li></ul>
  59. </div>
  60. <hr />
  61. </div>
  62. <div role="main">
  63. <div class="section">
  64. <p><h1>DocNet</h1></p>
  65. <p>DocNet is a simple static documentation generator, 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>
  66. <p>To see the source of this site, look at the <code>gh-pages</code> branch in the <a href="https://github.com/FransBouma/DocNet">DocNet repository at <i class="fa fa-github"></i> GitHub</a></p>
  67. </div>
  68. </div>
  69. <footer>
  70. <hr />
  71. <div role="contentinfo">
  72. Made with DocNet. Get your copy at: <a href='https://github.com/FransBouma/DocNet' target='_blank'>https://github.com/FransBouma/DocNet</a>.
  73. </div>
  74. </footer>
  75. </div>
  76. </section>
  77. </div>
  78. <script src="js/jquery-2.1.1.min.js"></script>
  79. <script src="js/modernizr-2.8.3.min.js"></script>
  80. <script src="js/highlight.pack.js"></script>
  81. <script src="js/theme.js"></script>
  82. {{ExtraScript}}
  83. </body>
  84. </html>

No Description

Contributors (1)