Skip to content

Commit

Permalink
Update Storybook welcome page links to point to Carbon v11
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene committed Jul 22, 2024
1 parent b515257 commit 6ff903e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .storybook/Welcome.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{/*
Copyright 2023 The Tekton Authors
Copyright 2023-2024 The Tekton Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down Expand Up @@ -46,7 +46,7 @@ import tektonDashboardLogo from '../src/images/tekton-dashboard-color.svg';

### Overview

Tekton Dashboard uses the [Carbon Design System](https://v10.carbondesignsystem.com/) to guide its design, leveraging many of the base components it provides. Tekton Dashboard also publishes a number of its own npm packages containing additional components and utilities used to build on top of these.
Tekton Dashboard uses the [Carbon Design System](https://carbondesignsystem.com/) to guide its design, leveraging many of the base components it provides. Tekton Dashboard also publishes a number of its own npm packages containing additional components and utilities used to build on top of these.

This Storybook showcases each of the published UI components, including examples of variants or customisation where applicable. You can find more details in the following sections.

Expand All @@ -69,10 +69,10 @@ import tektonDashboardLogo from '../src/images/tekton-dashboard-color.svg';
}

Useful links:
- [Carbon v10 documentation](https://v10.carbondesignsystem.com/)
- [Carbon v10 storybook](https://v7-react.carbondesignsystem.com/)
- [Colour usage](https://v10.carbondesignsystem.com/guidelines/color/usage/)
- [Icon library](https://v10.carbondesignsystem.com/guidelines/icons/library/)
- [Carbon v11 documentation](https://carbondesignsystem.com/)
- [Carbon v11 storybook](https://react.carbondesignsystem.com/)
- [Colour usage](https://carbondesignsystem.com/guidelines/color/usage/)
- [Icon library](https://carbondesignsystem.com/guidelines/icons/library/)


### Components
Expand Down

0 comments on commit 6ff903e

Please sign in to comment.