refactor(docs): Use .mdx for docs with mdx features

Also applies prettier changes in touched files due to precommit
This commit is contained in:
Cem Aksoylar
2024-01-12 20:18:59 -08:00
parent 00962a7255
commit f014eb45a7
30 changed files with 162 additions and 146 deletions

View File

@@ -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,
}}
/>