-
Notifications
You must be signed in to change notification settings - Fork 6k
Add subfolder for GitHub Copilot app modernization #48868
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
base: main
Are you sure you want to change the base?
Conversation
I worked around it by manually adding the redirect file to the OPS publish config. |
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 consolidates GitHub Copilot app modernization content by creating a dedicated subfolder structure and updating all related references. The changes move files from scattered locations into a centralized github-copilot-app-modernization
folder within the core porting documentation, improving content organization and maintainability.
- Creates a new subfolder structure for GitHub Copilot app modernization content with its own TOC and index files
- Updates all internal references to point to the new file locations
- Removes the old navigation structure and sets up proper redirections for moved content
Reviewed Changes
Copilot reviewed 22 out of 24 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
docs/navigate/migration-guide/toc.yml | Updates navigation links to point to new subfolder locations |
docs/navigate/migration-guide/index.yml | Updates landing page links to new file paths |
docs/navigate/github-copilot-modernize/toc.yml | Removes old navigation file (deleted) |
docs/core/porting/third-party-deps.md | Updates reference link to new subfolder location |
docs/core/porting/porting-approaches.md | Updates reference link and fixes minor text improvements |
docs/core/porting/modernize.md | Updates reference link to new subfolder location |
docs/core/porting/index.md | Updates reference link to new subfolder location |
docs/core/porting/includes/github-copilot-suggestion.md | Updates include file references to new locations |
docs/core/porting/github-copilot-app-modernization/toc.yml | Creates new navigation structure for the subfolder |
docs/core/porting/github-copilot-app-modernization/overview.md | Updates internal references and include paths |
docs/core/porting/github-copilot-app-modernization/index.yml | Updates landing page links to relative paths |
docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md | Updates include references and fixes table formatting |
docs/core/porting/github-copilot-app-modernization/faq.yml | Updates internal references to use relative paths |
docs/core/porting/framework-overview.md | Updates reference links to new subfolder location |
docs/core/install/upgrade.md | Updates reference link to new subfolder location |
docs/azure/toc.yml | Updates Azure navigation links to new file paths |
docs/azure/migration/appmod/quickstart.md | Updates include reference to new location |
docs/azure/migration/appmod/deploy.md | Updates include reference to new location |
docs/azure/migration/appmod/containerization.md | Updates include reference to new location |
.openpublishing.redirection.navigate.json | Creates redirection for old navigate structure |
.openpublishing.redirection.core.json | Adds redirections for moved core files |
.openpublishing.publish.config.json | Registers new redirection file |
Comments suppressed due to low confidence (1)
docs/navigate/migration-guide/toc.yml:1
- The removed troubleshooting entry has malformed query parameters with duplicate
toc
andbc
parameters separated by?
instead of&
. This would have caused incorrect URL resolution.
items:
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. You can when you're ready.
Follow up to #48809, which wasn't quite correct.
navigate
folder should only be used as a last resort - it was a necessity since our content was spread out over core/standard/etc. folders so there was no obvious place to add the navigation files).Internal previews
Toggle expand/collapse