_NOTE_
Since Node.js and the Web share the same document, import can cause navigation to miss (requires upgrading the major version to resolve), so copy content is used as a solution.
Edit step:
- Edit files in the docs/api-reference/webv2/mysql directory
- Execute command
for file in *.md; do
cp "$file" "../../server/node-sdk/mysql/$file"
done