[Docs] Update Aspire branding and links - #26082
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
|
There was a problem hiding this comment.
Pull request overview
This PR updates ABP documentation to reflect the current Aspire branding and to point readers to the official aspire.dev documentation pages, with changes limited to docs content (no runtime impact).
Changes:
- Replaces legacy “.NET Aspire” branding references with “Aspire” across docs, release notes, blog posts, and community articles.
- Updates Aspire-related links from Microsoft Learn to corresponding
aspire.devpages where applicable. - Updates navigation text to match the new “Aspire Integration” naming.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/en/studio/release-notes.md | Updates Aspire naming in ABP Studio release note entries. |
| docs/en/solution-templates/microservice/aspire-integration.md | Renames headings/text to “Aspire” and updates official links to aspire.dev. |
| docs/en/get-started/microservice.md | Updates wizard step wording to “Aspire” integration. |
| docs/en/docs-nav.json | Updates nav label to “Aspire Integration”. |
| docs/en/Community-Articles/2025-11-30-NET-Conf-China-2025/POST.md | Updates Aspire mentions in event write-up. |
| docs/en/Community-Articles/2024-11-05-.NET Aspire 9.0 Features/Post.md | Rebrands to “Aspire” and updates “what’s new” links to aspire.dev. |
| docs/en/Community-Articles/2024-10-23-abpio-platform-90-rc-has-been-published/post.md | Updates community article title text to “Aspire vs ABP Studio”. |
| docs/en/Community-Articles/2024-10-11-NET-Aspire-vs-ABP-Studio/POST.md | Rebrands article and updates Aspire links to aspire.dev. |
| docs/en/Community-Articles/2024-10-01-SignalR-9-New-Features/Post.md | Updates dashboard references and links to aspire.dev. |
| docs/en/Community-Articles/2024-08-12-join-abp-at-net-conf-focus-on-ai/post.md | Updates session title text to “Aspire”. |
| docs/en/Community-Articles/2024-08-01-abpio-platform-83-rc-has-been-published/post.md | Updates community article title text to “How to use Aspire…”. |
| docs/en/Community-Articles/2024-06-27-how-to-use-Aspire-with-ABP-framework/How to use Aspire with ABP framework.md | Rebrands article and updates some Aspire links to aspire.dev. |
| docs/en/Community-Articles/2024-05-16-abp-dotnet-conference-2024-wrap-up/post.md | Updates talk title text to “Aspire”. |
| docs/en/Community-Articles/2024-04-16-welcome-to-abp-dotnet-conf24-a-decade-of-net-innovation/post.md | Updates talk title text to “Aspire”. |
| docs/en/Community-Articles/2024-03-19-join-abpio-at-modern-net-web-day/post.md | Updates agenda item text to “Aspire”. |
| docs/en/Community-Articles/2024-01-15-Abp-Supports-NET8/Post.md | Rebrands section header/link to “Aspire”. |
| docs/en/Blog-Posts/2025-12-24-Announcing-Aspire-For-Microservice-Template/POST.md | Rebrands announcement post text/headings to “Aspire”. |
| docs/en/Blog-Posts/2025-06-10-Announcing-ABP-Studio-1.0-Stable-Release/POST.md | Updates roadmap bullet wording to “Aspire”. |
| docs/en/Blog-Posts/2024-10-23 v9_0_Preview/POST.md | Updates community article title text to “Aspire vs ABP Studio”. |
| docs/en/Blog-Posts/2024-09-17-My-Impressions-at-DotNext-2024-Conference/post.md | Updates referenced talk title text to “Aspire”. |
| docs/en/Blog-Posts/2024-07-31 v8_3_Preview/post.md | Updates community article title text to “How to use Aspire…”. |
Suppressed comments (2)
docs/en/Community-Articles/2024-11-05-.NET Aspire 9.0 Features/Post.md:24
- Grammar: “many new features to the Telemetry service” is unidiomatic; use “for” (or “in”) instead.
Aspire 9 comes with many new features to the Telemetry service.
docs/en/Community-Articles/2024-10-11-NET-Aspire-vs-ABP-Studio/POST.md:7
- Grammar: sentence is hard to read (“different purpose… may confuse… solves”). Consider rephrasing for correct subject/verb agreement and clarity.
While Aspire and ABP Studio are tools for different purpose with different scope and they have different approaches to solve the problems, many developers still may confuse since they also have some similar functionalities and solves some common problems.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Hi David, Thanks for the PR. Could you sign it when you get a chance? https://cla-assistant.io/abpframework/abp?pullRequest=26082 |
Description
Updates ABP documentation to use the current Aspire branding and official documentation links.
aspire.devpages.This is a documentation-only change with no runtime impact.
Checklist
How to test it?
Search the tracked documentation for legacy Aspire branding and Microsoft Learn Aspire URLs, then verify the updated
aspire.devlinks resolve to their corresponding pages.