From 51503629c7925739b800eada5666cc44ea8e7200 Mon Sep 17 00:00:00 2001 From: Seth Milliken Date: Wed, 4 Oct 2023 14:26:28 -0700 Subject: [PATCH] feat(docs): add new recipes section Recipes document distinct functionality provided by novel use of existing config, features, and behaviors. n.b. All pages are currently only placeholders. All names are tentative. --- docs/docs/recipes/adjust-layer.md | 12 ++++++++++++ docs/docs/recipes/callum-mods.md | 12 ++++++++++++ docs/docs/recipes/home-row-mods.md | 12 ++++++++++++ docs/docs/recipes/multiple-base-layers.md | 12 ++++++++++++ docs/docs/recipes/os-profile-layer.md | 12 ++++++++++++ docs/sidebars.js | 7 +++++++ 6 files changed, 67 insertions(+) create mode 100644 docs/docs/recipes/adjust-layer.md create mode 100644 docs/docs/recipes/callum-mods.md create mode 100644 docs/docs/recipes/home-row-mods.md create mode 100644 docs/docs/recipes/multiple-base-layers.md create mode 100644 docs/docs/recipes/os-profile-layer.md 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 43f17b41..266b6931 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -43,6 +43,13 @@ module.exports = { "behaviors/backlight", "behaviors/power", ], + 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",