summaryrefslogtreecommitdiff
path: root/docs/src
AgeCommit message (Collapse)Author
2021-06-09fix(docs): Upgrade docusaurus, webpack/loaders.Peter Johanson
Upgrade to the new Docusaurus 2 beta release, which also required upgrades to newer Webpack@5, and some API fixes for TOC changes.
2021-06-08docs(codes): Use LSHIFT/RSHIFT in keymap upgraderDom H
2021-06-08docs(codes): Add LSHIFT and RSHIFT aliasesDom H
2021-05-05fix(docs): Readjusted colors for dark theme for OSes in docsPiotr Gnus
Previously the colors of operating systems were the same both for dark and light color scheme. That's not a major issue, but adjusting the colors for the dark theme to better match the theme looks like an improvement. Colors were just darkened by reversing the lightness of each color taken from the dark theme.
2021-03-11feat(docs): Add power profilerNick Winans
2021-01-29fix(docs): Set description to our taglineNick Winans
2021-01-01docs(codes): improve macOS support data (volume, brightness, media controls)Stephen Wu
Codes: - K_VOLUME_UP, C_VOLUME_UP, K_VOLUME_DOWN, C_VOLUME_DOWN, K_MUTE - C_BRIGHTNESS_INC, C_BRIGHTNESS_DEC - C_PLAY_PAUSE, C_NEXT, C_PREVIOUS Tested on: - Catalina 10.15.7 - Big Sur 11.2 Beta PR: #541 See: #375
2020-12-17docs(codes): improve iOS keyboard/keypad support dataonebigdoor
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com> PR: #356 See: #376
2020-12-10feat(docs): add keymap upgraderJoel Spadin
Added a documentation page with a script that upgrades deprecated key codes and behaviors to their replacements. Fixes #299
2020-12-09docs(codes): improve macOS support dataonebigdoor
Tested with Karabiner-EventViewer as well as some manual checks. PR: #377 See: #375
2020-11-18fix(docs/codes): Patch footnotes array supportinnovaker
Fixes bug that was noticeable when more than one code with a footnote array was present in a table. The symptoms were: - footnote descriptions were duplicated - footnote refs were not rendered
2020-11-07docs(codes): add modifier functionsOkke Formsma
Refactor and expand codes documentation to include modifier functions. Closes #330.
2020-11-06docs(codes): Add (key) codes documentationinnovaker
Create codes documentation for standardized keys. Closes #218. Fixes #308. Ref #21.
2020-10-25fix: eslint proptype errorsNick
2020-10-25docs: Format docs with prettierinnovaker
npx prettier --write .
2020-08-08Fix video container sizeNick
2020-06-10Add missing button border definitionNick
2020-06-10Add missing border changeNick
2020-06-10Update landing page content and styleNick
2020-06-09New logo and color palette.Pete Johanson
2020-05-31Some basic docs clean up.Pete Johanson
2020-05-25Initial work on basic documentation.Pete Johanson