Skip to content

Commit

Permalink
commit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkittelson committed Oct 6, 2020
1 parent babf9d0 commit 9f5869b
Show file tree
Hide file tree
Showing 25 changed files with 2,783 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/.build
@@ -0,0 +1,23 @@
404.html
Zencoder.Account.html
Zencoder.Config.html
Zencoder.Error.html
Zencoder.Input.html
Zencoder.Job.html
Zencoder.Output.html
Zencoder.Report.html
Zencoder.Resource.html
Zencoder.Response.html
Zencoder.Supervisor.html
Zencoder.html
api-reference.html
dist/app-aaa6eb1824b11a32f32d.js
dist/elixir-9f91ebe876dc01d67920.css
dist/html/fonts/icomoon.eot
dist/html/fonts/icomoon.svg
dist/html/fonts/icomoon.ttf
dist/html/fonts/icomoon.woff
dist/search_items-86ccdf14e5.js
dist/sidebar_items-50c087bf00.js
index.html
search.html
107 changes: 107 additions & 0 deletions doc/404.html
@@ -0,0 +1,107 @@
<!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.22.6">
<meta name="project" content="zencoder v1.2.0">
<title>404 — zencoder v1.2.0</title>
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
<link rel="canonical" href="https://hexdocs.pm/zencoder/404.html" />
<script src="dist/sidebar_items-50c087bf00.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>
</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
<div class="main">

<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" title="Collapse/expand sidebar"></span>
</button>

<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<span class="icon-search" aria-hidden="true" title="Submit search"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
</label>
</form>

<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>

<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName">
zencoder </a>
<strong class="sidebar-projectVersion">
v1.2.0
</strong>
</div>
</div>

<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">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" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
</span>
<span class="line">
Designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button display-quick-switch">
Go to a HexDocs package
</button>
<button class="line footer-button tooltips-toggle">
<span class="tooltips-option-disable">Disable tooltips</span>
<span class="tooltips-option-enable">Enable tooltips</span>
</button>
</p>
</footer>
</div>
</div>
</section>
</div>
</body>
</html>
206 changes: 206 additions & 0 deletions doc/Zencoder.Account.html
@@ -0,0 +1,206 @@
<!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.22.6">
<meta name="project" content="zencoder v1.2.0">
<title>Zencoder.Account — zencoder v1.2.0</title>
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
<link rel="canonical" href="https://hexdocs.pm/zencoder/Zencoder.Account.html" />
<script src="dist/sidebar_items-50c087bf00.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>
</head>
<body data-type="modules">
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
<div class="main">

<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" title="Collapse/expand sidebar"></span>
</button>

<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<span class="icon-search" aria-hidden="true" title="Submit search"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
</label>
</form>

<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>

<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName">
zencoder </a>
<strong class="sidebar-projectVersion">
v1.2.0
</strong>
</div>
</div>

<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">

<h1>
Zencoder.Account <small class="app-vsn">(zencoder v1.2.0)</small>
</h1>



<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this section</span>
</a>
Summary
</h1>
<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#create/1">create(options)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#details/1">details(options \\ %{})</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#integration/1">integration(options \\ %{})</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#live/1">live(options \\ %{})</a>
</div>
</div>
</div>
</section>

<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this section</span>
</a>
Functions </h1>
<div class="functions-list">
<section class="detail" id="create/1">
<div class="detail-header">
<a href="#create/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">create(options)</h1>
</div>

<section class="docstring">

</section>
</section>
<section class="detail" id="details/1">
<span id="details/0"></span>
<div class="detail-header">
<a href="#details/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">details(options \\ %{})</h1>
</div>

<section class="docstring">

</section>
</section>
<section class="detail" id="integration/1">
<span id="integration/0"></span>
<div class="detail-header">
<a href="#integration/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">integration(options \\ %{})</h1>
</div>

<section class="docstring">

</section>
</section>
<section class="detail" id="live/1">
<span id="live/0"></span>
<div class="detail-header">
<a href="#live/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">live(options \\ %{})</h1>
</div>

<section class="docstring">

</section>
</section>
</div>
</section>
<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
</span>
<span class="line">
Designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button display-quick-switch">
Go to a HexDocs package
</button>
<button class="line footer-button tooltips-toggle">
<span class="tooltips-option-disable">Disable tooltips</span>
<span class="tooltips-option-enable">Enable tooltips</span>
</button>
</p>
</footer>
</div>
</div>
</section>
</div>
</body>
</html>

0 comments on commit 9f5869b

Please sign in to comment.