Draft
Conversation
98fa033 to
e95e6d8
Compare
c3c80a5 to
f29daa1
Compare
59bb625 to
c671510
Compare
* 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.
…LI commands and diagnostics
…#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.
…json and pnpm-lock.yaml
…d app documentation
… and FeatureShowcase components
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
release/13.2branch is currently deployed tohttps://aspiredev.netlify.app/.