4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="x-ua-compatible " content ="ie=edge ">
6
6
< 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 " />
11
11
< 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 >
13
13
< script src ="docs_config.js "> </ script >
14
- < script async src ="dist/app-a225d03098e64fef431a .js "> </ script >
14
+ < script async src ="dist/app-aaa6eb1824b11a32f32d .js "> </ script >
15
15
</ head >
16
16
< body data-type ="tasks ">
17
17
< script > try { if ( localStorage . getItem ( 'night-mode' ) === 'true' ) document . body . className += ' night-mode' ; } catch ( e ) { } </ script >
23
23
24
24
< section class ="sidebar ">
25
25
< 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 >
28
28
</ 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 >
31
31
</ button >
32
32
< 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 " />
34
34
</ label >
35
35
</ form >
36
36
43
43
< div class ="sidebar-projectDetails ">
44
44
< a href ="api-reference.html " class ="sidebar-projectName ">
45
45
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 >
49
49
</ div >
50
50
</ div >
51
51
@@ -65,8 +65,8 @@ <h2 class="sidebar-projectVersion">
65
65
< div id ="content " class ="content-inner ">
66
66
67
67
< 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 >
70
70
71
71
72
72
@@ -107,24 +107,27 @@ <h1 class="section-heading">
107
107
</ a >
108
108
< h1 class ="signature "> run(args)</ h1 >
109
109
</ div >
110
+
110
111
< 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 >
113
114
</ section >
114
115
</ div >
115
116
</ section >
116
117
< footer class ="footer ">
117
118
< p >
118
119
< span class ="line ">
119
120
Built using
120
- < a href ="https://github.com/elixir-lang/ex_doc " title ="ExDoc " target ="_blank " rel ="help noopener "> ExDoc</ a > (v0.21.3),
121
+ < a href ="https://github.com/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 > .
121
123
</ span >
122
124
< span class ="line ">
123
- designed by
125
+ Designed by
124
126
< a href ="https://twitter.com/dignifiedquire " target ="_blank " rel ="noopener " title ="@dignifiedquire "> Friedel Ziegelmayer</ a > .
125
127
</ span >
126
128
</ p >
127
129
< p >
130
+ < a href ="api-reference.html " title ="API reference " class ="line footer-button "> API Reference</ a >
128
131
< button class ="line footer-button display-shortcuts-help ">
129
132
Display keyboard shortcuts
130
133
</ button >
0 commit comments