Consolidate Learning Hub into a single folder, removing symlinks#1075
Merged
aaronpowell merged 1 commit intostagedfrom Mar 19, 2026
Merged
Consolidate Learning Hub into a single folder, removing symlinks#1075aaronpowell merged 1 commit intostagedfrom
aaronpowell merged 1 commit intostagedfrom
Conversation
…/learning-hub Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
aaronpowell
March 19, 2026 02:35
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates Learning Hub content into the Starlight docs collection by removing the separate website/src/content/learning-hub/ folder and replacing previously-checked-in symlinks in website/src/content/docs/learning-hub/ with the full Markdown content.
Changes:
- Removed Learning Hub article files from
website/src/content/learning-hub/(previous mirror source). - Replaced symlink entries in
website/src/content/docs/learning-hub/with real article content. - Kept routing/sidebars unchanged by preserving the existing docs paths and filenames.
Reviewed changes
Copilot reviewed 26 out of 39 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/content/learning-hub/what-are-agents-skills-instructions.md | Removed old mirrored article file. |
| website/src/content/learning-hub/using-copilot-coding-agent.md | Removed old mirrored article file. |
| website/src/content/learning-hub/understanding-mcp-servers.md | Removed old mirrored article file. |
| website/src/content/learning-hub/understanding-copilot-context.md | Removed old mirrored article file. |
| website/src/content/learning-hub/installing-and-using-plugins.md | Removed old mirrored article file. |
| website/src/content/learning-hub/github-copilot-terminology-glossary.md | Removed old mirrored article file. |
| website/src/content/learning-hub/defining-custom-instructions.md | Removed old mirrored article file. |
| website/src/content/learning-hub/creating-effective-skills.md | Removed old mirrored article file. |
| website/src/content/learning-hub/copilot-configuration-basics.md | Removed old mirrored article file. |
| website/src/content/learning-hub/building-custom-agents.md | Removed old mirrored article file. |
| website/src/content/learning-hub/before-after-customization-examples.md | Removed old mirrored article file. |
| website/src/content/learning-hub/automating-with-hooks.md | Removed old mirrored article file. |
| website/src/content/learning-hub/agentic-workflows.md | Removed old mirrored article file. |
| website/src/content/docs/learning-hub/what-are-agents-skills-instructions.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/using-copilot-coding-agent.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/understanding-mcp-servers.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/understanding-copilot-context.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/installing-and-using-plugins.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/github-copilot-terminology-glossary.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/defining-custom-instructions.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/creating-effective-skills.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/copilot-configuration-basics.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/building-custom-agents.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/before-after-customization-examples.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/automating-with-hooks.md | Replaced symlink with full article content in docs collection. |
| website/src/content/docs/learning-hub/agentic-workflows.md | Replaced symlink with full article content in docs collection. |
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
67
to
68
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
website/src/content/docs/learning-hub/previously held symlinks pointing to../../learning-hub/*.md, duplicating the folder structure unnecessarily. This PR collapses both into a single canonical location (docs/learning-hub/) which is where Starlight's content collection already resolves routes from.Changes:
website/src/content/docs/learning-hub/with the real file contentwebsite/src/content/learning-hub/entirelydocs/learning-hub/Type of Contribution
Additional Notes
Build validated with
npm run website:build— no regressions.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.