-
Notifications
You must be signed in to change notification settings - Fork 168
Add interaction prompts section to explore dashboard documentation #4108
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 <[email protected]>
…service docs Co-authored-by: IEvangelist <[email protected]>
I've updated the interaction prompts section to reference the detailed interaction service documentation from your PR #4045. The section now includes proper cross-reference links and focuses on the dashboard-specific experience while pointing users to the comprehensive API documentation. Commit b62d459. |
|
cc @JamesNK |
… feedback Co-authored-by: JamesNK <[email protected]>
Co-authored-by: IEvangelist <[email protected]>
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.
This LGTM. Let's ![]()
|
Closing, content was pulled into a separate PR. |
* Initial bits for the interaction service * Fix some issues * Fix build issues * Tweak rendering of code * API example * Update the article to be a bit more contextual to CLI and dashboard. * Fix APIs * More updates * Remove .aspire stuff * Enhance interaction service documentation for clarity and context in CLI and dashboard usage * Update explore.md to include interaction prompts and update metadata - closes #4108 * Apply suggestions from code review Co-authored-by: James Newton-King <[email protected]> * Address peer feedback * Update interaction service documentation and remove obsolete snippets * Clarify input validation section in interaction service documentation * Apply suggestions from code review Co-authored-by: James Newton-King <[email protected]> --------- Co-authored-by: James Newton-King <[email protected]>
This PR adds documentation for the interaction service functionality to the .NET Aspire dashboard exploration guide.
Changes Made
Added a new "Interaction prompts" section to
/docs/fundamentals/dashboard/explore.mdthat explains:Context
This addresses the request to add information about interaction service prompts to the explore dashboard documentation. The interaction service is a new API that allows integrations to request input from users in the dashboard or CLI during publish/deploy operations.
The change is minimal (14 lines added) and follows the Microsoft Writing Style Guide and existing document patterns. The markdown passes linting with 0 errors.
Fixes #4047.
💡 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.
Internal previews