feat: open code docs - #2692
Open
Jakub-Vacek wants to merge 10 commits into
Open
Conversation
Jakub-Vacek
marked this pull request as ready for review
July 16, 2026 07:45
…opencode-docs # Conflicts: # sources/platform/integrations/ai/index.mdx # sources/platform/integrations/index.mdx
marcel-rbro
approved these changes
Jul 23, 2026
marcel-rbro
left a comment
Contributor
There was a problem hiding this comment.
Fixed small nit, LGTM 👍
marcel-rbro
self-requested a review
July 23, 2026 13:44
marcel-rbro
added a commit
that referenced
this pull request
Jul 28, 2026
…section (#2803) Follow-up to #2668, plus an AI-index cleanup. Two related changes: **1. Codex → OpenAI hub.** Codex is an OpenAI product, so its docs move under the OpenAI hub (`/integrations/openai`) next to ChatGPT, the Agents SDK, and Assistants - mirroring how Claude Code sits under the Claude hub. Drops the standalone Codex hub. The desktop page is renamed to OpenAI's current naming, "Codex in the ChatGPT desktop app" (Codex is now a mode in the ChatGPT desktop app, not a standalone "Codex app"). Page slugs are unchanged (`/integrations/codex-app`, `/integrations/codex-cli`), so no redirects are needed. **2. AI index restructure.** Adds a dedicated **AI assistants** section (ChatGPT, Claude Desktop, Claude Code CLI, Codex desktop + CLI, Cursor) and trims **By provider** to the OpenAI and Claude hub links. Files: move `codex/*` under `openai/`, delete the Codex hub + `_category_.yml`, update `openai/index.mdx` (Codex cards), `ai/index.mdx` (assistants section + trim), and repoint the featured card in `integrations/index.mdx`. `pnpm build` passes (`onBrokenLinks: throw`). Cards for the in-review assistants - GitHub Copilot (#2699), Grok Build (#2700), OpenCode (#2692) - are not added here; each of those PRs adds its own card. Once this PR merges, those three need a rebase against its `ai/index.mdx` and `integrations/index.mdx` changes to place their card in the new AI assistants section. Draft - open decision: whether to also handle the OpenAI Assistants deprecation (#2329) here. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
This PR adds docs for Open Code Apify plugin, should be released when open code plugin NPM package is public.
Already addressed comments from #2673