Skip to content

Commit

Permalink
Updated readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Jul 6, 2017
1 parent 98e0b16 commit 9832d34
Show file tree
Hide file tree
Showing 15 changed files with 697 additions and 871 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

An Elixir library for working with [Stripe](https://stripe.com/).

NOTE: While the 1.x.x releases are the stable releases and this branch is being maintained and updated, **we are currently focusing on the 2.0.0.alpha-X releases**.

This alternative branch is a complete rewrite of the library and is in many ways ahead of the stable branch. Feel free to give it a try before requesting changes in the stable branch.

Features:

* manage accounts (your own, standalone/managed via connect) [Stripe.Accounts](https://github.com/code-corps/stripity-stripe/blob/master/lib/stripe/accounts.ex)
Expand Down
51 changes: 28 additions & 23 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 – stripity_stripe v1.3.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.10.0">
<link rel="stylesheet" href="dist/app.css" />
<meta name="generator" content="ExDoc v0.13.0">
<title>404 – stripity_stripe v1.6.0</title>
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />

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

<script src="dist/sidebar_items.js"></script>
</head>
<body data-type="extras">
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>

<div class="main">
<button class="sidebar-toggle">
<i class="icon-menu"></i>
</button>
<section class="sidebar">
<button class="sidebar-toggle">
<i class="icon-menu"></i>
</button>


<a href="extra-api-reference.html" class="sidebar-projectLink">
<a href="api-reference.html" class="sidebar-projectLink">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
stripity_stripe
</h1>
<h2 class="sidebar-projectVersion">
v1.3.0
v1.6.0
</h2>
</div>

Expand All @@ -47,6 +47,8 @@ <h2 class="sidebar-projectVersion">



<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>



</ul>
Expand All @@ -56,32 +58,35 @@ <h2 class="sidebar-projectVersion">
</section>

<section class="content">
<div id="content" class="content-inner">
<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="extra-api-reference.html" title="API Reference">API Reference</a> page to find what
<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.10.0),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
<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.13.0),
</span>
</p>
</footer>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<button class="night-mode-toggle" />
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app.js"></script>
<script src="dist/app-21f1a20b9e.js"></script>
</body>
</html>

Loading

0 comments on commit 9832d34

Please sign in to comment.