Recording all my learning process of full stack development.
Some common usage in daily editing.
npm run start -- --locale zh-CN
npx docusaurus write-translations -l zh-CN
There is a gitignored draft
named folder in the root of this project,
put everything you want to draft in it.
This script will create a .raw.md
file in the same directory of the html file.
# Make sure you have installed dependencies
node scripts/html2md.ts <path-to-html>
Migrate from docusaurus v2, might remain some bugs, check more in migration guide if meet any problems.