diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2022-05-21 13:46:58 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2022-05-21 13:46:58 +0100 |
commit | 302a371e3667c2e7e40557ccaf9501863d25205b (patch) | |
tree | 32f5c522f00c4ecf29b42c7764f210915c27b53b /docs/index.html | |
parent | 6f774e27a1a1d2503e5da4a50a3d306abc55ce6b (diff) | |
download | lustre-302a371e3667c2e7e40557ccaf9501863d25205b.tar.gz lustre-302a371e3667c2e7e40557ccaf9501863d25205b.zip |
:rocket: Deploy docs to GitHub Pages.
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index ff58606..f5fda5e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -140,13 +140,13 @@ <h2> <a href="./">lustre</a> <span id="project-version"> - <span> - v0.1.0 </span> + <span> - v1.0.0 </span> </span> <script> "use strict"; if ("undefined" !== typeof versionNodes) { - const currentVersion = "v0.1.0"; + const currentVersion = "v1.0.0"; if (! versionNodes.find(element => element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } @@ -192,6 +192,14 @@ + <h2>Links</h2> + <ul> + + <li><a href="https://hayleigh-dot-dev.github.io/gleam-lustre">Website</a></li> + + <li><a href="https://github.com/hayleigh-dot-dev/gleam-lustre">Repository</a></li> + + </ul> <h2>Modules</h2> |