mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 14:05:17 -05:00
feat(docs): Add keyboard vs consumer variants note
This commit is contained in:
@@ -6,10 +6,12 @@ hide_title: true
|
||||
|
||||
import OsLegend from "@site/src/components/codes/OsLegend";
|
||||
import ToastyContainer from "@site/src/components/codes/ToastyContainer";
|
||||
import KeyboardConsumer from "@site/src/components/codes/KeyboardConsumer";
|
||||
import Content, { toc as contentToc } from "./_applications.mdx";
|
||||
|
||||
export const toc = contentToc;
|
||||
|
||||
<KeyboardConsumer />
|
||||
<OsLegend />
|
||||
<ToastyContainer />
|
||||
<Content />
|
||||
|
||||
@@ -7,9 +7,11 @@ hide_title: true
|
||||
import OsLegend from "@site/src/components/codes/OsLegend";
|
||||
import ToastyContainer from "@site/src/components/codes/ToastyContainer";
|
||||
import Content, { toc as contentToc } from "./_editing.mdx";
|
||||
import KeyboardConsumer from "@site/src/components/codes/KeyboardConsumer";
|
||||
|
||||
export const toc = contentToc;
|
||||
|
||||
<KeyboardConsumer />
|
||||
<OsLegend />
|
||||
<ToastyContainer />
|
||||
<Content />
|
||||
|
||||
@@ -6,6 +6,7 @@ slug: ./
|
||||
---
|
||||
|
||||
import SpellingCaution from "@site/src/components/codes/SpellingCaution";
|
||||
import KeyboardConsumer from "@site/src/components/codes/KeyboardConsumer";
|
||||
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";
|
||||
@@ -25,6 +26,7 @@ export const toc = [
|
||||
];
|
||||
|
||||
<SpellingCaution />
|
||||
<KeyboardConsumer />
|
||||
<OsLegend />
|
||||
<ToastyContainer />
|
||||
<Key />
|
||||
|
||||
@@ -7,9 +7,11 @@ hide_title: true
|
||||
import OsLegend from "@site/src/components/codes/OsLegend";
|
||||
import ToastyContainer from "@site/src/components/codes/ToastyContainer";
|
||||
import Content, { toc as contentToc } from "./_media.mdx";
|
||||
import KeyboardConsumer from "@site/src/components/codes/KeyboardConsumer";
|
||||
|
||||
export const toc = contentToc;
|
||||
|
||||
<KeyboardConsumer />
|
||||
<OsLegend />
|
||||
<ToastyContainer />
|
||||
<Content />
|
||||
|
||||
@@ -7,9 +7,11 @@ hide_title: true
|
||||
import OsLegend from "@site/src/components/codes/OsLegend";
|
||||
import ToastyContainer from "@site/src/components/codes/ToastyContainer";
|
||||
import Content, { toc as contentToc } from "./_power.mdx";
|
||||
import KeyboardConsumer from "@site/src/components/codes/KeyboardConsumer";
|
||||
|
||||
export const toc = contentToc;
|
||||
|
||||
<KeyboardConsumer />
|
||||
<OsLegend />
|
||||
<ToastyContainer />
|
||||
<Content />
|
||||
|
||||
Reference in New Issue
Block a user