mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-22 00:56:04 +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
|
# Create dictionaries for each of the block types
|
||||||
docstrings = {
|
docstrings = {
|
||||||
"process": {},
|
|
||||||
"workflow": {},
|
"workflow": {},
|
||||||
|
"process": {},
|
||||||
"function": {}
|
"function": {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue