Pete Johanson
fe62929af8
feat(docs): Add eslint and prettier GH Actions.
4 years ago
innovaker
a1dd216519
docs: formatted with prettier
4 years ago
Okke Formsma
4f258efbf1
initial implementation for modifiers
...
https://github.com/zmkfirmware/zmk/issues/86
4 years ago
Chiyuan Zhang
a9e729b427
make note about keyboard name more explicit
4 years ago
Chiyuan Zhang
9b941b7509
tweak doc according to PR feedback
4 years ago
Chiyuan Zhang
e7cb863a41
update doc for new shield in user repo
4 years ago
Evan
a32d14cc19
Add Github.com personal token to prerequisites.
4 years ago
innovaker
4672a0cbb5
docs(outputs): run prettier on outputs.md ( #317 )
...
Fixes #269
4 years ago
Pete Johanson
1766b090ee
feat(docs): Warn of battery life impact of logging
4 years ago
Pete Johanson
7e0924107c
feat(docs): Link to outputs behavior docs.
4 years ago
Joel Spadin
2fe1fbb526
feat(endpoints): rename behavior to outputs
...
"Outputs" is probably easier for most people to understand than "endpoints".
4 years ago
Joel Spadin
600bba25f0
feat(endpoints): add preferred endpoint setting
...
Added a new setting to remember the user's preferred endpoint. When both USB and
BLE are connected, the preferred endpoint will be used.
Added a new behavior to control this setting. It supports commands:
&end END_USB - Prefer USB output
&end END_BLE - Prefer BLE output
&end END_TOG - Toggle between USB and BLE
4 years ago
Pete Johanson
cb922fd8a2
feat(docs): Add Boardsource 3x4 to hardware list.
4 years ago
Jay Greco
d90592aac5
Add NIBBLE shield
...
+ Added required files for nullbits NIBBLE
4 years ago
Pete Johanson
571d045c75
fix(docs): Explicit CC-BY-NC-SA license for docs.
4 years ago
innovaker
806ea545f8
docs: Set netlify node version to lts/*
...
Prerequisite of #218 and PR #308 .
4 years ago
Nick
1ac78498eb
docs: Set prettier endOfLine to auto
...
As discussed in PR #301 .
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
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
ca0bcc0ae4
docs: Add missing docusaurus scripts
...
Add:
- docusaurus serve
- docusaurus clear
4 years ago
Nick
7296b96797
Add Reviung41 Shield Definitions
4 years ago
Caleb Lightfoot
1a6d373d16
Added Sentence For Link to Zephyr Docs
4 years ago
Caleb Lightfoot
d07a46a334
Changed Wording of Text
4 years ago
innovaker
0905302006
chore(docs): Docusaurus 2.0.0-alpha.66
4 years ago
innovaker
1e008728b7
chore(blog): Remove deprecated id: wip
...
Fix warning ...
2020-05-24-wip.md - 'id' header option is deprecated. Please use 'slug' option instead.
Follow-up to #286 .
4 years ago
innovaker
cd683b8dd6
chore(docs): Replace homePageId with slug: /
...
Fix warning ...
The docs plugin option homePageId=intro is deprecated. To make a doc the "home", prefer frontmatter: "slug: /"
Follow-up to #286 .
4 years ago
innovaker
99751ad376
chore(docs): Docusaurus 2.0.0-alpha.65
...
Closes #286 . Prerequisite of #218 .
4 years ago
innovaker
a796ee574f
fix(docs): Remove empty links
...
Prerequisite fixes for Docusaurus 2.0.0-alpha.65 (#286 ) which has stricter markdown rules.
4 years ago
Kellen Carey
4bd41b9bf9
add wget flag to example
4 years ago
Caleb Lightfoot
91b208faf3
Documented TX Power Config in Troubleshooting
4 years ago
Pete Johanson
b2cad7e597
fix(docs): Proper block for romac shield.
4 years ago
Pete Johanson
43c900f94a
feat: Add qaz to setup scripts.
4 years ago
Mega Mind
cc21167d57
Added docs for external power output
4 years ago
Pete Johanson
94bc2c31b1
feat: Add a couple missing shields to user setup.
4 years ago
Caleb Lightfoot
e475260664
Revert "Increased Comprehension of Oled Footnote"
...
This reverts commit d4b83c3ebf
.
4 years ago
Caleb Lightfoot
d4b83c3ebf
Increased Comprehension of Oled Footnote
4 years ago
Caleb Lightfoot
1ef21c57ea
added links to see progress of features.
4 years ago
Caleb Lightfoot
593d7ff781
made table completely visual; changed feature sentence
4 years ago
Tsquash
56ab812a67
fixed BLE part of table
4 years ago
Tsquash
229c8b4358
Added BlueMicro Collumn
4 years ago
Tsquash
21987d3385
update intro.md
4 years ago
Tsquash
d7bfe979c9
Fixed Footnote and added user config repo
4 years ago
Caleb Lightfoot
eb9dc37f00
fix table
4 years ago
Caleb Lightfoot
e2a845b2eb
removed checkmark from zmk oled
4 years ago
Caleb Lightfoot
93c5ae17ac
Uniformed Capitals, Added footnotes
4 years ago
Caleb Lightfoot
910e207dbc
Update Intro
...
changed intro wording and link to layer tap
Update intro.md
4 years ago
Tsquash
e740a83d68
Made columns wider
4 years ago