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.