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
|
2020-12-10 12:23:05 +00:00 |
|
innovaker
|
ff638eb010
|
docs(codes): Add (key) codes documentation
Create codes documentation for standardized keys.
Closes #218. Fixes #308. Ref #21.
|
2020-11-06 15:02:12 -05:00 |
|
Pete Johanson
|
fe62929af8
|
feat(docs): Add eslint and prettier GH Actions.
|
2020-11-03 15:02:41 -05:00 |
|
Pete Johanson
|
2f09957ae2
|
Merge pull request #301 from innovaker/docs-eslint-prettier
docs: Add eslint, prettier and eslint-mdx support
|
2020-10-27 12:56:44 -04:00 |
|
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
|
2020-10-25 21:25:01 +00:00 |
|
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
|
2020-10-25 21:24:55 +00:00 |
|
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)
|
2020-10-25 21:23:16 +00:00 |
|
innovaker
|
ca0bcc0ae4
|
docs: Add missing docusaurus scripts
Add:
- docusaurus serve
- docusaurus clear
|
2020-10-25 19:45:04 +00:00 |
|
innovaker
|
0905302006
|
chore(docs): Docusaurus 2.0.0-alpha.66
|
2020-10-21 19:35:04 +01:00 |
|
innovaker
|
99751ad376
|
chore(docs): Docusaurus 2.0.0-alpha.65
Closes #286. Prerequisite of #218.
|
2020-10-21 13:51:58 +01:00 |
|
Pete Johanson
|
db586b1ce0
|
Update to latest V2 Docusaurus.
|
2020-08-05 14:02:37 -04:00 |
|
Pete Johanson
|
e00408d746
|
Initial work on basic documentation.
|
2020-05-25 21:33:21 -04:00 |
|