|
1 | 1 | export default function CookbookRecipes ({ html }) {
|
2 | 2 | return html`
|
3 | 3 | <cookbook-recipe-box>
|
4 |
| - <cookbook-recipe-card name="Render Markdown" type="walkthrough" href="/cookbook/render-markdown"> |
| 4 | + <cookbook-recipe-card name="Render Markdown" href="/cookbook/render-markdown"> |
5 | 5 | <p slot="description">
|
6 | 6 | Use Arcdown to render Markdown content into your Enhance app.
|
7 | 7 | </p>
|
8 | 8 | </cookbook-recipe-card>
|
9 | 9 |
|
10 |
| - <cookbook-recipe-card name="Use event listeners" type="walkthrough" href="/cookbook/use-event-listeners"> |
| 10 | + <cookbook-recipe-card name="Use event listeners" href="/cookbook/use-event-listeners"> |
11 | 11 | <p slot="description">
|
12 | 12 | Use DOM events to respond to dynamic user input.
|
13 | 13 | </p>
|
14 | 14 | </cookbook-recipe-card>
|
15 | 15 |
|
16 |
| - <cookbook-recipe-card name="Validate forms" type="walkthrough" href="/cookbook/validate-forms"> |
| 16 | + <cookbook-recipe-card name="Validate forms" href="/cookbook/validate-forms"> |
17 | 17 | <p slot="description">
|
18 | 18 | Improve UX and prevent errors by validating forms on the client and the server.
|
19 | 19 | </p>
|
20 | 20 | </cookbook-recipe-card>
|
21 | 21 |
|
22 |
| - <cookbook-recipe-card name="Roll your own auth" type="article" href="/cookbook/roll-your-own-auth"> |
23 |
| - <p slot="description"> |
24 |
| - Learn how to implement authentication, securely and effectively. |
25 |
| - </p> |
26 |
| - </cookbook-recipe-card> |
27 |
| -
|
28 |
| - <cookbook-recipe-card name="Build for the browser" type="walkthrough" href="/cookbook/build-for-the-browser"> |
| 22 | + <cookbook-recipe-card name="Build for the browser" href="/cookbook/build-for-the-browser"> |
29 | 23 | <p slot="description">
|
30 | 24 | Ship and run code on the browser within a server side rendered Enhance app.
|
31 | 25 | </p>
|
32 | 26 | </cookbook-recipe-card>
|
33 | 27 |
|
34 |
| - <cookbook-recipe-card name="Write unit tests" type="walkthrough" href="/cookbook/write-unit-tests"> |
| 28 | + <cookbook-recipe-card name="Write unit tests" href="/cookbook/write-unit-tests"> |
35 | 29 | <p slot="description">
|
36 | 30 | Test Enhance elements and API routes.
|
37 | 31 | </p>
|
38 | 32 | </cookbook-recipe-card>
|
39 | 33 |
|
40 |
| - <cookbook-recipe-card name="Migrate from Architect" type="walkthrough" href="/cookbook/migrate-from-architect"> |
| 34 | + <cookbook-recipe-card name="Migrate from Architect" href="/cookbook/migrate-from-architect"> |
41 | 35 | <p slot="description">
|
42 | 36 | Learn how to migrate your Architect app to an Enhance app.
|
43 | 37 | </p>
|
|
0 commit comments