Split documentation for build server and PR systems#1229
Merged
pascalberger merged 1 commit intocake-contrib:developfrom Aug 29, 2025
Merged
Split documentation for build server and PR systems#1229pascalberger merged 1 commit intocake-contrib:developfrom
pascalberger merged 1 commit intocake-contrib:developfrom
Conversation
a817e8d to
b84cd07
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR restructures the documentation to separate build server addins from pull request system addins, creating clearer categorization of the different types of integrations.
- Moved AppVeyor and GitHub Actions from "Pull Request Systems" to a new "Build Servers" section
- Updated all documentation links and references to reflect the new structure
- Added new documentation pages for extending build servers
Reviewed Changes
Copilot reviewed 7 out of 21 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/mkdocs.yml | Restructured navigation to move AppVeyor and GitHub Actions to new "Build Servers" section |
| docs/input/news/posts/2020-09-27-github-actions-addin.md | Updated links to point to new build-servers documentation path |
| docs/input/index.md | Updated feature description links to point to build-servers instead of pull-request-systems |
| docs/input/documentation/pull-request-systems/index.md | Removed AppVeyor and GitHub Actions references from pull request systems |
| docs/input/documentation/extending/build-servers/overview.md | Added new documentation for implementing build server support |
| docs/input/documentation/extending/build-servers/categories.md | Added guidance for build server alias categories |
| docs/input/documentation/build-servers/index.md | Created new index page for build servers documentation |
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.
Splits documentation for build servers and pull request systems