zmk/docs
dependabot[bot] 40bd706116
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).


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

Updates `web-tree-sitter` from 0.24.3 to 0.25.3
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.24.3...v0.25.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-30 05:02:55 +00:00
..
blog docs: Update Corne-ish Zen mentions for Zephyr 4.1 upgrade renames (#3143) 2025-12-14 07:15:54 +00:00
docs fix(docs): Improve ZMK setup instructions (#3209) 2026-01-17 20:00:01 -06:00
src fix(docs): Improve ZMK setup instructions (#3209) 2026-01-17 20:00:01 -06:00
static docs: Add redirect setup script informing users to switch to ZMK CLI (#3168) 2025-12-29 10:26:00 -08:00
.gitignore
.nvmrc
.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
README.md
docusaurus.config.js docs: Replace user setup script with ZMK CLI (#3137) 2025-12-14 16:20:35 -06: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
netlify.toml
package-lock.json chore(deps): bump the tree-sitter group across 1 directory with 2 updates 2026-01-30 05:02:55 +00:00
package.json chore(deps): bump the tree-sitter group across 1 directory with 2 updates 2026-01-30 05:02:55 +00:00
sidebars.js SoC: stm32c0 support (#3174) 2026-01-07 18:05:13 -05: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

README.md

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.