UNPKG

gitdig

Version:

A simple git tool for documenting and discovering multi-repo projects

67 lines (53 loc) 2.41 kB
<!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"> <meta name="description" content="Get Help to the gitdig."> <meta name="author" content="Tamás Benke"> <meta name="Keywords" content="rest, restful, utility, tools, gitdig, node.js, api, development" /> <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> <title>gitdig</title> <!-- Bootstrap core CSS --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="jumbotron-narrow.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy this line! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- 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.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="header"> <ul class="nav nav-pills pull-right"> <li><a href="../index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="getStarted.html">Get Started</a></li> <li><a href="changelog.html">Blog</a></li> <li><a href="documentation.html">Documentation</a></li> <li><a href="docs/examples.html">Examples</a></li> <li><a href="getHelp.html">Get Help</a></li> </ul> <h3 class="text-muted">gitdig</h3> </div> <div class="row marketing"> <div class="col-lg-12"> <h1 id="examples">Examples</h1> <p>TBD.</p> </div> </div> <div class="footer"> <p class="copyright">gitdig is maintained by <a href="https://github.com/tombenke">tombenke</a><br> Theme borrowed from <a href="http://getbootstrap.com/examples/jumbotron-narrow/">Bootstrap</a></p> </div> </div> <!-- /container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> </body> </html>