doc: store: fileformat: Add example
This commit is contained in:
parent
e92cd8d558
commit
ddb3a2717a
1 changed files with 16 additions and 0 deletions
|
@ -41,6 +41,22 @@ convenience.
|
||||||
The program SHOULD NOT expect any particular markup format, except explicitely
|
The program SHOULD NOT expect any particular markup format, except explicitely
|
||||||
configured in the header of the file.
|
configured in the header of the file.
|
||||||
|
|
||||||
|
### Example {#sec:thestore:fileformat:example}
|
||||||
|
|
||||||
|
An example for a file in the store follows.
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
[imag]
|
||||||
|
nothing = here
|
||||||
|
[imag.examplemodule]
|
||||||
|
and_nothing = here_as_well
|
||||||
|
---
|
||||||
|
|
||||||
|
This is an example text, written by the user.
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## File organization {#sec:thestore:fileorganization}
|
## File organization {#sec:thestore:fileorganization}
|
||||||
|
|
||||||
The "Entries" are stored as files in the "Store", which is a directory the
|
The "Entries" are stored as files in the "Store", which is a directory the
|
||||||
|
|
Loading…
Reference in a new issue