diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-05 14:51:31 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-05 14:51:31 -0400 |
commit | f71f12f5a8d6a9c0c174f063c41193cd816df892 (patch) | |
tree | 4a0a593e3f300e7f5b91909426851af7f64f3001 /docs | |
parent | aa21bdd79a95955632f7c88524e5aa244e2e537d (diff) |
Build fixes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/hardware.md | 2 | ||||
-rw-r--r-- | docs/docs/user-setup.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/docs/hardware.md b/docs/docs/hardware.md index cab1725..015b21d 100644 --- a/docs/docs/hardware.md +++ b/docs/docs/hardware.md @@ -32,7 +32,7 @@ In addition to the basic keyboard functionality, there is some initial support f - OLEDs - RGB Underglow -Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](/community/discord/invite). +Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmkfirmware.dev/community/discord/invite). ## Contributing diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index de2f57d..e90bef8 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -61,20 +61,20 @@ values={[ {label: 'Using curl', value: 'curl'}, {label: 'Using wget', value: 'wget'}, ]}> -<Tab value="curl"> +<TabItem value="curl"> ``` sh -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)" ``` -</Tab> -<Tab value="wget"> +</TabItem> +<TabItem value="wget"> ``` sh -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" ``` -</Tab> +</TabItem> </Tabs> ### MCU Board Selection |