Skip to content

Commit

Permalink
Replace gh-pages with docs directory in master
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardograca committed Nov 4, 2018
1 parent 6551c02 commit e5fb28e
Show file tree
Hide file tree
Showing 35 changed files with 28,919 additions and 30 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -5,6 +5,4 @@ node_modules
npm-debug.log
tmp
coverage/
index.html
docs/
.jsdoc-temp/
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,7 +1,7 @@
docs/
tutorials/
test/
index.html
.github/
.eslintrc
.istanbul.yml
.travis.yml
Expand Down
19,722 changes: 19,722 additions & 0 deletions docs/api.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions docs/bookshelf.js.html
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" />
<link rel="canonical" href="http://bookshelfjs.org" />
<title>Bookshelf.js | bookshelf.js</title>
<!--
._. ._.
| | ______ _ _ _ __ | |
| | | ___ \ | | | | | |/ _| | |
| | | |_/ / ___ ___ | | _____| |__ ___| | |_ | |
| | | ___ \/ _ \ / _ \| |/ / __| '_ \ / _ \ | _| | |
| | | |_/ / (_) | (_) | <\__ \ | | | __/ | | | |
| |____\____/_\___/_\___/|_|\_\___/_|_|_|\___|_|_|_______| |
| |
\________\ /__________________________________\ /________/
\/ \/
-->
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Import fonts from Open Font Library -->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/carlito" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/average-mono" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" media="screen" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>

<link type="text/css" rel="stylesheet" href="styles/main.css">
</head>
<body class="minami">
<nav class="main-navbar">
<a href="index.html"><img class="nav-logo" src="images/bookshelf-icon-inverted.svg" />Bookshelf.js
</a>
<label for="show-menu" class="show-menu">
<i class="fa fa-bars fa-lg" aria-hidden="true"></i>
</label>
<input type="checkbox" id="show-menu" role="button" checked>
<ul id="menu">

<li>
<a href="tutorials.html"><i class="fa fa-file-text" aria-hidden="true"></i>Guides
</a>
</li>


<li>
<a href="api.html"><i class="fa fa-book" aria-hidden="true"></i>API Reference
</a>
</li>

<li>
<a href="https://github.com/bookshelf/bookshelf"><span class="fa fa-github"></span></a>
</li>
</ul>
</nav>

<div class="page-content">


<div class="main-container source">
<div class="main-column">

<h1 class="page-title">bookshelf.js</h1>






<section>
<article>
<pre class="prettyprint source linenums"><code>/**
* (c) 2013-present Tim Griesser
* Bookshelf may be freely distributed under the MIT license.
* For all details and documentation:
* http://bookshelfjs.org
*
*/
module.exports = require('./lib/bookshelf');
</code></pre>
</article>
</section>





</div>
</div>
</div>

<footer>
<div>
Documentation generated by
<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>

on
November 4, 2018

</div>
</footer>

<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>
60 changes: 60 additions & 0 deletions docs/images/bookshelf-icon-inverted.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/favicon.ico
Binary file not shown.

0 comments on commit e5fb28e

Please sign in to comment.