Skip to content

Commit 5108680

Browse files
committed
v0.9.0 flexible %PaperTrail.Version[:inserted_at]
1 parent 551b6f6 commit 5108680

22 files changed

+379
-403
lines changed

doc/.build

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
dist/search_items-dc706c8070.js
2-
dist/app-a225d03098e64fef431a.js
3-
dist/elixir-0ab8a6a80ebaaa287431.css
4-
dist/erlang-bd206729da4d0d280293.css
5-
dist/html/fonts/icomoon.eot
6-
dist/html/fonts/icomoon.svg
7-
dist/html/fonts/icomoon.ttf
8-
dist/html/fonts/icomoon.woff
9-
dist/sidebar_items-dcc8f77f52.js
10-
api-reference.html
11-
search.html
121
404.html
13-
PaperTrail.html
2+
Mix.Tasks.Papertrail.Install.html
143
PaperTrail.Multi.html
154
PaperTrail.RepoClient.html
165
PaperTrail.Version.html
176
PaperTrail.VersionQueries.html
18-
Mix.Tasks.Papertrail.Install.html
7+
PaperTrail.html
8+
api-reference.html
9+
dist/app-aaa6eb1824b11a32f32d.js
10+
dist/elixir-9f91ebe876dc01d67920.css
11+
dist/html/fonts/icomoon.eot
12+
dist/html/fonts/icomoon.svg
13+
dist/html/fonts/icomoon.ttf
14+
dist/html/fonts/icomoon.woff
15+
dist/search_items-115f628dfc.js
16+
dist/sidebar_items-2880b88c56.js
1917
index.html
18+
search.html

doc/404.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.21.3">
8-
<meta name="project" content="paper_trail v0.8.8">
9-
<title>404 — paper_trail v0.8.8</title>
10-
<link rel="stylesheet" href="dist/elixir-0ab8a6a80ebaaa287431.css" />
7+
<meta name="generator" content="ExDoc v0.22.6">
8+
<meta name="project" content="paper_trail v0.9.0">
9+
<title>404 — paper_trail v0.9.0</title>
10+
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
1111
<link rel="canonical" href="https://hexdocs.pm/paper_trail/404.html" />
12-
<script src="dist/sidebar_items-dcc8f77f52.js"></script>
12+
<script src="dist/sidebar_items-2880b88c56.js"></script>
1313
<script src="docs_config.js"></script>
14-
<script async src="dist/app-a225d03098e64fef431a.js"></script>
14+
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>
1515
</head>
1616
<body data-type="extras">
1717
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
@@ -23,14 +23,14 @@
2323

2424
<section class="sidebar">
2525
<form class="sidebar-search" action="search.html">
26-
<button type="submit" class="search-button">
27-
<span class="icon-search" aria-hidden="true"></span>
26+
<button type="submit" class="search-button" aria-label="Submit Search">
27+
<span class="icon-search" aria-hidden="true" title="Submit search"></span>
2828
</button>
29-
<button type="button" tabindex="-1" class="search-close-button">
30-
<span class="icon-cross" title="Cancel search"></span>
29+
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
30+
<span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
3131
</button>
3232
<label class="search-label">
33-
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" autocomplete="off" />
33+
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
3434
</label>
3535
</form>
3636

@@ -43,9 +43,9 @@
4343
<div class="sidebar-projectDetails">
4444
<a href="api-reference.html" class="sidebar-projectName">
4545
paper_trail </a>
46-
<h2 class="sidebar-projectVersion">
47-
v0.8.8
48-
</h2>
46+
<strong class="sidebar-projectVersion">
47+
v0.9.0
48+
</strong>
4949
</div>
5050
</div>
5151

@@ -75,14 +75,16 @@ <h2>Page not found</h2>
7575
<p>
7676
<span class="line">
7777
Built using
78-
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.21.3),
78+
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
79+
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
7980
</span>
8081
<span class="line">
81-
designed by
82+
Designed by
8283
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
8384
</span>
8485
</p>
8586
<p>
87+
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
8688
<button class="line footer-button display-shortcuts-help">
8789
Display keyboard shortcuts
8890
</button>

