Skip to content

Commit

Permalink
docs(web-components): remove dotcom references (#17898)
Browse files Browse the repository at this point in the history
* docs(web-components): remove dotcom references

* chore(prettier): format code

* docs(web-components): update docs

* chore(prettier): format code
  • Loading branch information
kennylam authored Oct 29, 2024
1 parent 538060f commit 77c8980
Show file tree
Hide file tree
Showing 34 changed files with 220 additions and 494 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
<td align="center"><a href="https://github.com/soumyaraju"><img src="https://avatars.githubusercontent.com/u/41182657?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Soumya Raju</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=soumyaraju" title="Code">💻</a></td>
<td align="center"><a href="https://irfadkp.github.io/"><img src="https://avatars.githubusercontent.com/u/54243898?v=4?s=100" width="100px;" alt=""/><br /><sub><b>IRFAD KP</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=irfadkp" title="Code">💻</a></td>
</tr>
</tr>
<tr>
<td align="center"><a href="https://github.com/ziyadzulfikar"><img src="https://avatars.githubusercontent.com/u/56788667?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ziyadzulfikar</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=ziyadzulfikar" title="Code">💻</a></td>
<td align="center"><a href="https://irfadkp.github.io/"><img src="https://avatars.githubusercontent.com/u/54243898?v=4?s=100" width="100px;" alt=""/><br /><sub><b>IRFAD KP</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=irfadkp" title="Code">💻</a></td>
Expand Down
12 changes: 6 additions & 6 deletions packages/web-components/.storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<meta
name="keywords"
content="IBM, design, system, Carbon, design system, Bluemix, styleguide, style, guide, components, library, pattern, kit, component, cloud, Web Components, Custom Elements" />
content="IBM, design, system, Carbon, design system, styleguide, style, guide, components, library, pattern, kit, component, cloud, Web Components, Custom Elements" />
<meta
name="description"
content="This is the Custom Elements implementation of the Carbon Design System. Carbon is a series of individual styles and components, that when combined make beautiful, intuitive designs." />
content="This is the web components implementation of the Carbon Design System. Carbon is a series of individual styles and components, that when combined make beautiful, intuitive designs." />

<!-- Open Graph -->
<meta property="og:title" content="Carbon Custom Elements" />
<meta property="og:site_name" content="Carbon Custom Elements" />
<meta property="og:title" content="Carbon web components" />
<meta property="og:site_name" content="Carbon web components" />
<meta
property="og:description"
content="This is the Custom Elements implementation of the Carbon Design System. Carbon is a series of individual styles and components, that when combined make beautiful, intuitive designs." />
content="This is the web components implementation of the Carbon Design System. Carbon is a series of individual styles and components, that when combined make beautiful, intuitive designs." />
<meta
property="og:url"
content="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components" />
content="https://github.com/carbon-design-system/carbon/tree/main/packages/web-components" />

<!-- Social -->
<meta name="twitter:card" content="summary_large_image" />
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/.storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export default create({
"'IBM Plex Mono', Menlo, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace",
brandTitle: `@carbon/web-components ${version}`,
brandUrl:
'https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components',
'https://github.com/carbon-design-system/carbon/tree/main/packages/web-components',
});
Loading

0 comments on commit 77c8980

Please sign in to comment.