diff --git a/docs/docs/recipes/adjust-layer.md b/docs/docs/recipes/adjust-layer.md new file mode 100644 index 00000000..275e3b60 --- /dev/null +++ b/docs/docs/recipes/adjust-layer.md @@ -0,0 +1,12 @@ +--- +title: Adjust Layer +sidebar_label: Adjust Layer +--- + +## Summary + +Recipe summary + +## Implementation + +Recipe implementation diff --git a/docs/docs/recipes/callum-mods.md b/docs/docs/recipes/callum-mods.md new file mode 100644 index 00000000..0aebacf8 --- /dev/null +++ b/docs/docs/recipes/callum-mods.md @@ -0,0 +1,12 @@ +--- +title: Callum Mods +sidebar_label: Callum Mods +--- + +## Summary + +Recipe summary + +## Implementation + +Recipe implementation diff --git a/docs/docs/recipes/home-row-mods.md b/docs/docs/recipes/home-row-mods.md new file mode 100644 index 00000000..6b78b9a2 --- /dev/null +++ b/docs/docs/recipes/home-row-mods.md @@ -0,0 +1,12 @@ +--- +title: Home Row Mods +sidebar_label: Home Row Mods +--- + +## Summary + +Recipe summary + +## Implementation + +Recipe implementation diff --git a/docs/docs/recipes/multiple-base-layers.md b/docs/docs/recipes/multiple-base-layers.md new file mode 100644 index 00000000..aa69a2e6 --- /dev/null +++ b/docs/docs/recipes/multiple-base-layers.md @@ -0,0 +1,12 @@ +--- +title: Multiple Base Layers +sidebar_label: Multiple Base Layers +--- + +## Summary + +Recipe summary + +## Implementation + +Recipe implementation diff --git a/docs/docs/recipes/os-profile-layer.md b/docs/docs/recipes/os-profile-layer.md new file mode 100644 index 00000000..1dbc2c08 --- /dev/null +++ b/docs/docs/recipes/os-profile-layer.md @@ -0,0 +1,12 @@ +--- +title: OS Profile Layer +sidebar_label: OS Profile Layer +--- + +## Summary + +Recipe summary + +## Implementation + +Recipe implementation diff --git a/docs/sidebars.js b/docs/sidebars.js index e8c715c8..cddf471c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -60,6 +60,13 @@ module.exports = { "behaviors/power", "behaviors/soft-off", ], + Recipes: [ + "recipes/adjust-layer", + "recipes/callum-mods", + "recipes/home-row-mods", + "recipes/multiple-base-layers", + "recipes/os-profile-layer", + ], Codes: [ "codes/index", "codes/keyboard-keypad",