Sage Website, Documentation, and Tutorials Writing Docs The Format of a Tutorial/Doc Using Markdown Updating Docs Editing a Page Local Development Requires node.js (v20.12.2+) Install deps: npm install Start the local dev environment: npm start Build Generate static content into the build directory: npm run build GitHub Pages Deploy GIT_USER=<GITHUB_USERNAME> npm run deploy