diff --git a/content/cloud/changelog/serverless-ai-open-beta.md b/content/cloud/changelog/serverless-ai-open-beta.md index 315908408..72abf0d60 100644 --- a/content/cloud/changelog/serverless-ai-open-beta.md +++ b/content/cloud/changelog/serverless-ai-open-beta.md @@ -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] diff --git a/content/spin/v1/index.md b/content/spin/v1/index.md index b404148a2..a9f9f3b30 100644 --- a/content/spin/v1/index.md +++ b/content/spin/v1/index.md @@ -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}} diff --git a/content/spin/v1/quickstart.md b/content/spin/v1/quickstart.md index f62840e9f..c3c299ccd 100644 --- a/content/spin/v1/quickstart.md +++ b/content/spin/v1/quickstart.md @@ -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: diff --git a/content/spin/v2/index.md b/content/spin/v2/index.md index 35ccd3b00..7d0ecaf0a 100644 --- a/content/spin/v2/index.md +++ b/content/spin/v2/index.md @@ -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}} diff --git a/content/spin/v2/install.md b/content/spin/v2/install.md index 7679fe0e0..c4d18c5f0 100644 --- a/content/spin/v2/install.md +++ b/content/spin/v2/install.md @@ -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}} diff --git a/content/spin/v2/quickstart.md b/content/spin/v2/quickstart.md index 7f04deedb..4abab48a9 100644 --- a/content/spin/v2/quickstart.md +++ b/content/spin/v2/quickstart.md @@ -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: