From c8ff2ce4f43c246f302f22170df37f59e0439b9c Mon Sep 17 00:00:00 2001
From: Swexti <68186933+Swexti@users.noreply.github.com>
Date: Tue, 27 Oct 2020 10:17:38 +0100
Subject: [PATCH] Include general structure in configuration documentation
---
docs/content/main/configuration.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
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.