-
Notifications
You must be signed in to change notification settings - Fork 42
Add generic "Upgrade Aspire" article under What's new #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
f53f634
4fb0b71
83f4fac
96ce902
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,117 @@ | ||||||
| --- | ||||||
| title: Upgrade Aspire | ||||||
| description: Learn how to upgrade your Aspire projects to the latest version. | ||||||
| --- | ||||||
|
|
||||||
| import { Aside, Steps } from '@astrojs/starlight/components'; | ||||||
| import { Kbd } from 'starlight-kbd/components'; | ||||||
| import LearnMore from '@components/LearnMore.astro'; | ||||||
| import OsAwareTabs from '@components/OsAwareTabs.astro'; | ||||||
|
|
||||||
| Upgrading Aspire is simple using the **Aspire CLI**. Run `aspire update` and you're done. | ||||||
|
|
||||||
| <Aside type="tip"> | ||||||
| If you're new to Aspire, there's no reason to upgrade anything. See [Setup and tooling](/get-started/setup-and-tooling/) to get started. | ||||||
|
||||||
| If you're new to Aspire, there's no reason to upgrade anything. See [Setup and tooling](/get-started/setup-and-tooling/) to get started. | |
| If you're new to Aspire, there's no reason to upgrade anything. See [Setup and tooling](/get-started/prerequisites/) to get started. |
Copilot
AI
Jan 30, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to install the Aspire CLI should point to '/get-started/install-cli/' instead of '/reference/cli/'. The reference section contains the CLI command documentation, but the installation instructions are in the get-started section.
| If you haven't installed the Aspire CLI yet, see [Install the Aspire CLI](/reference/cli/) for installation instructions. | |
| If you haven't installed the Aspire CLI yet, see [Install the Aspire CLI](/get-started/install-cli/) for installation instructions. |
Copilot
AI
Jan 30, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link '/get-started/setup-and-tooling/' does not exist in the codebase. This should be '/get-started/prerequisites/' instead, which is the correct page for setup and prerequisites.
Copilot
AI
Jan 30, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description states that the article should use PivotSelector, Pivot, Tabs, and TabItem components for environment-specific instructions (Visual Studio, VS Code, CLI). However, none of these interactive components are present in the implementation. The article currently provides a simpler, linear upgrade guide without environment-specific pivots. If interactive components for different development environments are intended, they need to be added. If the current simpler approach is intentional, the PR description should be updated to reflect the actual implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OsAwareTabs component is imported but never used in the document. Remove this unused import to keep the code clean.