docs: list quilt3.admin under the Python SDK API Reference - #5169
Merged
Conversation
The generated quilt3.admin reference was reachable only from the Quilt Platform Administrator section, so readers browsing the SDK's API Reference group had no path to it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5169 +/- ##
=======================================
Coverage 48.22% 48.22%
=======================================
Files 827 827
Lines 34120 34120
Branches 5837 5837
=======================================
Hits 16455 16455
Misses 15781 15781
Partials 1884 1884
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
2 tasks
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.
Description
docs/api-reference/Admin.md(the generatedquilt3.adminreference) is linked fromSUMMARY.mdonly under Quilt Platform Administrator. The Quilt Python SDK → API Reference group listsquilt3,quilt3.Package,quilt3.Bucketandquilt3.hooks, but notquilt3.admin— so a reader browsing the SDK's API reference has no path to the admin API, and the site's own front page advertises API docs only under the SDK.This adds the missing entry alongside the other generated module references. The page keeps its existing URL; listing a file in two places is already how
Catalog/MCP-Server.mdis handled in this table of contents.Note that the page's published URL is
/quilt-platform-administrator/admin-1— GitBook derives the slug from the filename, andCatalog/Admin.md("Admin Settings UI") already claims/quilt-platform-administrator/adminin the same section, so this one gets the de-duplicating-1suffix. That slug isn't controllable from the repo (.gitbook.yamlsupports onlyroot,structureandredirects), so it's left alone here; navigation is the part that can be fixed in git.TODO
🤖 Generated with Claude Code
Greptile Summary
Adds the existing
quilt3.adminAPI reference to the Quilt Python SDK navigation.api-reference/Admin.mdalongside the other generated SDK module references.Confidence Score: 5/5
The documentation-only change appears safe to merge.
The added navigation target exists with matching path and case, and the repository evidence reveals no documentation contract or validation rule violated by listing it in both relevant sections.
Important Files Changed
Reviews (1): Last reviewed commit: "docs: list quilt3.admin under the Python..." | Re-trigger Greptile