Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/frontend/src/content/docs/aspireconf/index.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: We're live!
title: That's a wrap!
prev: false
next: false
giscus: false
crumbs: false
head:
- tag: title
content: Aspire Conf — Live Now!
description: Aspire Conf is live! Tune in now to discover Aspire and learn all about the new Aspire 13.2 release.
content: Aspire Conf — Thank you for watching!
description: Thank you for joining us and celebrating the release of Aspire 13.2. Watch the replay on YouTube and connect with us on Discord, X, and BlueSky.
template: splash
editUrl: false
hero:
tagline: Aspire Conf <p>Get to know Aspire and check out what's new in the Aspire 13.2 release!</p><p>Streaming live on <a href="https://www.youtube.com/watch?v=6j61K9Sna2M">YouTube</a> and <a href="https://www.twitch.tv/aspiredotdev">Twitch</a>. Ask questions and interact with us live.</p>
tagline: Aspire Conf <p>Thank you for joining us and celebrating the release of Aspire 13.2. Watch the replay on our <a href="https://www.youtube.com/watch?v=6j61K9Sna2M">YouTube channel</a>.</p>
image:
alt: Aspire logo
file: ../../../assets/aspire-hero.png
Expand Down Expand Up @@ -47,9 +47,10 @@ import TwitchEmbed from '@components/TwitchEmbed.astro';
{sessions.length > 0 && (

<>
<h2>Explore sessions</h2>
<h2>Connect with us</h2>

<p class='pt-2 pb-2'>Sessions for every skill level. All developers welcome no matter what languages, frameworks, compute environments, clouds, or coding agents you use.</p>
<p class='pt-2 pb-2'>The event may be over, but the conversation isn't! Join us on <a href="https://discord.com/invite/raNPcaaSj8">Discord</a> to chat with the team and community members, ask questions, and share feedback. Follow us on <a href="https://x.com/aspiredotdev">X</a> and <a href="https://bsky.app/profile/aspire.dev">BlueSky</a> for announcements, clips, and quick updates. See you there!
</p>

<SessionGrid sessions={sessions} />
</>
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/content/docs/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ next: false
description: Connect with the Aspire team and community across social channels, streams, and contribution platforms.
banner:
content: |
<strong>Aspire 13.2 is here and Aspire Conf is streaming live!</strong> — <a href="/aspireconf/">Tune in now</a>
<strong>Aspire 13.2 is here!</strong> Get the latest release that brings TypeScript AppHost authoring, an agent-native CLI, and so much more. — <a href="/get-started/install-cli/">Get Aspire 13.2</a>
editUrl: false
giscus: false
tableOfContents: false
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prev: false
next: false
banner:
content: |
<strong>Aspire 13.2 is here and Aspire Conf is streaming live!</strong> — <a href="/aspireconf/">Tune in now</a>
<strong>Aspire 13.2 is here!</strong> Get the latest release that brings TypeScript AppHost authoring, an agent-native CLI, and so much more. — <a href="/get-started/install-cli/">Get Aspire 13.2</a>
hero:
tagline: Your stack, streamlined. <p>Orchestrate front ends, APIs, containers, and databases effortlessly—no rewrites, no limits. Extend Aspire to power any project. Free, open-source, and agent ready.</p>
image:
Expand Down