Update docs page to link to Read The Docs

This commit is contained in:
Oliver Hamlet
2016-11-06 12:49:47 +00:00
parent d5a5ca14df
commit 0557a757c2
2 changed files with 8 additions and 5 deletions
+1 -2
View File
@@ -134,8 +134,7 @@ h5 {
/* Position readme version selector */
#versionSelect {
position: relative;
top: -2px;
left: 30px;
left: 5px;
}
/* Improve code styling. */
+7 -3
View File
@@ -4,8 +4,11 @@ title: Documentation
permalink: /docs/
---
<h3>
Readme Files
<h3>Application, API and Metadata Syntax</h3>
<p>Starting with LOOT v0.10.0, the documentation is hosted on <a href="https://loot.readthedocs.io/">Read The Docs</a>. Documentation for older versions of LOOT may be accessed using the two links below.</p>
<p>LOOT
<select id="versionSelect">
<option value="0.9.2" selected>v0.9.2</option>
<option value="0.9.1">v0.9.1</option>
@@ -18,7 +21,8 @@ permalink: /docs/
<option value="0.6.0">v0.6.0</option>
<option value="0.5.0">v0.5.0</option>
</select>
</h3>
</p>
<ul>
<li><a id="readmeLink" href="">LOOT Readme</a></li>
<li><a id="syntaxLink" href="">LOOT Metadata Syntax</a></li>