Skip to content

Commit 27d597b

Browse files
committed
[agent] docs: add ima2-generated brand assets and apply to README, docs-site, OG meta
- banner.png, architecture.png, feature-routing.png, banner-alt.png in assets/ - hero.png in docs-site/src/assets/, og.png in docs-site/public/ - README hero replaced with banner + architecture diagram (EN/KO/ZH) - docs-site splash hero image added to index.mdx - OG and Twitter card meta tags added to astro.config.mjs
1 parent 3e7a983 commit 27d597b

11 files changed

Lines changed: 32 additions & 48 deletions

File tree

README.ko.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
<div align="center">
2-
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.png">
5-
<img alt="opencodex" src="assets/logo-light.png" width="96" height="96">
6-
</picture>
7-
8-
# opencodex (`ocx`)
9-
10-
**[OpenAI Codex](https://openai.com/codex)를 위한 범용 프로바이더 proxy — Codex CLI, App, SDK에서 어떤 LLM이든 사용하세요.**
11-
12-
[English](README.md) · **한국어** · [简体中文](README.zh-CN.md)
13-
14-
📖 **[전체 문서 →](https://lidge-jun.github.io/opencodex/ko/)**
1+
<p align="center">
2+
<img src="assets/banner.png" alt="opencodex — 어떤 LLM이든 Codex에서 사용" width="820">
3+
</p>
154

16-
</div>
5+
<p align="center">
6+
<a href="README.md">English</a> · <b>한국어</b> · <a href="README.zh-CN.md">简体中文</a> · 📖 <a href="https://lidge-jun.github.io/opencodex/ko/"><b>전체 문서 →</b></a>
7+
</p>
178

189
<p align="center">
19-
<img src="assets/dashboard.png" alt="opencodex 대시보드프록시 상태·프로바이더·모델을 보여주는 다크 컨트롤 패널" width="820">
10+
<img src="assets/architecture.png" alt="opencodex 아키텍처Codex CLI가 opencodex 프록시를 통해 모든 LLM 프로바이더로 라우팅" width="820">
2011
</p>
2112

2213
Codex는 오직 Responses API(`/v1/responses`)만 사용합니다. opencodex는 Codex와 여러분의 LLM

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
<div align="center">
2-
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.png">
5-
<img alt="opencodex" src="assets/logo-light.png" width="96" height="96">
6-
</picture>
7-
8-
# opencodex (`ocx`)
9-
10-
**Universal provider proxy for [OpenAI Codex](https://openai.com/codex) — use any LLM with Codex CLI, App, and SDK.**
11-
12-
[English](README.md) · [한국어](README.ko.md) · [简体中文](README.zh-CN.md)
13-
14-
📖 **[Full documentation →](https://lidge-jun.github.io/opencodex/)**
1+
<p align="center">
2+
<img src="assets/banner.png" alt="opencodex — Universal provider proxy for Codex, use any LLM" width="820">
3+
</p>
154

16-
</div>
5+
<p align="center">
6+
<a href="README.md">English</a> · <a href="README.ko.md">한국어</a> · <a href="README.zh-CN.md">简体中文</a> · 📖 <a href="https://lidge-jun.github.io/opencodex/"><b>Full documentation →</b></a>
7+
</p>
178

189
<p align="center">
19-
<img src="assets/dashboard.png" alt="opencodex dashboarda dark provider control panel showing live proxy status, routed providers, and available models" width="820">
10+
<img src="assets/architecture.png" alt="opencodex architectureCodex CLI routes through opencodex proxy to any LLM provider" width="820">
2011
</p>
2112

2213
Codex only speaks the Responses API (`/v1/responses`). opencodex sits between Codex and your LLM

README.zh-CN.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
<div align="center">
2-
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.png">
5-
<img alt="opencodex" src="assets/logo-light.png" width="96" height="96">
6-
</picture>
7-
8-
# opencodex (`ocx`)
9-
10-
**面向 [OpenAI Codex](https://openai.com/codex) 的通用 provider proxy —— 在 Codex CLI、App 和 SDK 中使用任意 LLM。**
11-
12-
[English](README.md) · [한국어](README.ko.md) · **简体中文**
13-
14-
📖 **[完整文档 →](https://lidge-jun.github.io/opencodex/zh-cn/)**
1+
<p align="center">
2+
<img src="assets/banner.png" alt="opencodex — 使用任意 LLM 的通用代理" width="820">
3+
</p>
154

16-
</div>
5+
<p align="center">
6+
<a href="README.md">English</a> · <a href="README.ko.md">한국어</a> · <b>简体中文</b> · 📖 <a href="https://lidge-jun.github.io/opencodex/zh-cn/"><b>完整文档 →</b></a>
7+
</p>
178

189
<p align="center">
19-
<img src="assets/dashboard.png" alt="opencodex 控制台 —— 展示代理状态、provider 与可用模型的深色控制面板" width="820">
10+
<img src="assets/architecture.png" alt="opencodex 架构 — Codex CLI 通过 opencodex 代理路由到任意 LLM 提供商" width="820">
2011
</p>
2112

2213
Codex 只能使用 Responses API(`/v1/responses`)。opencodex 位于 Codex 与你的 LLM

assets/architecture.png

1.85 MB
Loading

assets/banner-alt.png

1.56 MB
Loading

assets/banner.png

1.34 MB
Loading

assets/feature-routing.png

1.2 MB
Loading

docs-site/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import starlight from "@astrojs/starlight";
77
export default defineConfig({
88
site: "https://lidge-jun.github.io",
99
base: "/opencodex",
10+
trailingSlash: "ignore",
1011
integrations: [
1112
starlight({
1213
title: "opencodex",
@@ -19,6 +20,13 @@ export default defineConfig({
1920
replacesTitle: false,
2021
},
2122
favicon: "/favicon.png",
23+
head: [
24+
{ tag: "meta", attrs: { property: "og:image", content: "https://lidge-jun.github.io/opencodex/og.png" } },
25+
{ tag: "meta", attrs: { property: "og:image:width", content: "1200" } },
26+
{ tag: "meta", attrs: { property: "og:image:height", content: "630" } },
27+
{ tag: "meta", attrs: { name: "twitter:card", content: "summary_large_image" } },
28+
{ tag: "meta", attrs: { name: "twitter:image", content: "https://lidge-jun.github.io/opencodex/og.png" } },
29+
],
2230
social: [
2331
{ icon: "github", label: "GitHub", href: "https://github.com/lidge-jun/opencodex" },
2432
],

docs-site/public/og.png

1.66 MB
Loading

docs-site/src/assets/hero.png

1.57 MB
Loading

0 commit comments

Comments
 (0)