Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website #93

Merged
merged 15 commits into from
Jan 17, 2024
Prev Previous commit
Next Next commit
modify script to match output
gibbok committed Jan 17, 2024
commit 87e675f6e800c3c0010b84f2b62c787de2cc6384
4 changes: 2 additions & 2 deletions tools/make-website.py
Original file line number Diff line number Diff line change
@@ -14,10 +14,10 @@
# OUTPUT_DIR_PATH_CN = "./test-md/zh-cn"

INPUT_FILE_PATH = "../README.md"
OUTPUT_DIR_PATH = "../website/src/content/docs/en"
OUTPUT_DIR_PATH = "../website/src/content/docs/book"

INPUT_FILE_PATH_CN = "../README-zh_CN.md"
OUTPUT_DIR_PATH_CN = "../website/src/content/docs/zh-cn"
OUTPUT_DIR_PATH_CN = "../website/src/content/docs/zh-cn/book"


def manage_output_folder(path):