Create a developer guidance section for the hosted docs

This commit is contained in:
Julian Stirling 2026-03-01 11:45:29 +00:00
parent 9788e0d2b7
commit bc36a1e9d0
14 changed files with 3569 additions and 189 deletions

View file

@ -42,6 +42,7 @@ a {
font-weight: 600;
border-radius: 6px;
width: fit-content;
min-width: 15rem;
transition: 0.15s ease;
}
@ -61,6 +62,7 @@ a:hover {
<a href="./http/index.html">HTTP API (Swagger)</a>
<a href="./python/index.html">Python API</a>
<a href="./dev/index.html">Developer Guidance</a>
</div>
</div>