zmk/docs
dependabot[bot] ac7f75b859
chore(deps): bump lodash from 4.17.21 to 4.17.23 in /docs (#3211)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-29 19:55:24 +01: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
.prettierrc.js
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
netlify-ignore-command.sh
netlify.toml
package-lock.json chore(deps): bump lodash from 4.17.21 to 4.17.23 in /docs (#3211) 2026-01-29 19:55:24 +01:00
package.json chore(deps-dev): bump typescript-eslint (#3192) 2026-01-07 23:22:33 +01:00
sidebars.js SoC: stm32c0 support (#3174) 2026-01-07 18:05:13 -05:00
tsconfig.json
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.