Skip to content

Commit

Permalink
Merge pull request #1025 from macolso/fix-suh-typo
Browse files Browse the repository at this point in the history
quick card typo and v1 vs v2 cleanup
  • Loading branch information
macolso authored Nov 6, 2023
2 parents a55af72 + 8e8d48a commit a8ed171
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/cloud/changelog/serverless-ai-open-beta.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title = "Fermyon Cloud Serverless AI Open Beta"
template = "changelog_item"
date = "2023-11-07T06:00:00Z"
date = "2023-11-06T06:00:00Z"
enable_shortcodes = true
tags = ["ai"]
[extra]
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v1/index.md"

{{suh_cards}}
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" }}
{{card_element "template" "Zola SSG Tempalte" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" }}
{{blockEnd}}

Expand Down
4 changes: 3 additions & 1 deletion content/spin/v1/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ You'll need the TinyGo compiler, as the standard Go compiler does not yet suppor
## Create Your First Application

{{suh_cards}}
{{card_element "template" "Zola SSG Tempalte" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" }}
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" }}
{{suh_cards}}
{{blockEnd}}

Now you are ready to create your first Spin application:
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/index.md"

{{suh_cards}}
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" }}
{{card_element "template" "Zola SSG Tempalte" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" }}
{{blockEnd}}

Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ For more information, please visit the [managing plugins](./managing-plugins) se

{{suh_cards}}
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" }}
{{card_element "template" "Zola SSG Tempalte" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" }}
{{blockEnd}}
2 changes: 2 additions & 0 deletions content/spin/v2/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ You'll need the TinyGo compiler, as the standard Go compiler does not yet suppor
{{suh_cards}}
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" }}
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" }}
{{suh_cards}}
{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" }}
{{blockEnd}}

Now you are ready to create your first Spin application:
Expand Down

0 comments on commit a8ed171

Please sign in to comment.