doc: Remove file on tagging

This commit is contained in:
Matthias Beyer 2016-07-08 18:46:03 +02:00
parent 5a229a24b0
commit 1c0fc5a0a7
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
## Tagging entries {#sec:thestore:tagging}
A store entry MAY be tagged. A tag is a String which matches the
regular expression in @lst:tagging:regex
```{#lst:tagging:regex .numberLines caption="Regular Expression for Tags"}
/^[a-zA-Z]([a-zA-Z0-9_-]*)$/
```
Tags MUST BE stored in the header section "imag" in the key "tags" as an Array
of Strings.
The tags MUST BE sorted in alphabetical order.