Rationalise docs part 2 #151

This commit is contained in:
Ian Renton
2026-09-23 17:42:06 +01:00
parent b45a6d8b78
commit c9d0a7652c
16 changed files with 44 additions and 39 deletions
+6 -2
View File
@@ -2,11 +2,15 @@
{% block content %}
<div id="info-container" class="mt-4">
<h2 class="mt-4 mb-4">Spothole Help</h2>
<p>Welcome to Spothole's help pages.</p>
<p>Spothole is a utility to aggregate spots from amateur radio DX clusters and xOTA spotting sites, and provide an
open JSON API as well as a website to browse the data.</p>
<p>In the sections below, you can find more information about what Spothole is, and how to use it.</p>
<ul>
<li><a href="/help/about">About Spothole</a></li>
<li><a href="/help/using">How To Use Spothole</a></li>
<li><a href="/help/faq">FAQ</a></li>
<li><a href="/apidocs">OpenAPI Specification</a></li>
<li><a href="/help/accuracy">Data Accuracy</a></li>
<li><a href="/help/privacy">Privacy</a></li>
<li><a href="/help/thanks">Thanks</a></li>
@@ -14,7 +18,7 @@
</div>
<script>$(document).ready(function () {
$("#nav-link-about").addClass("active");
$("#nav-link-help").addClass("active");
}); <!-- highlight active page in nav --></script>
{% end %}