doc/server: update Loki config
Documentation preview available at: https://linuxcontainers.org/lxd/docs/pr.10974/
@ru-fu I don't know if adding "lifecycle" to the wordlist is the way to go, please let me know if there's a better way, thanks!
@ru-fu when looking at the preview doc (cool feature!) I noticed I forgot to single quote the values. Is the spellchecker skipping quoted strings? If so, I should remove the "lifecycle" word from the wordlist.
@simondeziel yeah, the spellchecker ignores quoted strings, so you should be able to remove lifecycle from the list
@ru-fu when looking at the preview doc (cool feature!) I noticed I forgot to single quote the values. Is the spellchecker skipping quoted strings? If so, I should remove the "lifecycle" word from the wordlist.
Yes, please remove it from the list. In normal text, it should be spelled as two words (or hyphenated in combinations like "life-cycle events"). For variables and the like it's of course fine as one word, but then it needs to be marked as code. And yes, all quoted strings are ignored in the spell check. :)