mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Exclude auto-generated python-sdk docs from CodeRabbit reviews (#3206)
* Exclude auto-generated python-sdk docs from CodeRabbit reviews * Clarify that python-sdk doc changes in PR diffs are expected
This commit is contained in:
parent
a8b100eb8c
commit
27be9fe229
2 changed files with 4 additions and 1 deletions
3
.coderabbit.yaml
Normal file
3
.coderabbit.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
reviews:
|
||||||
|
path_filters:
|
||||||
|
- "!docs/python-sdk/**"
|
||||||
|
|
@ -96,7 +96,7 @@ When modifying MCP functionality, changes typically need to be applied across al
|
||||||
|
|
||||||
- Uses Mintlify framework
|
- Uses Mintlify framework
|
||||||
- Files must be in docs.json to be included
|
- Files must be in docs.json to be included
|
||||||
- Do not manually modify `docs/python-sdk/**` — a bot automatically updates these files via commits added to PRs
|
- Do not manually modify `docs/python-sdk/**` — a bot automatically updates these files via commits added to PRs. Changes to these files in PR diffs are expected and should not be flagged during review.
|
||||||
- **Core Principle:** A feature doesn't exist unless it is documented!
|
- **Core Principle:** A feature doesn't exist unless it is documented!
|
||||||
|
|
||||||
### Documentation Guidelines
|
### Documentation Guidelines
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue