mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 21:28:25 +08:00
.
This commit is contained in:
parent
7eb7527971
commit
a088f6cdf3
@ -105,7 +105,7 @@ def generate_markdown_docs(
|
||||
_convert_spec_to_markdown(swagger_path, markdown_path)
|
||||
written_paths.append(markdown_path)
|
||||
|
||||
for target in FASTOPENAPI_SPEC_TARGETS:
|
||||
for target in FASTOPENAPI_SPEC_TARGETS: # type: ignore
|
||||
fastopenapi_path = fastopenapi_paths_by_name[target.filename]
|
||||
markdown_path = temp_markdown_dir / f"{fastopenapi_path.stem}.md"
|
||||
_convert_spec_to_markdown(fastopenapi_path, markdown_path)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user