remove template

This commit is contained in:
Jake Runyan 2025-06-30 14:09:37 -07:00
parent 4c28c796eb
commit 08b0344043
2 changed files with 0 additions and 48 deletions

View File

@ -1,8 +0,0 @@
{
"label": "__TEMPLATE__",
"link": {
"type": "generated-index",
"description": "Description for template category."
}
}

View File

@ -1,40 +0,0 @@
---
sidebar_position: 2
---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# TEMPLATE RECIPE
<Tabs>
<TabItem value="photos" label="Photos" default>
DESCRIPTION FOR TEMPLATE RECIPE
![image](@site/docs/static/img/not-found.svg)
</TabItem>
<TabItem value="ingredients" label="Ingredients">
```mdx title="TEMPLATE RECIPE"
2 tsp ingredient
1 tbsp ingredient
```
<Admonition type="info" title="TEMPLATE RECIPE NOTE">
<p>A NOTE THAT PEOPLE SHOULD KNOW ABOUT.</p>
</Admonition>
</TabItem>
<TabItem value="instructions" label="Instructions">
1. HOW TO MAKE THE RECIPE
<Admonition type="info" title="TEMPLATE RECIPE NOTE">
<p>A NOTE THAT PEOPLE SHOULD KNOW ABOUT.</p>
</Admonition>
</TabItem>
<TabItem value="references" label="References">
URL BACKLINK TO ORIGINAL RECIPE
</TabItem>
</Tabs>