docs: move folder

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent 8551c3b18f
commit ef1a77d11d
29 changed files with 654 additions and 1411 deletions
@@ -9,7 +9,7 @@ if __name__ == '__main__':
args = parser.parse_args()
version = args.version
with open("../../CHANGELOG.md") as f:
with open("../../web/content/docs/changelog.mdx") as f:
lines = f.readlines()
for line in lines:
if line.startswith(f"## [{version}]"):