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> <TabItem value="photos" label="Photos" default>
A good Caesar salad dressing goes a long way, and making it yourself saves some money. 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>
<TabItem value="ingredients" label="Ingredients"> <TabItem value="ingredients" label="Ingredients">

View File

@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
<TabItem value="photos" label="Photos" default> <TabItem value="photos" label="Photos" default>
These are a great topping for ramen, sandwiches, charcuterie, salads, or anything that could use a fermented kick! 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>
<TabItem value="ingredients" label="Ingredients"> <TabItem value="ingredients" label="Ingredients">

View File

@ -2,44 +2,58 @@
sidebar_position: 2 sidebar_position: 2
--- ---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Instant Pot Chicken Noodle Soup # Instant Pot Chicken Noodle Soup
:::info <Tabs>
Recipe can make nearly a whole week of soup. Double it if you're feeling dangerous. <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)
2 tablespoons unsalted butter </TabItem>
1 large onion (chopped)
2 medium carrots (chopped)
2 stalks celery (chopped)
Kosher salt, fresh ground pepper
1 teaspoon thyme
1 tablespoon parsley
1 tablespoon oregano
1 chicken bouillon (cube or powder)
4 cups chicken broth
2 pounds chicken (usually one safeway or costco chicken)
4 cups water
2 cups uncooked egg noodles
```
```md title="Instructions" <TabItem value="ingredients" label="Ingredients">
1. Turn your Instant Pot to the saute setting. ```mdx title="Instant Pot Chicken Noodle Soup"
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. 2 tablespoons unsalted butter
3. Season with salt and pepper, add the thyme, parsley, oregano, chicken bouillon and stir. 1 large onion (chopped)
4. Pour in the chicken broth. Add the chicken pieces and add another 4 cups of water. 2 medium carrots (chopped)
5. Close the lid. Set the Instant Pot to the Soup setting and set the timer to 7 minutes on high pressure. 2 stalks celery (chopped)
6. Once the Instant Pot cycle is complete, wait until the natural release cycle is complete and open the instant pot. Kosher salt, fresh ground pepper
7. Remove the chicken pieces from the soup and shred with two forks. 1 teaspoon thyme
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. 1 tablespoon parsley
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. 1 tablespoon oregano
``` 1 chicken bouillon (cube or powder)
4 cups chicken broth
2 pounds chicken (usually one safeway or costco chicken)
4 cups water
2 cups uncooked egg noodles
```
### Notes <Admonition type="info" title="Fuel a Whole Sick Week">
Watch the amount of salt in this, pretty easy to over-salt if you're not careful. <p>Recipe can make nearly a whole week of soup. Double it if you're feeling dangerous.</p>
</Admonition>
</TabItem>
![img alt](@site/docs/soup/static/chicken-noodle-soup.png) <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.
4. Pour in the chicken broth. Add the chicken pieces and add another 4 cups of water.
5. Close the lid. Set the Instant Pot to the Soup setting and set the timer to 7 minutes on high pressure.
6. Once the Instant Pot cycle is complete, wait until the natural release cycle is complete and open the instant pot.
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.
<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>
### References <TabItem value="references" label="References">
https://www.jocooks.com/recipes/instant-pot-chicken-noodle-soup/ https://www.jocooks.com/recipes/instant-pot-chicken-noodle-soup/
</TabItem>
</Tabs>