website/docs: add docs for flow executor

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-15 22:14:23 +02:00
parent 973f14d911
commit dec7a9cfb9
3 changed files with 76 additions and 1 deletions

View File

@ -12,5 +12,9 @@ module.exports = {
type: "doc",
id: "translation",
},
{
type: "doc",
id: "flow-executor",
},
],
};