feat(docs): Add keyboard vs consumer variants note
This commit is contained in:
parent
ba0dee088f
commit
4faeb365b1
6 changed files with 40 additions and 0 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue