Move admonition, update build command in README

This commit is contained in:
whitney 2024-11-16 14:52:33 -08:00
parent 2e03ccd50e
commit 3b5f6e4a12
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ Built with docusaurus (https://docusaurus.io/).
3. Or, run as a container with docker-compose
`docker-compose down && docker system prune && docker-compose build && docker-compose up -d && docker logs -f recipes`
`docker-compose down && docker system prune -af && docker-compose build && docker-compose up -d && docker logs -f recipes`
### Resources

View File

@ -35,6 +35,9 @@ import TabItem from '@theme/TabItem';
<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>
<Admonition type="info" title="Meal Prep">
<p>If doing meal prep and using a lot of noodles/macaroni, they tend to soak up a lot of the water/broth. Double the water and broth amounts if you want it to keep in the fridge and retain some broth, versus becoming more of a soup-cassarole.</p>
</Admonition>
</TabItem>
<TabItem value="instructions" label="Instructions">
@ -48,9 +51,6 @@ import TabItem from '@theme/TabItem';
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="Meal Prep">
<p>If doing meal prep and using a lot of noodles/macaroni, they tend to soak up a lot of the water/broth. Double the water and broth amounts if you want it to keep in the fridge and retain some broth, versus becoming more of a soup-cassarole.</p>
</Admonition>
<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>