docs: add configuration section with hooks, sandbox, and settings docs#33
Merged
Angelmmiguel merged 5 commits intomainfrom Jan 27, 2026
Merged
docs: add configuration section with hooks, sandbox, and settings docs#33Angelmmiguel merged 5 commits intomainfrom
Angelmmiguel merged 5 commits intomainfrom
Conversation
Deploying endor-docs with
|
| Latest commit: |
a2435e8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://37645409.endor-docs.pages.dev |
| Branch Preview URL: | https://angel-hooks.endor-docs.pages.dev |
Contributor
Author
|
The build will be fixed after rebasing on top of #32 |
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.
Restructures the configuration documentation into a dedicated section with separate pages for each configuration topic. This improves navigation and allows for more detailed coverage of each feature.
Changes
rover.jsonoptions including MCP servers, environment variables, attribution, and the newexcludePatternsfeatureagentImage), initialization scripts (initScript), extra container arguments (extraArgs), and network filtering (allowlist/blocklistmodes)onMerge,onPush,onComplete) with environment variables and examples.rover/settings.jsonincluding the newdefaults.modelsoption for setting default models per agentintro/configuration.mdxfile and added a redirect to the new location1.2to1.3Notes
The project configuration introduction was rewritten to clarify that
rover.jsonis optional—Rover works out of the box without it. The file is only needed when sharing configuration with a team or customizing advanced features like MCP servers, hooks, or sandbox settings.