Improved api docs

This commit is contained in:
nise.moe 2024-06-10 18:04:42 +02:00
parent 31cbaa120e
commit f84c955523
2 changed files with 12 additions and 0 deletions

View File

@ -33,3 +33,14 @@
.upload-button.disabled {
pointer-events: none;
}
.api-docs-btn {
border-color: #ffeed6;
color: #ffeed6;
font-family: monospace, monospace !important;
}
.api-docs-btn:hover {
background-color: #ffeed6;
color: #0c090a;
}

View File

@ -10,6 +10,7 @@
<p>If you have any suggestions or want to report bugs, feel free to join the Discord server below.</p>
<div class="text-center mt-4">
<a href="https://discord.gg/wn4gWpA36w" target="_blank" class="btn">Join the Discord!</a>
<a [routerLink]="['/docs']" class="btn api-docs-btn" style="margin-left: 20px;">Check out the /api/ docs.</a>
</div>
<h3 class="mt-4"># do you use rss? (nerd)</h3>
<p>you can keep up with newly detected scores with the rss feed, subscribe to it using your favorite reader.</p>