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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "pnpm --dir ./src/frontend run preview",
"lint": "pnpm --dir ./src/frontend run lint",
"format": "pnpm --dir ./src/frontend run format",
"linkcheck": "pnpm --dir ./src/frontend run linkcheck",
"update:all": "pnpm --dir ./src/frontend run update:all"
}
}
59 changes: 58 additions & 1 deletion src/frontend/config/sidebar/docs.topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,64 @@ export const docsTopics: StarlightSidebarTopicsUserConfig = {
{
label: "What's new",
collapsed: true,
autogenerate: { directory: 'whats-new' },
items: [
{
label: 'Aspire 13.1',
slug: 'whats-new/aspire-13-1'
},
{
label: 'Aspire 13.0',
slug: 'whats-new/aspire-13'
},
{
label: 'Previous versions',
collapsed: true,
translations: {
da: 'Tidligere versioner',
de: 'Frühere Versionen',
en: 'Previous versions',
es: 'Versiones anteriores',
fr: 'Versions précédentes',
hi: 'पिछले संस्करण',
id: 'Versi sebelumnya',
it: 'Versioni precedenti',
ja: '以前のバージョン',
ko: '이전 버전',
'pt-BR': 'Versões anteriores',
'pt-PT': 'Versões anteriores',
ru: 'Предыдущие версии',
tr: 'Önceki sürümler',
uk: 'Попередні версії',
'zh-CN': '以前的版本',
},
items: [
{
label: 'Aspire 9.5',
slug: 'whats-new/aspire-9-5'
},
{
label: 'Aspire 9.4',
slug: 'whats-new/aspire-9-4'
},
{
label: 'Aspire 9.3',
slug: 'whats-new/aspire-9-3'
},
{
label: 'Aspire 9.2',
slug: 'whats-new/aspire-9-2'
},
{
label: 'Aspire 9.1',
slug: 'whats-new/aspire-9-1'
},
{
label: 'Aspire 9.0',
slug: 'whats-new/aspire-9'
},
],
},
],
translations: {
da: 'Hvad er nyt',
de: 'Was gibt es Neues',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Learn how to configure containers to persist and be re-used between

import { Aside } from '@astrojs/starlight/components';
import { Image } from 'astro:assets';
import persistentContainer from '@assets/whats-new/persistent-container.png';
import persistentContainerDocker from '@assets/whats-new/persistent-container-docker-desktop.png';
import persistentContainer from '@assets/whats-new/aspire-9/persistent-container.png';
import persistentContainerDocker from '@assets/whats-new/aspire-9/persistent-container-docker-desktop.png';

In Aspire, containers follow a typical lifecycle where they're created when the AppHost starts and destroyed when it stops. However, you can specify that you want to use **persistent containers**, which deviate from this standard lifecycle. Persistent containers are created and started by the Aspire orchestrator but aren't destroyed when the AppHost stops, allowing them to persist between runs.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Aspire 13.1 の実現に貢献してくださった、すべてのコミュニ

## ⚠️ 破壊的変更

<span id='-breaking-changes'></span>
<span id='%EF%B8%8F-破壊的変更'></span>

### Azure Redis API の名称変更

Expand Down
3 changes: 3 additions & 0 deletions src/frontend/src/content/docs/ja/whats-new/aspire-13.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Aspire に関するフィードバックや質問、または貢献にご興味

## 🆙 Aspire 13.0 へのアップグレード

<span id='-upgrade-to-aspire-130'></span>

<Aside type="caution">
Aspire 13.0
は破壊的変更を含むメジャーバージョンリリースです。アップグレード前に、必ず「破壊的変更」セクションをご確認ください。
Expand Down Expand Up @@ -612,6 +614,7 @@ await builder.Build().RunAsync();

## 🛠️ CLI と ツール

<span id='%EF%B8%8F-cli-と-ツール'></span>
<span id="cli-and-tooling"></span>

### aspire init コマンド
Expand Down
341 changes: 341 additions & 0 deletions src/frontend/src/content/docs/whats-new/aspire-9-1.mdx

Large diffs are not rendered by default.

Loading
Loading