mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Update docs page to link to Read The Docs
This commit is contained in:
+1
-2
@@ -134,8 +134,7 @@ h5 {
|
||||
/* Position readme version selector */
|
||||
#versionSelect {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
left: 30px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
/* Improve code styling. */
|
||||
|
||||
+7
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user