zmk/docs
dependabot[bot] 21d44e3841
chore(deps): bump the tree-sitter group across 1 directory with 2 updates
Bumps the tree-sitter group with 2 updates in the /docs directory: tree-sitter-devicetree and [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/HEAD/lib/binding_web).


Updates `tree-sitter-devicetree` from 0.12.1 to 0.15.0

Updates `web-tree-sitter` from 0.24.7 to 0.26.9
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.26.9/lib/binding_web)

---
updated-dependencies:
- dependency-name: tree-sitter-devicetree
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
- dependency-name: web-tree-sitter
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tree-sitter
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 05:02:40 +00:00
..
blog docs: Move the hardware integration section out of development (#3360) 2026-05-26 22:33:57 +02:00
docs docs: reduce the use of admonitions (#3371) 2026-06-20 06:28:27 +02:00
src docs: reorganise supported hardware page (#3363) 2026-06-07 18:45:31 +02:00
static docs: Move the hardware integration section out of development (#3360) 2026-05-26 22:33:57 +02:00
.gitignore Initial work on basic documentation. 2020-05-25 21:33:21 -04:00
.nvmrc docs: Set netlify node version to lts/* 2020-10-26 22:55:15 +00:00
.prettierignore chore: Add typescript support to eslint, fix errors (#2923) 2025-04-22 20:51:41 -07:00
.prettierrc.js chore: Add typescript support to eslint, fix errors (#2923) 2025-04-22 20:51:41 -07:00
docusaurus.config.js docs: Remove ZMK Twitter (#3337) 2026-04-30 10:15:20 -07:00
eslint.config.mjs chore: Add typescript support to eslint, fix errors (#2923) 2025-04-22 20:51:41 -07:00
netlify-ignore-command.sh docs(ci): Netlify ignore command to check branch (#2659) 2024-11-18 20:26:26 -05:00
netlify.toml docs(ci): Netlify ignore command to check branch (#2659) 2024-11-18 20:26:26 -05:00
package-lock.json chore(deps): bump the tree-sitter group across 1 directory with 2 updates 2026-06-22 05:02:40 +00:00
package.json chore(deps): bump the tree-sitter group across 1 directory with 2 updates 2026-06-22 05:02:40 +00:00
README.md docs: Add syntax highlighting to more code blocks 2023-10-09 15:19:24 -07:00
sidebars.js docs: Add missing input processor to sidebar (#3372) 2026-06-03 23:26:39 +02:00
tsconfig.json chore: Add typescript support to eslint, fix errors (#2923) 2025-04-22 20:51:41 -07:00
zmk-release-versions.json docs: Add release version to the docs, with links and warning banner (#3122) 2025-12-07 03:43:13 -05:00

Website

This website is built using Docusaurus 2, a modern static website generator.

License

The ZMK Documentation is licensed CC-BY-NC-SA.

Installation

$ npm ci

Local Development

$ npm start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm build

This command generates static content into the build directory and can be served using any static contents hosting service.