rename and reorganize guide pages
This commit is contained in:
parent
b066a48976
commit
02f28202d1
9 changed files with 14 additions and 19 deletions
|
@ -1,17 +1,6 @@
|
|||
---
|
||||
title: "Configuration"
|
||||
title: "Usage Guide"
|
||||
description: "Configuring the shell"
|
||||
index: -1
|
||||
---
|
||||
# {frontmatter.title}
|
||||
|
||||
See [Getting Started](/docs/configuration/getting-started) for installation and editor configuration instructions.
|
||||
|
||||
You should start with the [Introduction](/docs/configuration/intro) which will guide you
|
||||
through the basics of QML by creating a simple topbar with a clock.
|
||||
|
||||
From there you can read the [QML Overview](/docs/configuration/qml-overview) to get an overview of
|
||||
the QML language, or jump right into the [Type Reference](/docs/types) to find
|
||||
types you can use in your shell.
|
||||
|
||||
The [quickshell-examples](https://git.outfoxxed.me/quickshell/quickshell-examples) repo contains
|
||||
fully working example configurations you can read and modify.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Getting Started"
|
||||
title: "Installation & Setup"
|
||||
index: 0
|
||||
---
|
||||
# {frontmatter.title}
|
||||
> [!NOTE]
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Introduction"
|
||||
index: 2
|
||||
---
|
||||
|
||||
import Collapsible from "@components/Collapsible.astro";
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Positioning"
|
||||
index: 2
|
||||
---
|
||||
import MD_Title from "@components/MD_Title.tsx"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "QML Overview"
|
||||
title: "QML Language"
|
||||
index: 10
|
||||
---
|
||||
import MD_Title from "@components/MD_Title.tsx"
|
||||
import Collapsible from "@components/Collapsible.astro";
|
Loading…
Add table
Add a link
Reference in a new issue