mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 21:57:29 -07:00
Add template recipe
This commit is contained in:
parent
c78a3fb3d9
commit
cad3d0d194
9
recipes/docs/template/_category_.json
vendored
Normal file
9
recipes/docs/template/_category_.json
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"label": "TEMPLATE",
|
||||||
|
"position": 1,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Description for template category."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
41
recipes/docs/template/template.mdx
vendored
Normal file
41
recipes/docs/template/template.mdx
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
|
||||||
|

|
||||||
|
// OR 
|
||||||
|
</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>
|
Loading…
x
Reference in New Issue
Block a user