Skip to content

Content updates for release 13.2#293

Draft
IEvangelist wants to merge 125 commits intomainfrom
release/13.2
Draft

Content updates for release 13.2#293
IEvangelist wants to merge 125 commits intomainfrom
release/13.2

Conversation

@IEvangelist
Copy link
Member

@IEvangelist IEvangelist commented Jan 23, 2026

The release/13.2 branch is currently deployed to https://aspiredev.netlify.app/.

@IEvangelist IEvangelist force-pushed the release/13.2 branch 4 times, most recently from 98fa033 to e95e6d8 Compare January 30, 2026 16:17
@IEvangelist IEvangelist force-pushed the release/13.2 branch 2 times, most recently from c3c80a5 to f29daa1 Compare February 7, 2026 03:59
@IEvangelist IEvangelist force-pushed the release/13.2 branch 2 times, most recently from 59bb625 to c671510 Compare February 18, 2026 14:10
Copilot AI and others added 22 commits February 19, 2026 07:25
* Initial plan

* Add WithBun() documentation to JavaScript integration page

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Update Bun example to use specific version tag

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
)

* Initial plan

* Add documentation for deployment slot support to Azure App Service

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
- Created documentation for Azure Application Insights integration.
- Created documentation for Azure Data Explorer (Kusto) integration.
- Created documentation for Azure Log Analytics integration.
- Created documentation for Azure Data Lake Storage integration.
- Added `aspire doctor` command placeholder with redirect to main CLI command page.
- Added documentation for `aspire ps` command to list running AppHost processes.
- Added documentation for `aspire stop` command to stop running AppHost processes.
…#288)

* Initial plan

* Update ASPIRE008 diagnostic page for GenerateAssemblyInfo requirement

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Update project file samples to modern 13.x format

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
#277)

* Add polyglot AppHost documentation for TypeScript, Python, Go, Rust, and Java

* feat: enhance PivotSelector component with marginTop prop for better layout control (#302)

docs: update Polyglot AppHost documentation with new features and usage examples

docs: add link to Polyglot AppHost in resource model documentation

docs: include Polyglot AppHost reference in get-started guide for broader language support

style: import utility classes for padding and margin in site CSS

style: create utils.css for reusable padding and margin utility classes

* fix: format project structure in polyglot AppHost documentation for clarity

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
- Created a new translation guide document in MDX format to assist contributors in translating the aspire.dev documentation.
- Added two new images for the translation page link and language selector in both light and dark themes.
- Included a detailed section on supported languages, translation status, best practices, and tips for translators.
- Added FooterPreferences component for user preferences (theme, language, keyboard shortcuts).
- Introduced FooterSocials component to display social media links.
- Updated Footer.astro to include new components and adjusted layout for preferences.
- Enhanced Header.astro to remove theme and language selectors, now located in the footer.
- Implemented auto-detection of user language on first visit in Head.astro.
- Adjusted styles for new components and improved responsiveness.
- Updated translations in various languages to include "preferences".
- Changed hideOnClick prop in Head.astro from 'toggle' to true for improved clarity.
- Removed fixed width and height from .starlight-sidebar-topics-icon to allow for flexible sizing.
- Adjusted icon size in .social-icons and .starlight-sidebar-topics-icon for consistency and better responsiveness.
IEvangelist and others added 30 commits February 26, 2026 07:11
* Initial plan

* Add Azure SQL Server admin deployment script docs for private endpoints

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* PR feedback

* change to caution

* Move the docs down

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
* Initial plan

* Add aspire otel CLI command documentation (logs, spans, traces)

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
* Initial plan

* Update CLI docs for aspire setup → doctor change and CLI option standardization

- Update aspire-doctor.mdx: Add note about aspire setup being hidden,
  fix --json → --format option to match actual CLI
- Update option-version.md: Add -v short alias for --version
- Update aspire-13-2.mdx: Add note about setup being hidden in doctor
  section, add CLI option standardization subsection

Fixes #463

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
#517)

* Initial plan

* Document DefaultAzureCredential breaking change in client integrations

- Add new common doc page explaining default credential behavior
- Add breaking change section in Aspire 13.2 what's new
- Update all client integration docs to link to new credential doc

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* Add AZURE_TOKEN_CREDENTIALS env var explanation to default credential doc

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* Add deterministic credentials best practices link to credential behavior section

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* Simplify breaking change section in aspire-13-2.mdx to avoid duplicating credential doc

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
* Initial plan

* Add diagnostics doc for ASPIREAZURE003 (Azure Virtual Networks)

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
* Update builder resource addition to use await

* Update polyglot-apphost.mdx

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
- Rewrote aspire-vscode-extension.mdx with clearer structure: features overview,
  prerequisites, getting started, running/debugging, sidebar, commands, language
  support, settings, MCP, and feedback sections
- Consolidated commands into a single flat table with all 16 commands
- Added launch config examples for deploy, publish, pipeline steps, and
  per-language debugger customization
- Fixed wrong marketplace link in python.mdx (ms-dotnettools.dotnet-aspire →
  docs page link)
- Added extension cross-references to install-cli, first-app,
  add-aspire-existing-app, and dev-containers pages
* feat: build out infrastructure to generate API docs for both C# and TypeScript

* fix: address copilot PR review suggestions for API docs components (#523)

* Initial plan

* fix: address PR review suggestions from copilot reviewer

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Refactor code structure for improved readability and maintainability

* fix: refine sidebar collapse behavior for API reference pages

* fix: update search component styles for better visibility on API reference pages

* fix: update API reference links to point to C# APIs

* feat(api): add support for standalone functions in TypeScript API reference

- Implemented functionality to generate static paths for standalone functions without a qualified name.
- Enhanced the TypeScript API reference pages to display function signatures, parameters, and return types.
- Updated the sidebar to include functions alongside types and enums.
- Improved the presentation of function details, including links back to parent types and method definitions.
- Refactored existing code for better clarity and consistency in naming conventions (e.g., changed "Enumerations" to "Enums").
- Introduced a new InpageSearchSync component for managing search state in the URL.
- Added a new method detail page for displaying individual method capabilities of handle types.

* feat(api-reference): add unified search bar and version filter components

- Introduced `ApiSearchBar` component for a unified search interface with kind filters and version dropdown.
- Added `VersionFilter` component for version selection with checkbox toggles and "Select all" functionality.
- Updated CSS styles for new components and adjusted existing styles for consistency.
- Modified API sidebar links to include a specific path for C# references.
- Enhanced page title styling for better visibility.

* fix(api-reference): improve layout and overflow handling for breadcrumb and member card components

* feat(breadcrumbs): implement content breadcrumbs functionality and integrate with Markdown content

* feat(api-reference): add API reference path to the configuration

* feat(banner): add announcement banner component with dismiss functionality

* feat(thanks): add LicenseBadge component and license titles data

* fix(deployment): update prerequisites for Azure deployment documentation

* feat(terminal-showcase): enhance terminal showcase styling and add gradient effect
feat(page-title): refactor page title component to use PageActionsPageTitle
fix(api-pages): disable page actions for API reference pages
style(css): remove unnecessary dropdown menu styling

* refactor(PageTitle): simplify dropdown handling and improve API page title initialization

* fix(api-reference): improve overflow handling for code, links, and preformatted text

* feat(Search): add API search notice with links to C# and TypeScript references

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants