From cad3d0d194199ca3e473ce3e326344d87f66b2f9 Mon Sep 17 00:00:00 2001 From: Jake R Date: Sun, 7 Jul 2024 23:55:28 -0700 Subject: [PATCH] Add template recipe --- recipes/docs/template/_category_.json | 9 ++++++ recipes/docs/template/template.mdx | 41 +++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 recipes/docs/template/_category_.json create mode 100644 recipes/docs/template/template.mdx diff --git a/recipes/docs/template/_category_.json b/recipes/docs/template/_category_.json new file mode 100644 index 0000000..e8b0940 --- /dev/null +++ b/recipes/docs/template/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "TEMPLATE", + "position": 1, + "link": { + "type": "generated-index", + "description": "Description for template category." + } + } + \ No newline at end of file diff --git a/recipes/docs/template/template.mdx b/recipes/docs/template/template.mdx new file mode 100644 index 0000000..7e85094 --- /dev/null +++ b/recipes/docs/template/template.mdx @@ -0,0 +1,41 @@ +--- +sidebar_position: 2 +--- + +import Admonition from '@theme/Admonition' +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +# TEMPLATE RECIPE + + + + DESCRIPTION FOR TEMPLATE RECIPE + + ![image](@site/docs/static/img/not-found.svg) + // OR ![image](@site/docs/TEMPLATE/static/TEMPLATE_IMAGE.png) + + + + ```mdx title="TEMPLATE RECIPE" + 2 tsp ingredient + 1 tbsp ingredient + ``` + + +

A NOTE THAT PEOPLE SHOULD KNOW ABOUT.

+
+
+ + + 1. HOW TO MAKE THE RECIPE + + +

A NOTE THAT PEOPLE SHOULD KNOW ABOUT.

+
+
+ + + URL BACKLINK TO ORIGINAL RECIPE + +