feat(docs): Document globe key specific quirks

This commit is contained in:
ReFil
2023-10-09 15:08:45 +01:00
committed by Cem Aksoylar
parent 65667b863a
commit 6c75d6986c
3 changed files with 6 additions and 1 deletions

View File

@@ -8,10 +8,12 @@ import example from "@site/docs/codes/_footnotes/example.mdx";
import iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
import globe from "@site/docs/codes/_footnotes/globe.mdx";
export default {
example,
iosApplication,
iosPower,
macosPower,
globe,
};

View File

@@ -7884,6 +7884,8 @@ export default [
macos: true,
ios: true,
},
footnotes: {},
footnotes: {
macos: ["globe"],
},
},
];