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

docs(updates): minor updates to faq/contact-us/frameworks pages #3451

Merged
merged 3 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/pages/developing/frameworks/web-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library uses Custom Elements v1 and Shadow DOM v1 specs.
<InlineNotification>

For support, contact the
[Carbon Web Components team](https://github.com/carbon-design-system/carbon-web-components/issues/new/choose).
[Carbon Web Components team](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/new/choose).

v11 upgrade for Carbon Web Components is coming soon.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/help/contact-us/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GitHub issue.
#### Code issues

- [@carbon/react](https://github.com/carbon-design-system/carbon/issues/new/choose)
- [carbon-web-components](https://github.com/carbon-design-system/carbon-web-components/issues/new)
- [@carbon/web-components](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/new/choose)
- [carbon-components-angular](https://github.com/IBM/carbon-components-angular/issues/new)
- [carbon-components-vanilla](https://github.com/carbon-design-system/carbon/issues/new/choose)
- [carbon-components-vue](https://github.com/carbon-design-system/carbon-components-vue/issues/new)
Expand Down
14 changes: 9 additions & 5 deletions src/pages/help/faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ To learn more about how we work check out
Carbon has a core team of designers and front-end developers dedicated to
developing and supporting the system. There are also countless other designers
and developers who contribute back to
[carbon-components](https://github.com/carbon-design-system/carbon-components#contributors)
and [carbon-react](https://github.com/carbon-design-system/carbon#contributors).
[carbon-react](https://github.com/carbon-design-system/carbon#contributors).

## Contributing

Expand Down Expand Up @@ -63,6 +62,7 @@ For larger changes, please see our
#### Code repos

- [@carbon/react](https://github.com/carbon-design-system/carbon/issues/new/choose)
- [@carbon/web-components](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/new/choose)
- [carbon-components-angular](https://github.com/IBM/carbon-components-angular/issues/new)
- [carbon-components-vanilla](https://github.com/carbon-design-system/carbon/issues/new/choose)
- [carbon-components-vue](https://github.com/carbon-design-system/carbon-components-vue/issues/new)
Expand Down Expand Up @@ -105,11 +105,15 @@ Carbon components are supported in the following browsers:
- Chrome latest
- Safari latest

For IBM teams, see
[browser support standards here](https://w3.ibm.com/w3publisher/ibm-web-standards-external/standards-mandatory/browser-standards).

### What languages are the components written in?

Carbon is built React first. We also support vanilla JS, Angular, Vue, and
Svelte implementations. Check out [Frameworks](/developing/frameworks/react) to
learn more about what you need to get started with Carbon implementations.
Carbon is built React first, with official support for Web Components. There is
community support for vanilla JS, Angular, Vue, and Svelte implementations.
Check out [Frameworks](/developing/frameworks/react) to learn more about what
you need to get started with Carbon implementations.

### Where do I find mobile components?

Expand Down