summaryrefslogtreecommitdiffstats
path: root/docs/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/site/index.html')
-rw-r--r--docs/site/index.html99
1 files changed, 99 insertions, 0 deletions
diff --git a/docs/site/index.html b/docs/site/index.html
new file mode 100644
index 0000000..e661ac1
--- /dev/null
+++ b/docs/site/index.html
@@ -0,0 +1,99 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+
+
+ <link rel="shortcut icon" href="./img/favicon.ico">
+
+ <title>My Docs</title>
+
+ <link href="./css/bootstrap-custom.min.css" rel="stylesheet">
+ <link href="./css/font-awesome-4.0.3.css" rel="stylesheet">
+ <link href="./css/base.css" rel="stylesheet">
+ <link rel="stylesheet" href="./css/highlight.css">
+
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+ <![endif]-->
+
+
+ </head>
+
+ <body class="homepage">
+
+ <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+ <div class="container">
+
+ <!-- Collapsed navigation -->
+ <div class="navbar-header">
+
+
+ <!-- Main title -->
+ <a class="navbar-brand" href=".">My Docs</a>
+ </div>
+
+ <!-- Expanded navigation -->
+ <div class="navbar-collapse collapse">
+
+
+
+ </div>
+ </div>
+</div>
+
+ <div class="container">
+
+ <div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
+ <ul class="nav bs-sidenav">
+
+ <li class="main active"><a href="#welcome-to-mkdocs">Welcome to MkDocs</a></li>
+
+ <li><a href="#commands">Commands</a></li>
+
+ <li><a href="#project-layout">Project layout</a></li>
+
+
+ </ul>
+</div></div>
+ <div class="col-md-9" role="main">
+
+<h1 id="welcome-to-mkdocs">Welcome to MkDocs</h1>
+<p>For full documentation visit <a href="http://mkdocs.org">mkdocs.org</a>.</p>
+<h2 id="commands">Commands</h2>
+<ul>
+<li><code>mkdocs new [dir-name]</code> - Create a new project.</li>
+<li><code>mkdocs serve</code> - Start the live-reloading docs server.</li>
+<li><code>mkdocs build</code> - Build the documentation site.</li>
+<li><code>mkdocs help</code> - Print this help message.</li>
+</ul>
+<h2 id="project-layout">Project layout</h2>
+<pre><code>mkdocs.yml # The configuration file.
+docs/
+ index.md # The documentation homepage.
+ ... # Other markdown pages, images and other files.
+</code></pre>
+</div>
+
+ </div>
+
+ <footer class="col-md-12">
+ <hr>
+
+ <p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p>
+ </footer>
+
+
+
+ <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+ <script src="./js/bootstrap-3.0.3.min.js"></script>
+ <script src="./js/prettify-1.0.min.js"></script>
+ <script src="./js/highlight.pack.js"></script>
+ <script src="./js/base.js"></script>
+ </body>
+</html> \ No newline at end of file