add iosPower footnote
update footnote format change footnote import to lowerCamelCase
This commit is contained in:
parent
ad4ab9fc54
commit
47fe54ffb4
3 changed files with 5 additions and 0 deletions
1
docs/docs/codes/_footnotes/ios-power.mdx
Normal file
1
docs/docs/codes/_footnotes/ios-power.mdx
Normal file
|
@ -0,0 +1 @@
|
|||
Both iOS power keys lock the home screen.
|
|
@ -5,9 +5,11 @@
|
|||
*/
|
||||
|
||||
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";
|
||||
|
||||
export default {
|
||||
example,
|
||||
iosPower,
|
||||
macosPower,
|
||||
};
|
||||
|
|
|
@ -2693,6 +2693,7 @@ export default [
|
|||
},
|
||||
footnotes: {
|
||||
macos: ["macosPower"],
|
||||
ios: ["iosPower"],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -4709,6 +4710,7 @@ export default [
|
|||
},
|
||||
footnotes: {
|
||||
macos: ["macosPower"],
|
||||
ios: ["iosPower"],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue