summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-19 16:10:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-19 17:34:52 +0100
commit9d9efa76ea41cb970871c2a1565460d20606e8ef (patch)
tree2475865156ba3a38626d2bc5020c3d5d3e82f70b /doc
parentadaa6b69ec93d6768d7e86d9ca2c444e4160831c (diff)
Update example
Diffstat (limited to 'doc')
-rw-r--r--doc/src/02000-store.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/src/02000-store.md b/doc/src/02000-store.md
index 1ba6d65a..79b35409 100644
--- a/doc/src/02000-store.md
+++ b/doc/src/02000-store.md
@@ -67,9 +67,19 @@ An example for a file in the store follows.
```
---
[imag]
-nothing = here
-[imag.examplemodule]
-and_nothing = here_as_well
+version = "0.1.0"
+
+[imag.content]
+url = "file://home/user/kittens.mpeg"
+
+imag.links = [
+ "imag://home/user/more_kittens.mpeg"
+]
+
+[examplemodule]
+arbitrary = data
+[custom]
+truth = 42
---
This is an example text, written by the user.