From bd1af50a8141ca45a3732e369872304be43ac37d Mon Sep 17 00:00:00 2001 From: tlylt Date: Sat, 18 May 2024 12:59:54 +0800 Subject: [PATCH] include note --- docs/devGuide/development/migratingNodeJs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/devGuide/development/migratingNodeJs.md b/docs/devGuide/development/migratingNodeJs.md index 98ace0421a..1db100b1c6 100644 --- a/docs/devGuide/development/migratingNodeJs.md +++ b/docs/devGuide/development/migratingNodeJs.md @@ -70,6 +70,8 @@ Switch to use the Node.js version that you are migrating to. - Update Node.js and npm version in documentation. See [Update to use Node 16](https://github.com/MarkBind/markbind/pull/2233/files#diff-0f8e38868f41667abec6adacbb5131fbd6999c4913fc43e3429390b744f7a1f3) as an example. Don't forget to update the version numbers in the example config files in Deploying the SiteDeploying the Site! +7. Update `neftlify.toml` + - The `neftlify.toml` file in the `markbind` repo's root directory is used to deploy our documentation site to Netlify. Update the `NODE_VERSION` value to the new Node.js version. {% from "njk/common.njk" import previous_next %} {{ previous_next('writingPlugins', '../design/projectStructure') }}