diff --git a/src/frontend/src/content/docs/app-host/polyglot-apphost.mdx b/src/frontend/src/content/docs/app-host/polyglot-apphost.mdx index 9a705e41..6b73a31c 100644 --- a/src/frontend/src/content/docs/app-host/polyglot-apphost.mdx +++ b/src/frontend/src/content/docs/app-host/polyglot-apphost.mdx @@ -1,6 +1,6 @@ --- title: Polyglot AppHost -description: Learn how to write Aspire AppHosts in TypeScript, Python, Go, Rust, and Java to orchestrate your cloud-native applications. +description: Learn how to write Aspire AppHosts in TypeScript to orchestrate your cloud-native applications. lastUpdated: true tableOfContents: true --- @@ -16,8 +16,6 @@ import { } from '@astrojs/starlight/components'; import LearnMore from '@components/LearnMore.astro'; import OsAwareTabs from '@components/OsAwareTabs.astro'; -import PivotSelector from '@components/PivotSelector.astro'; -import Pivot from '@components/Pivot.astro'; -Aspire's polyglot support allows you to write AppHosts in languages other than C#. This enables teams to use their preferred programming language while still benefiting from Aspire's orchestration capabilities, including access to 40+ hosting integrations (Redis, PostgreSQL, Azure services, and more). +Aspire's polyglot support allows you to write AppHosts in TypeScript instead of C#. This enables teams to use TypeScript while still benefiting from Aspire's orchestration capabilities, including access to 40+ hosting integrations (Redis, PostgreSQL, Azure services, and more).