zmk/docs
dependabot[bot] 158ac27207 chore(deps-dev): bump eslint-plugin-mdx from 1.13.0 to 1.17.0 in /docs
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 1.13.0 to 1.17.0.
- [Release notes](https://github.com/mdx-js/eslint-mdx/releases)
- [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mdx-js/eslint-mdx/compare/v1.13.0...v1.17.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-mdx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 00:56:13 -04:00
..
blog fix(docs): Add `#include` to Underglow upgrade notes 2022-04-14 17:29:09 +01:00
docs fix(docs): Ensure relative links always resolve 2022-04-18 22:48:53 -05:00
src fix(docs): Clear up ambiguity on supported hardware page (#1200) 2022-03-30 08:51:12 +01:00
static
.eslintignore
.eslintrc.js
.gitignore
.nvmrc
.prettierignore
.prettierrc.js
README.md
docusaurus.config.js fix(docs): Remove breadcrumbs (for now) 2022-04-06 06:01:39 -04:00
netlify.toml fix(docs): Allow CORS for hardware-metadata.json 2022-03-30 07:13:13 -04:00
package-lock.json chore(deps-dev): bump eslint-plugin-mdx from 1.13.0 to 1.17.0 in /docs 2022-04-19 00:56:13 -04:00
package.json chore(deps-dev): bump eslint-plugin-mdx from 1.13.0 to 1.17.0 in /docs 2022-04-19 00:56:13 -04:00
sidebars.js feat(docs): Add battery sensor documentation 2022-04-17 11:30:57 -04: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.