rename and reorganize guide pages
This commit is contained in:
parent
b066a48976
commit
02f28202d1
9 changed files with 14 additions and 19 deletions
|
@ -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>
|
||||
|
|
|
@ -15,7 +15,7 @@ const title = "Quickshell";
|
|||
<Marquee/>
|
||||
<section class="main-page_links">
|
||||
<section class="main-page_links_set">
|
||||
<a href="/docs/configuration/getting-started" class="main-page_link-card">
|
||||
<a href="/docs/guide/install-setup" class="main-page_link-card">
|
||||
<h3>Get started</h3>
|
||||
</a>
|
||||
<a href="/docs/types" class="main-page_link-card">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue