guide: mention the intro page from the configuration page
This commit is contained in:
parent
72f1acb5e0
commit
f181b8cbd2
|
@ -2,11 +2,12 @@
|
||||||
title = "Configuration"
|
title = "Configuration"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
We recommend you read the [QML Overview](./qml-overview) to get an overview of
|
You should start with the [Introduction](./intro) which will guide you
|
||||||
the QML language first.
|
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)
|
From there you can read the [QML Overview](./qml-overview) to get an overview of
|
||||||
along with all of their properties.
|
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
|
The [quickshell-examples](https://git.outfoxxed.me/outfoxxed/quickshell-examples) repo contains
|
||||||
fully working example configurations you can read and modify.
|
fully working example configurations you can read and modify.
|
||||||
|
|
Loading…
Reference in a new issue