Skip to main content

_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:

  1. Edit files in the docs/api-reference/webv2/mysql directory
  2. Execute command
for file in *.md; do
cp "$file" "../../server/node-sdk/mysql/$file"
done