docs: remove retired openai_chat_completions_4o_image guide - #67
Open
acedatacloud-dev wants to merge 1 commit into
Open
docs: remove retired openai_chat_completions_4o_image guide#67acedatacloud-dev wants to merge 1 commit into
acedatacloud-dev wants to merge 1 commit into
Conversation
Remove the 15 nav entries and 18 generated mdx for the retired gpt-4o-image guide (its examples were merged into the main OpenAI Chat Completion guide in PlatformBackend). The main guide mdx regenerates via sync_from_platformbackend.py after the PlatformBackend PR merges.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Germey
approved these changes
Jun 30, 2026
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.
背景
配合 PlatformBackend 退役独立文档
openai-chat-completions-4o-image-integration(其 3 个 gpt-4o-image绘图示例已合并进主指南
openai_chat_completions),这里清理 Mintlify 镜像站(docs.acedata.cloud)中对应的导航与生成页。
docs.json由人工维护(sync_from_platformbackend.py明确不会重写它),因此需要手动移除导航条目。改动
docs.json:移除 15 个语言导航中的*/guides/openai/openai_chat_completions_4o_image条目。*/guides/openai/openai_chat_completions_4o_image.mdx(含 3 个无导航的孤儿语言 fi/el/sr)。
验证
docs.json仍为合法 JSON。scripts/validate_nav.py:Schema validation OK,15 种语言全部通过,无悬挂页面引用。docs.json与各.mdx中再无4o_image/4o-image-integration残留,亦无相关 redirect。说明:主指南页内容回流
本 PR 仅移除退役页(导航 + 生成
.mdx)。主指南页*/guides/openai/openai_chat_completions.mdx是由
sync_from_platformbackend.py从 PlatformBackend Translation 生成的产物,合并后的 3 个 gpt-4o-image示例会在 PlatformBackend PR 合并后随下一次同步自动写入,无需手改生成文件。
🤖 对抗评审(codex,read-only)
随配套 PlatformBackend PR 一同评审。其中一条针对本仓库:「Mintlify 主指南页暂时陈旧」 —— 结论为
预期行为:主指南页由同步流程自动重生成,属既有机制,非缺陷(见上「主指南页内容回流」)。配套 PR:
AceDataCloud/PlatformBackend#789。