Skip to content

Commit 36473c1

Browse files
committed
chore(docs): add codex link
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 60ec7eb commit 36473c1

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

projects/site/public/static/images/integrations/NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ These logos are **not** covered by this project's Apache 2.0 license.
88
|------|-------|
99
| angular.svg | Google LLC |
1010
| claude.svg | Anthropic PBC |
11+
| codex.svg | OpenAI |
1112
| cursor.svg | Anysphere Inc. |
1213
| eleventy.svg | Zach Leatherman |
1314
| go.svg | Google LLC |
Lines changed: 1 addition & 0 deletions
Loading

projects/site/src/_11ty/shortcodes/svg-logo.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/site/src/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div nve-layout="column gap:lg pad-top:lg">
1010
<h1 nve-text="display sm">Elements</h1>
11-
<h2 nve-text="heading lg">The Design Language for AI/ML Factories Building at the Speed of Light</h2>
11+
<h2 nve-text="heading">The Design Language for AI/ML Factories, Robotics, and Autonomous Vehicles</h2>
1212
</div>
1313

1414
<nve-divider></nve-divider>
@@ -55,18 +55,21 @@ import '@nvidia-elements/core/button/define.js';
5555

5656
{% svg-logos %}
5757

58-
<section nve-layout="row gap:sm align:center align:wrap pad-x:lg">
58+
<section nve-layout="row gap:sm align:center align:wrap pad-x:md">
5959
<nve-button>
6060
<a href="./docs/integrations/installation/"><nve-icon name="gear"></nve-icon> Installation</a>
6161
</nve-button>
6262
<nve-button>
6363
<a href="docs/mcp/"><svg width="18" height="18"><use href="#cursor-svg"></use></svg> Add to Cursor</a>
6464
</nve-button>
65+
<nve-button>
66+
<a href="docs/mcp/"><svg width="18" height="18"><use href="#codex-svg"></use></svg> Add to Codex</a>
67+
</nve-button>
6568
<nve-button>
6669
<a href="docs/mcp/"><svg width="18" height="18"><use href="#claude-svg"></use></svg> Add to Claude</a>
6770
</nve-button>
6871
<nve-button>
69-
<a href="{{ELEMENTS_REPO_BASE_URL}}" target="_blank"><nve-icon name="fork"></nve-icon> Repo</a>
72+
<a href="{{ELEMENTS_REPO_BASE_URL}}" target="_blank"><nve-icon name="fork"></nve-icon> GitHub</a>
7073
</nve-button>
7174
<nve-button>
7275
<a href="https://registry.npmjs.org" target="_blank"><nve-icon name="archive" style="--color: var(--nve-sys-accent-primary-background)"></nve-icon> npm Package</a>

0 commit comments

Comments
 (0)