forked from kofal.net/zmk
refactor(docs): Use .mdx for docs with mdx features
Also applies prettier changes in touched files due to precommit
This commit is contained in:
@@ -7,13 +7,16 @@ author_image_url: https://avatars.githubusercontent.com/u/7876996
|
||||
tags: [keyboards, firmware, community]
|
||||
---
|
||||
|
||||
import ThemedImage from '@theme/ThemedImage';
|
||||
import ThemedImage from "@theme/ThemedImage";
|
||||
|
||||
<ThemedImage
|
||||
alt="Shows a screenshot of the Keymap Editor application featuring a graphical layout of the Corne Keyboard with a keymap loaded from the nickcoutsos/keymap-editor-demo-crkbd GitHub repository."
|
||||
sources={{
|
||||
light: require('./assets/2023-11-09-keymap-editor/editor-screenshot-light.png').default,
|
||||
dark: require('./assets/2023-11-09-keymap-editor/editor-screenshot-dark.png').default,
|
||||
alt="Shows a screenshot of the Keymap Editor application featuring a graphical layout of the Corne Keyboard with a keymap loaded from the nickcoutsos/keymap-editor-demo-crkbd GitHub repository."
|
||||
sources={{
|
||||
light:
|
||||
require("./assets/2023-11-09-keymap-editor/editor-screenshot-light.png")
|
||||
.default,
|
||||
dark: require("./assets/2023-11-09-keymap-editor/editor-screenshot-dark.png")
|
||||
.default,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user