website/docs: add rough documentation style guide

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-01-29 23:37:23 +01:00
parent b5b5a9eed3
commit 16e56ad9ca
3 changed files with 47 additions and 1 deletions

View File

@ -26,5 +26,9 @@ module.exports = {
type: "doc",
id: "translation",
},
{
type: "doc",
id: "docs/writing-documentation",
},
],
};