diff --git a/nfdocs-parser.py b/nfdocs-parser.py index 3c2d236..6f0d771 100755 --- a/nfdocs-parser.py +++ b/nfdocs-parser.py @@ -112,8 +112,8 @@ class NFDocs(Directive): # Create dictionaries for each of the block types docstrings = { - "process": {}, "workflow": {}, + "process": {}, "function": {} }