Update image tags

This commit is contained in:
Jake Runyan 2024-06-18 19:05:03 -07:00
parent 6377476133
commit a9e5ae5a0a
3 changed files with 50 additions and 36 deletions

View File

@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
<TabItem value="photos" label="Photos" default>
A good Caesar salad dressing goes a long way, and making it yourself saves some money.
![img alt](@site/docs/static/img/not-found.svg)
![image](@site/docs/static/img/not-found.svg)
</TabItem>
<TabItem value="ingredients" label="Ingredients">

View File

@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
<TabItem value="photos" label="Photos" default>
These are a great topping for ramen, sandwiches, charcuterie, salads, or anything that could use a fermented kick!
![](@site/docs/sides/static/pickled-red-onions.png)
![image](@site/docs/sides/static/pickled-red-onions.png)
</TabItem>
<TabItem value="ingredients" label="Ingredients">

View File

@ -2,13 +2,21 @@
sidebar_position: 2
---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Instant Pot Chicken Noodle Soup
:::info
Recipe can make nearly a whole week of soup. Double it if you're feeling dangerous.
:::
<Tabs>
<TabItem value="photos" label="Photos" default>
A great soup for rainy or sick days. Doesn't actually have to be cooked in the Instant Pot.
```mdx title="Ingredients"
![image](@site/docs/soup/static/chicken-noodle-soup.png)
</TabItem>
<TabItem value="ingredients" label="Ingredients">
```mdx title="Instant Pot Chicken Noodle Soup"
2 tablespoons unsalted butter
1 large onion (chopped)
2 medium carrots (chopped)
@ -24,7 +32,12 @@ Kosher salt, fresh ground pepper
2 cups uncooked egg noodles
```
```md title="Instructions"
<Admonition type="info" title="Fuel a Whole Sick Week">
<p>Recipe can make nearly a whole week of soup. Double it if you're feeling dangerous.</p>
</Admonition>
</TabItem>
<TabItem value="instructions" label="Instructions">
1. Turn your Instant Pot to the saute setting.
2. Add the butter and cook until the butter has melted. Add the onion, carrots and celery and saute for 3 minutes until the onion softens and becomes translucent.
3. Season with salt and pepper, add the thyme, parsley, oregano, chicken bouillon and stir.
@ -34,12 +47,13 @@ Kosher salt, fresh ground pepper
7. Remove the chicken pieces from the soup and shred with two forks.
8. Add the noodles to the soup and set the Instant Pot to the saute setting again. Cook for another 6 minutes uncovered, or until the noodles are cooked.
9. Turn off the Instant Pot. Add the shredded chicken back to the Instant Pot, taste for seasoning and adjust as necessary. Garnish with additional parsley if preferred.
```
### Notes
Watch the amount of salt in this, pretty easy to over-salt if you're not careful.
<Admonition type="info" title="Don't Oversalt">
<p>Watch the amount of salt in this, pretty easy to over-salt if you're not careful.</p>
</Admonition>
</TabItem>
![img alt](@site/docs/soup/static/chicken-noodle-soup.png)
### References
<TabItem value="references" label="References">
https://www.jocooks.com/recipes/instant-pot-chicken-noodle-soup/
</TabItem>
</Tabs>