guide: mention the intro page from the configuration page

This commit is contained in:
outfoxxed 2024-03-14 02:56:08 -07:00
parent 72f1acb5e0
commit f181b8cbd2
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 5 additions and 4 deletions

View File

@ -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.