Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken links on Carbon for AI page #4365

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/pages/guidelines/carbon-for-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ identify any instances of AI being used in an experience.

### Assets

| AI Asset | Status | Figma library | Code |
| ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Experimental | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) |
| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Experimental | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [React](https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/story/experimental-slug--default) |
| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/chat) |
| AI Asset | Status | Figma library | Code |
| ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Stable | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) |
| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Stable | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) |
| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/web-components/src/components/chat) |

## Style elements

Expand Down Expand Up @@ -344,9 +344,9 @@ presence," followed by "All AI elements."

Components in Carbon come with the AI style properties already available for use
through a mix-in. For more details on how to use the AI label in code, see the
[React](https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview)
[React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview)
and
[Web-components](https://web-components.carbondesignsystem.com/?path=/docs/experimental-slug--default)
[Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview)
storybooks.

<Row>
Expand Down
Loading