zmk/docs
dependabot[bot] 7fdae56f02
chore(deps): bump launch-editor from 2.13.2 to 2.14.1 in /docs (#3394)
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.13.2 to 2.14.1.
- [Commits](https://github.com/vitejs/launch-editor/compare/v2.13.2...v2.14.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-version: 2.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-06-20 06:47:57 +02: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 launch-editor from 2.13.2 to 2.14.1 in /docs (#3394) 2026-06-20 06:47:57 +02:00
package.json chore(deps): bump the docusaurus-minor-patch group (#3364) 2026-05-25 12:21:32 +01: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.