Joel Spadin
|
5aa8a07aa9
|
feat(docs): add keymap upgrader
Added a documentation page with a script that upgrades deprecated key
codes and behaviors to their replacements.
Fixes #299
|
4 years ago |
innovaker
|
ff638eb010
|
docs(codes): Add (key) codes documentation
Create codes documentation for standardized keys.
Closes #218. Fixes #308. Ref #21.
|
4 years ago |
innovaker
|
aefcc592f2
|
docs: Add eslint-mdx support
Official guidelines:
https://github.com/mdx-js/eslint-mdx
Steps taken:
npm i -D eslint-plugin-mdx
Edit .eslintrc.js
|
4 years ago |
innovaker
|
18d4d619e4
|
docs: Add prettier support
Official guidelines:
https://prettier.io/docs/en/install.html
https://prettier.io/docs/en/integrating-with-linters.html
https://github.com/prettier/eslint-config-prettier
Steps taken:
npm install --save-dev --save-exact prettier
Create .prettierignore
Create .prettierrc.js
npm install --save-dev eslint-config-prettier
Edit .eslintrc.js
|
4 years ago |
innovaker
|
ab65bf49db
|
docs: Add eslint support
Official guidelines:
https://eslint.org/docs/user-guide/getting-started
Steps taken:
npm install eslint --save-dev
npx eslint --init
Create .eslintignore
Edit .eslintrc.js (tweaks)
|
4 years ago |
innovaker
|
0905302006
|
chore(docs): Docusaurus 2.0.0-alpha.66
|
4 years ago |
innovaker
|
99751ad376
|
chore(docs): Docusaurus 2.0.0-alpha.65
Closes #286. Prerequisite of #218.
|
4 years ago |
Pete Johanson
|
db586b1ce0
|
Update to latest V2 Docusaurus.
|
4 years ago |
Pete Johanson
|
e00408d746
|
Initial work on basic documentation.
|
5 years ago |