Skip to content

Commit

Permalink
Add exdocs
Browse files Browse the repository at this point in the history
Yes, this release won't follow semver
  • Loading branch information
r-frederick committed Jun 14, 2018
1 parent a16f2c6 commit 8641890
Show file tree
Hide file tree
Showing 23 changed files with 3,575 additions and 2 deletions.
20 changes: 20 additions & 0 deletions doc/.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
dist/app-480ffdc169.css
dist/app-9bd040e5e5.js
fonts/icomoon.eot
fonts/icomoon.svg
fonts/icomoon.ttf
fonts/icomoon.woff
dist/sidebar_items-817581860e.js
api-reference.html
search.html
404.html
Timeularex.html
Timeularex.API.html
Timeularex.Client.html
Timeularex.Config.html
Timeularex.Resources.Activity.html
Timeularex.Resources.Note.html
Timeularex.Resources.NoteMention.html
Timeularex.Resources.NoteTag.html
Timeularex.Resources.TimeEntry.html
index.html
103 changes: 103 additions & 0 deletions doc/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<!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">
<meta name="generator" content="ExDoc v0.18.3">
<title>404 – timeularex v0.1.1</title>
<link rel="stylesheet" href="dist/app-480ffdc169.css" />

<link rel="canonical" href="https://hexdocs.pm/timeularex/404.html" />

<script src="dist/sidebar_items-817581860e.js"></script>




</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">
<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" aria-hidden="true"></span>
<span class="sr-only">Toggle Sidebar</span>
</button>
<button class="sidebar-button night-mode-toggle">
<span class="icon-theme" aria-hidden="true"></span>
<span class="sr-only">Toggle Theme</span>
</button>
<section class="sidebar">


<a href="api-reference.html" class="sidebar-projectLink">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
timeularex
</h1>
<h2 class="sidebar-projectVersion">
v0.1.1
</h2>
</div>

</a>

<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button">
<span class="icon-search" aria-hidden="true"></span>
</button>
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" />
</form>

<ul class="sidebar-listNav">
<li><a id="extras-list" href="#full-list">Pages</a></li>


<li><a id="modules-list" href="#full-list">Modules</a></li>





</ul>
<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
</section>

<section class="content">
<div class="content-outer">
<div id="content" class="content-inner">


<h2>Page not found</h2>

<p>Sorry, but the page you were trying to get to, does not exist. You
may want to try searching this site using the sidebar or using our
<a href="api-reference.html" title="API Reference">API Reference</a> page to find what
you were looking for.</p>

<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.18.3),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-9bd040e5e5.js"></script>




</body>
</html>

Loading

0 comments on commit 8641890

Please sign in to comment.