diff --git a/docs/content/main/configuration.md b/docs/content/main/configuration.md index 810a958..b809094 100644 --- a/docs/content/main/configuration.md +++ b/docs/content/main/configuration.md @@ -20,10 +20,33 @@ $HOME └──eww.scss ``` +### Config structure + +Your config structure should look like this: +```xml + + + + + + + + + + + + + +``` +See [The `` block](#the-definitions-block), +[Variables](#variables) and the +[The `` block](#the-windows-block). + ### Variables If you create a `` or a ``, you can reference them in your `` by doing `{{var}}`. Where `var` is your variable name. + #### The `` tag Allows you to repeat the same text multiple times through without retyping it multiple times.