zmk/docs/src/data/footnotes.js
Nicolas Munnich 5f056f7199
refactor(docs): Convert the keymaps section into a base folder (#2430)
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2024-08-21 10:39:18 -07:00

19 lines
529 B
JavaScript

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: CC-BY-NC-SA-4.0
*/
import example from "@site/docs/keymaps/_footnotes/example.mdx";
import iosApplication from "@site/docs/keymaps/_footnotes/ios-application.mdx";
import iosPower from "@site/docs/keymaps/_footnotes/ios-power.mdx";
import macosPower from "@site/docs/keymaps/_footnotes/macos-power.mdx";
import globe from "@site/docs/keymaps/_footnotes/globe.mdx";
export default {
example,
iosApplication,
iosPower,
macosPower,
globe,
};