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.