zmk/docs
dependabot[bot] a754f7cbf7
chore(deps): bump the prod-other-major group across 1 directory with 6 updates
Bumps the prod-other-major group with 6 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.0.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.0.1` |
| [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | `0.2.2` | `3.0.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.1.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.1.1` |
| [react-toastify](https://github.com/fkhadra/react-toastify) | `10.0.6` | `11.0.5` |



Updates `@fortawesome/fontawesome-svg-core` from 6.7.2 to 7.0.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.7.2...7.0.1)

Updates `@fortawesome/free-solid-svg-icons` from 6.7.2 to 7.0.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.7.2...7.0.1)

Updates `@fortawesome/react-fontawesome` from 0.2.2 to 3.0.2
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.2.2...v3.0.2)

Updates `react` from 18.3.1 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `react-dom` from 18.3.1 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

Updates `react-toastify` from 10.0.6 to 11.0.5
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.6...v11.0.5)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-other-major
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-other-major
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-other-major
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-other-major
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-other-major
- dependency-name: react-toastify
  dependency-version: 11.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-other-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 05:03:26 +00:00
..
blog docs: Add warning box for clearing settings for splits, generalize troubleshooting procedure (#3039) 2025-08-19 17:27:21 -07:00
docs feat(docs): Update New Behavior Guide (#3107) 2025-11-16 16:02:35 -08:00
src docs: K_VOLUME_UP and K_VOLUME_DOWN work in macOS (#3057) 2025-09-12 14:08:17 +01:00
static
.gitignore
.nvmrc
.prettierignore
.prettierrc.js
README.md
docusaurus.config.js
eslint.config.mjs
netlify-ignore-command.sh
netlify.toml
package-lock.json chore(deps): bump the prod-other-major group across 1 directory with 6 updates 2025-11-17 05:03:26 +00:00
package.json chore(deps): bump the prod-other-major group across 1 directory with 6 updates 2025-11-17 05:03:26 +00:00
sidebars.js docs: Add a dedicated page on ZMK events (#2815) 2025-08-18 23:45:16 +02:00
tsconfig.json

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.