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.
 
 
 
 
 
Alessandro Bortolin f8bf8bffd5 feat(docs): add backlight to power profiler 2 years ago
..
blog feat(docs): add backlight documentation 2 years ago
docs feat(docs): add backlight documentation 2 years ago
src feat(docs): add backlight to power profiler 2 years ago
static feat: Generate setup scripts from metadata. 3 years ago
.eslintignore docs: Add eslint support 4 years ago
.eslintrc.js fix(docs): Updated eslint config for unified prettier setup. 3 years ago
.gitignore Initial work on basic documentation. 4 years ago
.nvmrc docs: Set netlify node version to lts/* 4 years ago
.prettierignore feat: Generate setup scripts from metadata. 3 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 feat: Generate setup scripts from metadata. 3 years ago
netlify.toml fix(docs): Deploy when boards/shields change. 3 years ago
package-lock.json chore(deps-dev): bump json-schema-to-typescript in /docs 2 years ago
package.json chore(deps-dev): bump json-schema-to-typescript in /docs 2 years ago
sidebars.js feat(docs): add backlight documentation 2 years ago
tsconfig.json feat(docs): Type check the docs TSX components. 3 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.