erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Docs: add sync_to_summary.py and sync #339

Closed toddlerer closed 1 year ago

toddlerer commented 1 year ago

I created the Python script that automatically generates SUMMARY.md from the title of Markdown files. I tried to create this in Erg, but it still seemed too difficult. Currently summary is sorted alphabetically by filename. But this script may not work well on Windows. SUMMARY.md has been rewritten, please check and change a title of markdown files if necessary.

@mtshiba @C-BJ

C-BJ commented 1 year ago

I made some changes to the title of the Chinese document, please pull down main in to your branch and re-run the script for zh_CN and zh_TW @toddlerer

toddlerer commented 1 year ago

@C-BJ Thank you. Reflected.

C-BJ commented 1 year ago

@toddlerer I have a question, Are the documents that update commit hash translated completely? I just want to make sure that there is nothing wrong, and I'm using mobile phone now, I can't check the documents.

toddlerer commented 1 year ago

@C-BJ Are you talking about bdfdbfb36f7e24ab9d8d6a3988049d37f1ee4cd0 commit? I haven't fully checked the content, but the original documents were badged up to date, so I updated it.

C-BJ commented 1 year ago

@C-BJ Are you talking about bdfdbfb commit? I haven't fully checked the content, but the original documents were badged up to date, so I updated it.

Ok

C-BJ commented 1 year ago

I want to make some changes, and the PR can merge later today.