rename and reorganize guide pages

This commit is contained in:
outfoxxed 2025-05-13 20:56:31 -07:00
parent b066a48976
commit 02f28202d1
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 14 additions and 19 deletions

View file

@ -4,7 +4,7 @@ import DocsLayout from "@layouts/DocsLayout.astro";
<DocsLayout title="Quickshell Docs" description="Quickshell Documentation">
<h2>Docs</h2>
<div class="root-nav">
<h3><a href="/docs/guide">Guide</a></h3>
<h3><a href="/docs/guide">Usage Guide</a></h3>
<h3><a href="/docs/types">Type Definitions</a></h3>
</div>
</DocsLayout>