-
Notifications
You must be signed in to change notification settings - Fork 850
Reintroduce landing pages for the debugger extension design guides #4012
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: staging
Are you sure you want to change the base?
Reintroduce landing pages for the debugger extension design guides #4012
Conversation
|
@RavuAlHemio : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit b10b4d8:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| Details | |||
| windows-driver-docs-pr/debugger/dbgeng-extension-design-guide.md | ✅Succeeded | ||
| windows-driver-docs-pr/debugger/toc.yml | ✅Succeeded | ||
| windows-driver-docs-pr/debugger/wdbgexts-extension-design-guide.md | ✅Succeeded |
- Line 0, Column 0: [Warning: redirected-file-not-removed - See documentation]
Redirected file 'debugger/dbgeng-extension-design-guide.md' are still in the repo. After adding a file to the redirection JSON file, you must delete the original file from the repo. - Line 0, Column 0: [Warning: redirected-file-not-removed - See documentation]
Redirected file 'debugger/wdbgexts-extension-design-guide.md' are still in the repo. After adding a file to the redirection JSON file, you must delete the original file from the repo.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
These landing pages only link to the direct subpages, but that works better than having links pointing at those expected landing pages redirect to the "how do I install WinDbg" page.
b10b4d8 to
d802b82
Compare
|
Learn Build status updates of commit d802b82: 💡 Validation status: suggestions
windows-driver-docs-pr/debugger/dbgeng-extension-design-guide.md
windows-driver-docs-pr/debugger/wdbgexts-extension-design-guide.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PRMerger Results
|
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 reintroduces two landing pages for debugger extension design guides (DbgEng and WdbgExts) that were previously redirected to the main debugger page. The landing pages provide a clear entry point with links to their respective subpages.
- Creates new landing pages for DbgEng and WdbgExts extension design guides
- Updates the table of contents to reference the new landing pages
- Removes redirect entries that were sending these pages to the main debugger installation page
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| windows-driver-docs-pr/debugger/wdbgexts-extension-design-guide.md | New landing page for WdbgExts Extension Design Guide with links to 6 subtopics |
| windows-driver-docs-pr/debugger/dbgeng-extension-design-guide.md | New landing page for DbgEng Extension Design Guide with links to 4 subtopics |
| windows-driver-docs-pr/debugger/toc.yml | Adds entries for both landing pages in the table of contents structure |
| .openpublishing.redirection.json | Removes redirect entries for both design guide pages so they can function as proper landing pages |
| ms.date: 05/23/2017 | ||
| ms.topic: concept-article |
Copilot
AI
Dec 29, 2025
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.
The ms.date value of '05/23/2017' appears to be outdated and does not reflect when this content is being created. The date should be updated to reflect the current date or the date when this content is being added to the documentation.
| ms.date: 05/23/2017 | |
| ms.topic: concept-article | |
| ms.date: 12/29/2025 | |
| ms.topic: concept-article | |
| ai-usage: ai-assisted |
| ms.date: 05/23/2017 | ||
| ms.topic: concept-article |
Copilot
AI
Dec 29, 2025
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.
The ms.date value of '05/23/2017' appears to be outdated and does not reflect when this content is being created. The date should be updated to reflect the current date or the date when this content is being added to the documentation.
| ms.date: 05/23/2017 | |
| ms.topic: concept-article | |
| ms.date: 12/29/2025 | |
| ms.topic: concept-article | |
| ai-usage: ai-assisted |
| --- | ||
| title: WdbgExts Extension Design Guide | ||
| description: WdbgExts Extension Design Guide | ||
| keywords: WdbgExts Extensions, debugger extensions | ||
| ms.date: 05/23/2017 | ||
| ms.topic: concept-article | ||
| --- |
Copilot
AI
Dec 29, 2025
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.
The ai-usage metadata attribute is missing from the YAML frontmatter. According to the repository guidelines, when Copilot creates or modifies content, the 'ai-usage: ai-assisted' attribute must be included in the YAML frontmatter.
| --- | ||
| title: DbgEng Extension Design Guide | ||
| description: DbgEng Extension Design Guide | ||
| keywords: DbgEng Extensions, debugger extensions | ||
| ms.date: 05/23/2017 | ||
| ms.topic: concept-article | ||
| --- |
Copilot
AI
Dec 29, 2025
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.
The ai-usage metadata attribute is missing from the YAML frontmatter. According to the repository guidelines, when Copilot creates or modifies content, the 'ai-usage: ai-assisted' attribute must be included in the YAML frontmatter.
|
If you approve the reintroduced content in this PR, the commits must be moved to the private repository for automated checks and publishing. After you move the commits, close this PR ( #label:"aq-pr-triaged" |
These landing pages only link to the direct subpages, but that works better than having links pointing at those expected landing pages redirect to the "how do I install WinDbg" page.