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 -6
View File
@@ -5,10 +5,10 @@
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<i class="fa-solid fa-circle-info"></i> <strong>What is Spothole?</strong><br/>Spothole is an aggregator of
amateur radio spots from DX clusters and outdoor activity programmes. It's free for anyone to use and includes
an API that developers can build other applications on. For more information, check out the <a href="/help/about"
class="alert-link">"About"
page</a>. If that sounds like nonsense to you, you can visit <a href="/help/faq" class="alert-link">the FAQ
section</a> to learn more.
an API that developers can build other applications on. For more information, check out the <a href="/help"
class="alert-link">Help
pages</a>. If that sounds like nonsense to you, you can visit <a href="/help/faq" class="alert-link">the FAQ
page</a> to learn more.
<button type="button" id="intro-box-dismiss" class="btn-close" data-bs-dismiss="alert"
aria-label="Close"></button>
</div>
@@ -125,8 +125,8 @@
</div>
<script src="/static/js/spotsbandsandmap.js?v=1790181104"></script>
<script src="/static/js/spots.js?v=1790181104"></script>
<script src="/static/js/spotsbandsandmap.js?v=1790181726"></script>
<script src="/static/js/spots.js?v=1790181726"></script>
<script>$(document).ready(function () {
$("#nav-link-spots").addClass("active");
}); <!-- highlight active page in nav --></script>