From 70989dc619bcdc29dc4880b4ff5257d6ad188a18 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 8 Mar 2024 04:37:37 -0800 Subject: [PATCH] guide: mention quickshell-examples --- content/docs/configuration/_index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/docs/configuration/_index.md b/content/docs/configuration/_index.md index ff64818..9878637 100644 --- a/content/docs/configuration/_index.md +++ b/content/docs/configuration/_index.md @@ -2,6 +2,11 @@ title = "Configuration" +++ -We recommend you read the [QML Overview](./qml-overview) to get started, -then check out the [Type Reference](/docs/types) to find the types you have -to work with. +We recommend you read the [QML Overview](./qml-overview) to get an overview of +the QML language first. + +There is a list of every Qt and quickshell type in the [Type Reference](/docs/types) +along with all of their properties. + +The [quickshell-examples](https://git.outfoxxed.me/outfoxxed/quickshell-examples) repo contains +fully working example configurations you can read and modify.