You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/site/src/docs/about/migration.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@
16
16
17
17
This guide covers migrating from the internal `@nve/*` packages to the new open source `@nvidia-elements/*` packages.
18
18
19
+
## Agent Skill
20
+
21
+
Agents can leverage the migration skill by calling the skill from the Elements CLI or MCP.
22
+
23
+
```shell
24
+
nve skills.get migration
25
+
```
26
+
19
27
## Overview
20
28
21
29
The Elements Design System is now hosted and developed in a public GitHub repository. Packages are now published to the public npm registry under the `@nvidia-elements` scope. The component APIs, tag names, and theming system remain the same. The primary changes are package names, import paths, and registry configuration.
// Generate URLs in the format /docs/elements/{component-name}/examples/ or /docs/code/{component-name}/examples/ or /docs/monaco/{component-name}/examples/
27
30
permalink: data=>{
28
31
constfilePath=data.component.filePathStem;
@@ -46,13 +49,16 @@ export async function render(data) {
Copy file name to clipboardExpand all lines: projects/site/src/index.md
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,34 @@
1
1
---
2
2
{
3
3
title: 'Getting Started',
4
-
description: 'Get started with NVIDIA Elements: install Web Components, themes, and starter templates for building framework-agnostic UI for AI/ML factories.',
4
+
description: 'Get started with NVIDIA Elements Design System: framework-agnostic Web Components, design tokens, CLI, MCP, skills, and lint tooling for AV, robotics, and AI infrastructure.',
5
5
layout: 'docs.11ty.js'
6
6
}
7
7
---
8
8
9
9
<divnve-layout="column gap:lg pad-top:lg">
10
10
<h1nve-text="display sm">Elements</h1>
11
-
<h2nve-text="heading">The Design Language for AI/ML Factories, Robotics, and Autonomous Vehicles</h2>
11
+
<h2nve-text="heading">The Design Language and UI Agent Harness for AI/ML Factories, Robotics, and Autonomous Vehicles</h2>
<p nve-text="body sm muted"><a href="docs/cli/" nve-text="link no-visit">CLI</a> and <a href="docs/mcp/" nve-text="link no-visit">MCP</a> expose component APIs, tokens, examples, imports, validation, and setup to terminals and AI assistants.</p>
26
+
</div>
27
+
<divnve-layout="column gap:sm">
28
+
<p nve-text="label semibold">Stable API Contracts</p>
29
+
<p nve-text="body sm muted"><a href="docs/mcp/#skills" nve-text="link no-visit">Skills</a> and <a href="docs/lint/" nve-text="link no-visit">lint</a> guide authoring best practices, common UI patterns and automated static analysis.</p>
0 commit comments