mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-21 16:46:05 +00:00
Switch to parsing workflows before processes
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
ccda669363
commit
d4b3fdc354
1 changed files with 1 additions and 1 deletions
|
@ -112,8 +112,8 @@ class NFDocs(Directive):
|
|||
|
||||
# Create dictionaries for each of the block types
|
||||
docstrings = {
|
||||
"process": {},
|
||||
"workflow": {},
|
||||
"process": {},
|
||||
"function": {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue