Add FAQ page and homepage FAQ link#701
Merged
IEvangelist merged 4 commits intomainfrom Apr 15, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Getting started” FAQ page to help answer common Aspire questions and makes it discoverable from both the docs sidebar and the homepage.
Changes:
- Add a new
/get-started/faq/documentation page. - Add “FAQ” to the “Get started” section of the docs sidebar.
- Add a homepage LinkCard pointing to the new FAQ.
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/index.mdx | Adds a homepage LinkCard linking to the new FAQ page. |
| src/frontend/src/content/docs/get-started/faq.mdx | Introduces the new FAQ content page under Get started. |
| src/frontend/config/sidebar/docs.topics.ts | Adds the FAQ entry to the Get started sidebar group. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
11 tasks
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
IEvangelist
approved these changes
Apr 13, 2026
davidfowl
reviewed
Apr 14, 2026
davidfowl
reviewed
Apr 14, 2026
davidfowl
reviewed
Apr 14, 2026
davidfowl
reviewed
Apr 14, 2026
davidfowl
reviewed
Apr 14, 2026
davidfowl
reviewed
Apr 14, 2026
Member
|
Hey @copilot, could you please look at the feedback and update this PR accordingly? |
Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/dfe61d55-c8d2-4f1d-8cbb-6501e931e14b Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Contributor
All feedback addressed in commit
|
JamesNK
pushed a commit
that referenced
this pull request
Apr 16, 2026
* Add FAQ page and homepage link * Update src/frontend/src/content/docs/index.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * make Qs H2s * Address davidfowl's review feedback on FAQ page Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/dfe61d55-c8d2-4f1d-8cbb-6501e931e14b Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@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>
JamesNK
pushed a commit
that referenced
this pull request
Apr 21, 2026
* Add FAQ page and homepage link * Update src/frontend/src/content/docs/index.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * make Qs H2s * Address davidfowl's review feedback on FAQ page Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/dfe61d55-c8d2-4f1d-8cbb-6501e931e14b Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@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>
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.
Summary
Fixes #690