zmk/docs
dependabot[bot] 76bf2e5774
chore(deps): bump qs from 6.14.0 to 6.14.1 in /docs (#3183)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  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-02 18:01:18 +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 docs: remove new shield clean room warning (#3180) 2025-12-30 10:04:58 -08:00
src docs: Add redirect setup script informing users to switch to ZMK CLI (#3168) 2025-12-29 10:26:00 -08: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 qs from 6.14.0 to 6.14.1 in /docs (#3183) 2026-01-02 18:01:18 +01:00
package.json chore(deps-dev): bump typescript-eslint (#3178) 2025-12-30 10:56:32 +00:00
sidebars.js docs: Replace user setup script with ZMK CLI (#3137) 2025-12-14 16:20:35 -06: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.