Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Mulholland committed Aug 15, 2018
1 parent abe39eb commit e816798
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 13 deletions.
13 changes: 2 additions & 11 deletions docs/out/index.html
Expand Up @@ -46,23 +46,14 @@ <h1>Home</h1>
<p>
Ironclad is a simple command line utility for creating and managing encrypted password databases.
</p>
<h3 id="download">
Download
</h3>
<ul>
<li>
<a href="https://github.com/dmulholland/ironclad/releases/download/1.3.0/ironclad-linux-1.3.0.zip">Linux</a>
</li>
<li>
<a href="https://github.com/dmulholland/ironclad/releases/download/1.3.0/ironclad-mac-1.3.0.zip">Mac</a>
<a href="releases.html">Download Binary</a>
</li>
<li>
<a href="https://github.com/dmulholland/ironclad/releases/download/1.3.0/ironclad-win-1.3.0.zip">Windows</a>
<a href="https://github.com/dmulholland/ironclad">Source Code</a>
</li>
</ul>
<p>
See the <a href="releases.html">releases</a> page for file hashes.
</p>
<h3 id="usage">
Usage
</h3>
Expand Down
17 changes: 17 additions & 0 deletions docs/out/releases.html
Expand Up @@ -47,6 +47,23 @@ <h1>Releases</h1>
<p>
All pre-built binaries are 64-bit.
</p>
<h3 id="-3-2">
1.3.2
</h3>
<ul>
<li>
<a href="https://github.com/dmulholland/ironclad/releases/download/1.3.2/ironclad-linux-1.3.2.zip">Linux</a>
&mdash; <code>3316d31527376d00e4c24ecf445ddd9e5c2b569d</code>
</li>
<li>
<a href="https://github.com/dmulholland/ironclad/releases/download/1.3.2/ironclad-mac-1.3.2.zip">Mac</a>
&mdash; <code>2314ac35415c5694e33d31064173dc87357b5ecd</code>
</li>
<li>
<a href="https://github.com/dmulholland/ironclad/releases/download/1.3.2/ironclad-win-1.3.2.zip">Windows</a>
&mdash; <code>f26eaef365dbf209fb5d04d9a569866ed24c7d44</code>
</li>
</ul>
<h3 id="-3-0">
1.3.0
</h3>
Expand Down
14 changes: 12 additions & 2 deletions docs/out/theme.css
Expand Up @@ -235,7 +235,7 @@ body {

.main {
width: 600px;
padding: 32px 50px 20px;
padding: 32px 50px 20px 50px;
margin-left: 360px;
border-left: 3px solid black;
min-height: calc(100vh - 80px);
Expand Down Expand Up @@ -403,6 +403,11 @@ th, td {
font-style: italic;
}

.indent {
padding-left: 30px;
padding-right: 30px;
}

.unselectable {
-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -446,7 +451,7 @@ th, td {
.masthead {
width: auto;
float: none;
padding: 20px 20px 60px;
padding: 20px 20px 60px 20px;
text-align: center;
margin-left: 40px;
margin-right: 40px;
Expand All @@ -467,6 +472,11 @@ th, td {

.masthead .tagline {
text-align: center;
display: none;
}

.homepage .masthead .tagline {
display: block;
}

.masthead .menu {
Expand Down
11 changes: 11 additions & 0 deletions docs/src/releases.mk
Expand Up @@ -10,6 +10,17 @@ All pre-built binaries are 64-bit.



### 1.3.2

* [Linux](https://github.com/dmulholland/ironclad/releases/download/1.3.2/ironclad-linux-1.3.2.zip)
&mdash; `3316d31527376d00e4c24ecf445ddd9e5c2b569d`
* [Mac](https://github.com/dmulholland/ironclad/releases/download/1.3.2/ironclad-mac-1.3.2.zip)
&mdash; `2314ac35415c5694e33d31064173dc87357b5ecd`
* [Windows](https://github.com/dmulholland/ironclad/releases/download/1.3.2/ironclad-win-1.3.2.zip)
&mdash; `f26eaef365dbf209fb5d04d9a569866ed24c7d44`



### 1.3.0

* [Linux](https://github.com/dmulholland/ironclad/releases/download/1.3.0/ironclad-linux-1.3.0.zip)
Expand Down

0 comments on commit e816798

Please sign in to comment.