feat: codex app and cli docs - #2668
Conversation
…codex-docs # Conflicts: # sources/platform/integrations/ai/index.mdx # sources/platform/integrations/index.mdx
marcel-rbro
left a comment
There was a problem hiding this comment.
A few small house-style fixes below (the Store → Apify Store, and dropping directional UI references per the writing-style guide). I've left them as suggestions so they're one-click to apply. The main blocker is in a separate top-level comment — the empty screenshot files.
|
Blocker: most of the WebP screenshots are committed as empty (0-byte) files. 10 of the 13 screenshots referenced in
The empty ones (all currently referenced by image tags):
Heads-up: CI won't catch this — |
Co-authored-by: Marcel Rebro <marcel.rebro@apify.com>
marcel-rbro
left a comment
There was a problem hiding this comment.
L(mostly)GTM 👍 I'll do some structural changes to the pages in the AI section, but let's get it shipped now.
…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 PR adds docs for Codex desktop app and Codex CLI. Missing highlights in the images
Already addressed comments from #2673