Peter Johanson
c8c273d83b
feat(docs): Add TOC to supported hardware page.
3 years ago
rhhub
b79b6363a7
fix(docs): Clear up ambiguity on supported hardware page ( #1200 )
3 years ago
Joel Spadin
ed41d42874
feat(docs): Add aggregated metadata to website
...
Added /hardware-metadata.json to the ZMK website.
This gives external tools a way to grab all hardware metadata at once.
3 years ago
Alessandro Bortolin
f8bf8bffd5
feat(docs): add backlight to power profiler
3 years ago
KingCoinless
e7a52e2cee
docs(codes): Windows Support: Media Controls
...
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
3 years ago
Kiessling
7b2edbad43
docs(codes): Windows Support: Language/International Inputs
3 years ago
Kiessling
1e4f0147ad
docs(codes): Windows Support: Audio Controls
3 years ago
Kiessling
4a547555bf
docs(codes): Windows Support: Workflow Commands and Locks
3 years ago
Kiessling
ee0f24412b
docs(codes): Windows Support: Symbols, Operations, and Punctuation
3 years ago
KingCoinless
3879267615
docs(codes): Windows Support: Display Adjustment Commands
...
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
3 years ago
Cem Aksoylar
93e76835e4
fix(setup): Use right flags for curl when wget doesn't exist.
3 years ago
Peter Johanson
01d2102c23
refactor: Add js-yaml dep, scrtipt gen tweaks.
...
* Make the synthetic "base name" property double underscore prefixed,
since internal, and to avoid future conflicts w/ YAML format add'ns.
* Switch to PS hash dictionaries for our metadata collections for saner
data inspection/use.
3 years ago
Peter Johanson
e544d74948
refactor: Config setup scripts to support onboard keyboards.
...
* Use unified config template repo that uses an external
build matrix YAML file.
* Proper handling for onboard keyboards, including splits, and
supports for appending the right build matrix once selected.
3 years ago
Cem Aksoylar
9f2785786f
fix(setup): Fix sed delimiters for Cradio
3 years ago
nevin
93fbf8dd97
fix: Use correct Quotation marks on line 65 ( #942 )
3 years ago
Peter Johanson
2f0ad4cc8c
fix(setup): Fix setup.ps1 to check Get-Acl exists
...
* `Get-Acl` not found in Linux Powershell version, so only call it
if it exists.
3 years ago
Peter Johanson
b82bbb5ba2
feat: Generate setup scripts from metadata.
3 years ago
Peter Johanson
47abbe7925
feat(docs): Add dynamic hardware list component.
3 years ago
Peter Johanson
5e6634d2e5
feat(docs): Add TS type gen, metadata JSON gen
...
* Generate TS types from new hardware metadata schema.
* Aggregate all hw metadata YAML into one aggregate JSON
file for consumption by others.
3 years ago
Joel Spadin
6870fdc604
fix(docs): Appease Prettier
...
Fixed code formatting in docs files.
3 years ago
Joel Spadin
824d605c22
fix(docs): Fix keymap upgrader
...
Bumped web-tree-sitter to v0.19.4 and added v0.4.0 of
tree-sitter-devicetree, which had to be rebuilt to work in v0.19.x
https://github.com/joelspadin/tree-sitter-devicetree/releases/tag/v0.4.0
Changed how we patch web-tree-sitter to correctly load tree-sitter.wasm
to work with the latest version of Docusaurus. Including a copy of
tree-sitter.wasm as a static resource is no longer needed.
3 years ago
Nick Winans
9c1319c4ff
feat(docs): Add nice!nano v2 to scripts, actions, and documentation
...
asdf
asdf
asdf
3 years ago
Peter Johanson
ba45aaa81b
chore(docs): Bump prettier, and reformat w/ it.
...
* Bump to prettier 2.3.1.
* Re-run prettier:format to apply updated format.
3 years ago
Peter Johanson
7323f78a37
fix(docs): Upgrade docusaurus, webpack/loaders.
...
Upgrade to the new Docusaurus 2 beta release, which also required
upgrades to newer Webpack@5, and some API fixes for TOC changes.
3 years ago
Dom H
faa90be1ba
docs(codes): Use LSHIFT/RSHIFT in keymap upgrader
3 years ago
Dom H
52ee082692
docs(codes): Add LSHIFT and RSHIFT aliases
3 years ago
Piotr Gnus
8e235a2d65
fix(docs): Readjusted colors for dark theme for OSes in docs
...
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.
4 years ago
Nick Winans
4ef11ac4aa
feat(docs): Add power profiler
4 years ago
Nick Winans
ddc5cbdca2
fix(docs): Set description to our tagline
4 years ago
Stephen Wu
2b4fda6948
docs(codes): improve macOS support data (volume, brightness, media controls)
...
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
4 years ago
onebigdoor
e89aa1cde8
docs(codes): improve iOS keyboard/keypad support data
...
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
PR: #356
See: #376
4 years ago
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
onebigdoor
4c92a4e50f
docs(codes): improve macOS support data
...
Tested with Karabiner-EventViewer as well as some manual checks.
PR: #377
See: #375
4 years ago
innovaker
c57c70465a
fix(docs/codes): Patch footnotes array support
...
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
4 years ago
Okke Formsma
0d02441abe
docs(codes): add modifier functions
...
Refactor and expand codes documentation to include modifier functions.
Closes #330 .
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
Nick
fd892d53cd
fix: eslint proptype errors
4 years ago
innovaker
288e60ea97
docs: Format docs with prettier
...
npx prettier --write .
4 years ago
Nick
fd77fdb63d
Fix video container size
4 years ago
Nick
fa4519b596
Add missing button border definition
4 years ago
Nick
6af0f9f06e
Add missing border change
4 years ago
Nick
b7eeaeb941
Update landing page content and style
4 years ago
Pete Johanson
e9d7c54b1c
New logo and color palette.
4 years ago
Pete Johanson
f1afbb8e49
Some basic docs clean up.
4 years ago
Pete Johanson
e00408d746
Initial work on basic documentation.
5 years ago