_NOTE_
Since the documentation is shared between Node.js and the Web, importing would cause navigation loss (which requires a major version upgrade to resolve), therefore it is addressed by duplicating the content.
Procedure:
- Edit the file in the docs/api-reference/webv2/mysql directory.
- Run the command
for file in *.md; do
cp "$file" "../../server/node-sdk/mysql/$file"
done