doc/Mix.Tasks.Papertrail.Install.html

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.21.3">
8-
<meta name="project" content="paper_trail v0.8.8">
9-
<title>mix papertrail.install — paper_trail v0.8.8</title>
10-
<link rel="stylesheet" href="dist/elixir-0ab8a6a80ebaaa287431.css" />
7+
<meta name="generator" content="ExDoc v0.22.6">
8+
<meta name="project" content="paper_trail v0.9.0">
9+
<title>mix papertrail.install — paper_trail v0.9.0</title>
10+
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
1111
<link rel="canonical" href="https://hexdocs.pm/paper_trail/Mix.Tasks.Papertrail.Install.html" />
12-
<script src="dist/sidebar_items-dcc8f77f52.js"></script>
12+
<script src="dist/sidebar_items-2880b88c56.js"></script>
1313
<script src="docs_config.js"></script>
14-
<script async src="dist/app-a225d03098e64fef431a.js"></script>
14+
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>
1515
</head>
1616
<body data-type="tasks">
1717
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
@@ -23,14 +23,14 @@
2323

2424
<section class="sidebar">
2525
<form class="sidebar-search" action="search.html">
26-
<button type="submit" class="search-button">
27-
<span class="icon-search" aria-hidden="true"></span>
26+
<button type="submit" class="search-button" aria-label="Submit Search">
27+
<span class="icon-search" aria-hidden="true" title="Submit search"></span>
2828
</button>
29-
<button type="button" tabindex="-1" class="search-close-button">
30-
<span class="icon-cross" title="Cancel search"></span>
29+
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
30+
<span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
3131
</button>
3232
<label class="search-label">
33-
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" autocomplete="off" />
33+
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
3434
</label>
3535
</form>
3636

@@ -43,9 +43,9 @@
4343
<div class="sidebar-projectDetails">
4444
<a href="api-reference.html" class="sidebar-projectName">
4545
paper_trail </a>
46-
<h2 class="sidebar-projectVersion">
47-
v0.8.8
48-
</h2>
46+
<strong class="sidebar-projectVersion">
47+
v0.9.0
48+
</strong>
4949
</div>
5050
</div>
5151

@@ -65,8 +65,8 @@ <h2 class="sidebar-projectVersion">
6565
<div id="content" class="content-inner">
6666

6767
<h1>
68-
<small class="app-vsn">paper_trail v0.8.8</small>
69-
mix papertrail.install </h1>
68+
mix papertrail.install <small class="app-vsn">(paper_trail v0.9.0)</small>
69+
</h1>
7070

7171

7272

@@ -107,24 +107,27 @@ <h1 class="section-heading">
107107
</a>
108108
<h1 class="signature">run(args)</h1>
109109
</div>
110+
110111
<section class="docstring">
111-
<p>Callback implementation for <a href="https://hexdocs.pm/mix/Mix.Task.html#c:run/1"><code class="inline">Mix.Task.run/1</code></a>.</p>
112-
</section>
112+
113+
<p>Callback implementation for <a href="https://hexdocs.pm/mix/Mix.Task.html#c:run/1"><code class="inline">Mix.Task.run/1</code></a>.</p> </section>
113114
</section>
114115
</div>
115116
</section>
116117
<footer class="footer">
117118
<p>
118119
<span class="line">
119120
Built using
120-
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.21.3),
121+
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
122+
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
121123
</span>
122124
<span class="line">
123-
designed by
125+
Designed by
124126
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
125127
</span>
126128
</p>
127129
<p>
130+
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
128131
<button class="line footer-button display-shortcuts-help">
129132
Display keyboard shortcuts
130133
</button>

0 commit comments

Comments
 (0)