-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
2,874 additions
and
94 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mkdoc/site |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ site_name: LncPipe | |
pages: | ||
- Home: index.md | ||
- About: about.md | ||
theme: mkdocs | ||
theme: yeti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
<!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>About - LncPipe</title> | ||
<link href="../css/bootstrap-custom.min.css" rel="stylesheet"> | ||
<link href="../css/font-awesome-4.5.0.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]--> | ||
|
||
<script src="../js/jquery-1.10.2.min.js"></script> | ||
<script src="../js/bootstrap-3.0.3.min.js"></script> | ||
<script src="../js/highlight.pack.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
|
||
<!-- Collapsed navigation --> | ||
<div class="navbar-header"> | ||
<!-- Expander button --> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="..">LncPipe</a> | ||
</div> | ||
|
||
<!-- Expanded navigation --> | ||
<div class="navbar-collapse collapse"> | ||
<!-- Main navigation --> | ||
<ul class="nav navbar-nav"> | ||
<li > | ||
<a href="..">Home</a> | ||
</li> | ||
<li class="active"> | ||
<a href="./">About</a> | ||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a href="#" data-toggle="modal" data-target="#mkdocs_search_modal"> | ||
<i class="fa fa-search"></i> Search | ||
</a> | ||
</li> | ||
<li > | ||
<a rel="next" href=".."> | ||
<i class="fa fa-arrow-left"></i> Previous | ||
</a> | ||
</li> | ||
<li class="disabled"> | ||
<a rel="prev" > | ||
Next <i class="fa fa-arrow-right"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</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"> | ||
</ul> | ||
</div></div> | ||
<div class="col-md-9" role="main"> | ||
|
||
</div> | ||
</div> | ||
|
||
<footer class="col-md-12"> | ||
<hr> | ||
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p> | ||
</footer> | ||
<script>var base_url = '..';</script> | ||
<script src="../js/base.js"></script> | ||
<script src="../search/require.js"></script> | ||
<script src="../search/search.js"></script> | ||
|
||
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
<h4 class="modal-title" id="exampleModalLabel">Search</h4> | ||
</div> | ||
<div class="modal-body"> | ||
<p> | ||
From here you can search these documents. Enter | ||
your search terms below. | ||
</p> | ||
<form role="form"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query"> | ||
</div> | ||
</form> | ||
<div id="mkdocs-search-results"></div> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="Keyboard Shortcuts Modal" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
<h4 class="modal-title" id="exampleModalLabel">Keyboard Shortcuts</h4> | ||
</div> | ||
<div class="modal-body"> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 20%;">Keys</th> | ||
<th>Action</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><kbd>?</kbd></td> | ||
<td>Open this help</td> | ||
</tr> | ||
<tr> | ||
<td><kbd>←</kbd></td> | ||
<td>Previous page</td> | ||
</tr> | ||
<tr> | ||
<td><kbd>→</kbd></td> | ||
<td>Next page</td> | ||
</tr> | ||
<tr> | ||
<td><kbd>s</kbd></td> | ||
<td>Search</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.