forked from kofal.net/zmk
feat(docs): Added a Spelling Error Caution Notice
This commit is contained in:
@@ -5,6 +5,7 @@ hide_title: true
|
||||
slug: ./
|
||||
---
|
||||
|
||||
import SpellingCaution from "@site/src/components/codes/SpellingCaution";
|
||||
import OsLegend from "@site/src/components/codes/OsLegend";
|
||||
import ToastyContainer from "@site/src/components/codes/ToastyContainer";
|
||||
import Key, { toc as keyToc } from "./_keyboard-keypad.mdx";
|
||||
@@ -23,6 +24,7 @@ export const toc = [
|
||||
...powerToc,
|
||||
];
|
||||
|
||||
<SpellingCaution />
|
||||
<OsLegend />
|
||||
<ToastyContainer />
|
||||
<Key />
|
||||
|
||||
Reference in New Issue
Block a user