add iosPower footnote

update footnote format

change footnote import to lowerCamelCase
This commit is contained in:
Tyler Walker 2020-11-14 10:59:32 -05:00
parent ad4ab9fc54
commit 47fe54ffb4
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
Both iOS power keys lock the home screen.

View file

@ -5,9 +5,11 @@
*/ */
import example from "@site/docs/codes/_footnotes/example.mdx"; import example from "@site/docs/codes/_footnotes/example.mdx";
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx"; import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
export default { export default {
example, example,
iosPower,
macosPower, macosPower,
}; };

View file

@ -2693,6 +2693,7 @@ export default [
}, },
footnotes: { footnotes: {
macos: ["macosPower"], macos: ["macosPower"],
ios: ["iosPower"],
}, },
}, },
{ {
@ -4709,6 +4710,7 @@ export default [
}, },
footnotes: { footnotes: {
macos: ["macosPower"], macos: ["macosPower"],
ios: ["iosPower"],
}, },
}, },
{ {