Live documentation: grblhal.org/docs
This repository contains the Markdown source for the grblHAL documentation site.
Edit Markdown files in content/markdown/ with any text editor, then commit and open a pull request. Images and other site assets belong in content/images/.
File and folder names are ordered by their numeric prefix:
01-Getting-Started/
01-what-is-grblhal.md
02-grbl-vs-grblhal.md
The GitHub Actions workflow builds the HTML site from committed Markdown and publishes it to grblhal.org/docs whenever a change is merged into main.
The generated docs/ folder is a build artifact and is intentionally not committed. To generate it locally:
npm ci
npm run buildThe build preserves the existing navigation, search, Markdown rendering, syntax highlighting, wiki links, admonitions, table of contents, and responsive styling. Do not edit docs/ directly.