You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
KemoNine 9c1a544381 Add note about default number of available profiles and how to increase if desired 3 years ago
..
blog refactor(docs): Change `behavior` to `behaviors` 4 years ago
docs Add note about default number of available profiles and how to increase if desired 3 years ago
src fix(docs/codes): Patch footnotes array support 4 years ago
static fix(setup): make sure selections are numbers 4 years ago
.eslintignore docs: Add eslint support 4 years ago
.eslintrc.js docs: Add eslint-mdx support 4 years ago
.gitignore Initial work on basic documentation. 4 years ago
.nvmrc docs: Set netlify node version to lts/* 4 years ago
.prettierignore docs: Add prettier support 4 years ago
.prettierrc.js docs: Set prettier endOfLine to auto 4 years ago
README.md fix(docs): Explicit CC-BY-NC-SA license for docs. 4 years ago
docusaurus.config.js refactor(docs): Move `dev-` documents into `/development` 4 years ago
netlify.toml Move the netlify.toml file into docs/ 4 years ago
package-lock.json docs(codes): Add (key) codes documentation 4 years ago
package.json docs(codes): Add (key) codes documentation 4 years ago
sidebars.js refactor(docs): Integrate `Dev Guides` into `Development` section 4 years ago

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.