Skip to content

Commit

Permalink
🐛 temporarily remove <factory> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 23, 2023
1 parent e01c5fa commit ba9239b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
module = ModuleManager("nonebot.adapters.feishu", config=config)
builder = MarkdownBuilder(module)
builder.write()

for modname, path in builder.paths.items():
text = path.read_text(encoding="utf-8")
text.replace("<factory>", "")
path.write_text(text, encoding="utf-8")

0 comments on commit ba9239b

Please sign in to comment.