-
Notifications
You must be signed in to change notification settings - Fork 39
Add internal support policy page #207
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
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
|
Hey @copilot, there's a few things I'd like updated. Please use sentence casing for the titles. Please move this out of the community topics, and let's add it to the cli reference topic area for now - as we plan to eventually update this topic area to be just 'Reference' (for a later date, that will include API ref as well). |
Updated title and description for Aspire support policy documentation. Revised sections for clarity and consistency.
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Updated in commit d439e57:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
Pull request overview
This PR adds an internal support policy page to replace the external Microsoft domain link in the footer. The new page provides comprehensive information about Aspire's lifecycle, release cadence, supported versions, and support guidelines.
- Created a new
/support/page with detailed policy content from the official Microsoft support policy - Updated the footer Support link from an external URL to the internal page
- Added the support policy to the CLI Reference sidebar with translations in 16 languages
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/frontend/src/content/docs/support.mdx | New support policy page with version tables, lifecycle information, and support guidelines |
| src/frontend/src/components/MicrosoftFooter.astro | Updated Support link to point to internal /support/ page instead of external Microsoft domain |
| src/frontend/config/sidebar/cli-reference.topics.ts | Added "Support policy" entry with translations for 16 languages to CLI Reference sidebar |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| label: 'Support policy', | ||
| translations: { | ||
| da: 'Supportpolitik', | ||
| de: 'Support-Richtlinie', | ||
| en: 'Support policy', | ||
| es: 'Política de soporte', | ||
| fr: 'Politique de support', | ||
| hi: 'समर्थन नीति', | ||
| id: 'Kebijakan dukungan', | ||
| it: 'Politica di supporto', | ||
| ja: 'サポートポリシー', | ||
| ko: '지원 정책', | ||
| pt: 'Política de suporte', | ||
| 'pt-BR': 'Política de suporte', | ||
| 'pt-PT': 'Política de suporte', | ||
| ru: 'Политика поддержки', | ||
| tr: 'Destek politikası', | ||
| uk: 'Політика підтримки', | ||
| 'zh-CN': '支持政策', | ||
| }, | ||
| slug: 'support', | ||
| }, |
Copilot
AI
Jan 5, 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 support policy page is placed under the CLI Reference section in the sidebar, but it doesn't conceptually belong there. The support policy is a general documentation page that applies to all of Aspire, not specifically the CLI. Consider either:
- Creating a separate top-level sidebar section for general documentation pages like support policy, or
- Placing it in a more appropriate existing section if one exists
The placement decision seems inconsistent with the semantic organization of the rest of the sidebar structure.

The footer Support link pointed to an external Microsoft domain. Created an internal support policy page with content from the official policy, updated the footer link, and added the page to sidebar navigation.
Changes
Created
/support/page with comprehensive policy content:Updated footer link from
https://dotnet.microsoft.com/platform/support/policy/aspireto/support/Added to CLI Reference sidebar with sentence-cased i18n translations for 16 languages
Screenshot
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.