From f181b8cbd2e613d293ad660be0c9c67262611012 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 14 Mar 2024 02:56:08 -0700 Subject: [PATCH] guide: mention the intro page from the configuration page --- content/docs/configuration/_index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/docs/configuration/_index.md b/content/docs/configuration/_index.md index 9878637..89eeeb2 100644 --- a/content/docs/configuration/_index.md +++ b/content/docs/configuration/_index.md @@ -2,11 +2,12 @@ title = "Configuration" +++ -We recommend you read the [QML Overview](./qml-overview) to get an overview of -the QML language first. +You should start with the [Introduction](./intro) which will guide you +through the basics of QML by creating a simple topbar with a clock. -There is a list of every Qt and quickshell type in the [Type Reference](/docs/types) -along with all of their properties. +From there you can read the [QML Overview](./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/outfoxxed/quickshell-examples) repo contains fully working example configurations you can read and modify.