doc: split up yambar-modules

Closes #15
This commit is contained in:
novakne 2021-02-23 11:14:08 +01:00
parent 153d7a2ffa
commit faa5f7f9f1
16 changed files with 953 additions and 818 deletions

View file

@ -0,0 +1,31 @@
yambar-modules-label(5)
# NAME
label - This module renders the provided _content_ particle
# DESCRIPTION
This module renders the provided _content_ particle, but provides no
additional data.
# TAGS
None
# CONFIGURATION
No additional attributes supported, only the generic ones (see
*GENERIC CONFIGURATION* in *yambar-modules*(5))
# EXAMPLES
```
bar:
left:
- label:
content: {string: {text: hello world}}
```
# SEE ALSO
*yambar-modules*(5), *yambar-particles*(5), *yambar-tags*(5), *yambar-decorations*(5)