Update from code changes: remove retired mint deslop command - #7005
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: remove retired mint deslop command#7005mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Update from code changes updated this PR. Removed retired deslop admin API endpoint page, schemas, nav entries, and references Source PRs
|
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.
Summary
The
mint deslopCLI command and the underlying/v1/deslop/{projectId}admin API were retired upstream. This PR removes their references across CLI docs, API docs, OpenAPI specs, navigation, and the Mintlify skill so guidance no longer describes something users can no longer do.Changes
mint deslopsection fromcli/commands.mdxand the CLI overview blurb incli/index.mdx, mirrored ines/,fr/, andzh/.mint deslopmention fromagent-context/context/skills/mintlify/SKILL.mdandreference/cli.md.api/admin/deslop.mdxand its translations, remove the/v1/deslop/{projectId}path andDeslopResult/DeslopWindowschemas fromadmin-openapi.jsonand its localized copies.api/introduction.mdxand its translations.api/admin/desloppage from the Admin group indocs.json,es.json,fr.json, andzh.json.Context
Triggered by mintlify/mint#10216 and mintlify/server#7575.
Update history
mint deslop(mintlify/mint#10216)./v1/deslop/{projectId}admin API endpoint page, OpenAPI schemas, nav entries, and cross-references across en/es/fr/zh (mintlify/server#7575).Note
Low Risk
Documentation-only removals aligned with a retired CLI and API surface; no runtime or security-sensitive code changes.
Overview
This PR removes deslop from Mintlify’s public docs after the feature was retired upstream (mintlify/mint#10216).
CLI and agent guidance no longer mention
mint deslop: the command section and overview blurbs are gone fromcli/commands.mdxandcli/index.mdx(andes/,fr/,zh/), and the Mintlify skill drops it fromSKILL.mdandreference/cli.md.Admin API reference is updated in parallel:
POST /v1/deslop/{projectId}and theDeslopResult/DeslopWindowschemas are removed fromadmin-openapi.jsonand localized OpenAPI files;api/admin/deslop.mdxand locale copies are deleted; navigation indocs.json/ locale JSON no longer lists the page; and API introduction pages no longer link to or scope the deslop endpoint under the admin API key.Reviewed by Cursor Bugbot for commit 6cf00f2. Bugbot is set up for automated code reviews on this repo. Configure here.