-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Armand Philippot <[email protected]> Co-authored-by: delucis <[email protected]>
- Loading branch information
1 parent
fc3054c
commit e547a32
Showing
13 changed files
with
23 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
--- | ||
title: old recipes page | ||
description: old recipes page | ||
i18nReady: false | ||
title: How-to recipes | ||
description: Short, focused how-to guides. | ||
i18nReady: true | ||
--- | ||
|
||
this is a fake placeholder page. | ||
import RecipesNav from '~/components/RecipesNav.astro'; | ||
import ReadMore from '~/components/ReadMore.astro'; | ||
|
||
See guided examples of adding features to your Astro project. | ||
|
||
## Official Recipes | ||
|
||
Astro's official recipes are short, focused how-to guides that walk a reader through completing a working example of a specific task. Recipes are a great way to add new features or behavior to your Astro project by following step-by-step instructions! | ||
|
||
<RecipesNav /> | ||
|
||
## Community Resources | ||
|
||
<ReadMore>Find more recipes written and submitted by the community in our [community recipes list](/en/community-resources/content/#recipes-and-guides).</ReadMore> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.