Skip to content

Commit

Permalink
docs(rename): renaming to Carbon for IBM.com (#4189)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

No related issue

### Description

As part of rebranding, this PR renames instances of `IBM.com Library` to `Carbon for IBM.com`.

### Changelog

**Changed**

- Multiple documentation file changes to `Carbon for IBM.com`
  • Loading branch information
jeffchew authored Oct 9, 2020
1 parent a607eca commit 188869d
Show file tree
Hide file tree
Showing 60 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ assignees: jeffchew, wonilsuhibm, ljcarot, RobertaJHahn, RaphaelAmadeu, JennySan
> What browser are you working in?
> What version of the IBM.com Library are you using?
> What version of Carbon for IBM.com are you using?
> What offering/product do you work on? Any pressing ship or release dates we
> should be aware of?
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Question 🤔
about: Usage question or discussion about the IBM.com Library.
about: Usage question or discussion about Carbon for IBM.com.
labels: question
assignees: jeffchew, wonilsuhibm, ljcarot, RobertaJHahn, RaphaelAmadeu, JennySanchez, ariellalgilmore
---
Expand All @@ -14,7 +14,7 @@ share a couple resources that you could use if you haven't tried them yet 🙂.
If you're an IBMer, we have a couple of Slack channels available across all IBM
Workspaces:
- #ibm-digital-design for questions about the IBM.com Library
- #ibm-digital-design for questions about Carbon for IBM.com
- #carbon-design-system for questions about the Carbon Design System
If these resources don't work out, help us out by filling out a couple of
Expand Down
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Support

If you run into an issue, sorry about that! We definitely want to make sure that
your experience using the IBM.com Library is the best that it can be.
your experience using Carbon for IBM.com is the best that it can be.

When this happens, just create an issue on GitHub by filling out the template
and we'll try our best to respond in a reasonable time.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>
<h1 align="center">
IBM.com Library
Carbon for IBM.com
</h1>

> This library is an extension of the Carbon IBM Design System. It contains
Expand Down
2 changes: 1 addition & 1 deletion docs/building-for-ibm-dotcom.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for your page:
language: '', // e.g. en-US
publishDate: '', // e.g. 2014-11-19
publisher: '', // e.g. IBM Corporation
version: 'Carbon:IBM.com Library',
version: 'Carbon:Carbon for IBM.com',
ibm: {
contentDelivery: '', // e.g. ECM/Filegen
contentProducer: '', // e.g. ECM/IConS Adopter 34 - GS83J2343G3H3ERG - 11/19/2014 05:14:02 PM
Expand Down
6 changes: 3 additions & 3 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ members/maintainers.

## Installing dependencies

The IBM.com Library is built using a collection of packages all built in the same git
Carbon for IBM.com is built using a collection of packages all built in the same git
repository. You might have heard this setup described as a
[monorepo](https://en.wikipedia.org/wiki/Monorepo).

Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies, definitely take a look at our write-up

## Common tasks

While working on the IBM.com Library, here are some of the top-level tasks that you might
While working on Carbon for IBM.com, here are some of the top-level tasks that you might
want to run:

| Command | Usage |
Expand Down Expand Up @@ -155,7 +155,7 @@ https://yarnpkg.com/lang/en/docs/cli/link/
[writing good commit messages](https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
for more details on commit messages.

IBM.com Library also uses a commit format called
Carbon for IBM.com also uses a commit format called
[Conventional Commits](https://www.conventionalcommits.org). This format is
used to help automate details about our project and how it changes. When
committing changes, there will be a tool that automatically looks at commits
Expand Down
2 changes: 1 addition & 1 deletion docs/enable-rtl.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## Overview

The IBM.com Library supports right-to-left rendering in all components. However,
Carbon for IBM.com supports right-to-left rendering in all components. However,
in addition to setting the direction (`dir`) attribute in the `<html>` element,
some of our components also utilizes directives from the
[RTLCSS framework](https://rtlcss.com/).
Expand Down
2 changes: 1 addition & 1 deletion docs/submission-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This includes the creation of:
- Visual specifications
- Functional specifications
- Finalization of code/documentation per above specifications
- Updates to the [IBM.com Library website](https://www.ibm/com/standards/web/ibm-dotcom-library)
- Updates to the [Carbon for IBM.com website](https://www.ibm/com/standards/web/ibm-dotcom-library)

The feature will also go through quality assurance with our design team as well
as functional QA team per [browser support scope](https://www.ibm.com/standards/web/browser-support):
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<html>

<head>
<title>IBM.com Library Sandbox</title>
<title>Carbon for IBM.com Sandbox</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="//unpkg.com/carbon-components@latest/css/carbon-components.min.css">
<link rel="stylesheet" href="src/styles.css">
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/eslint-config-ibmdotcom",
"private": true,
"version": "1.8.0",
"description": "ESLint configuration for the IBM.com Library",
"description": "ESLint configuration for Carbon for IBM.com",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/carbon-design-system/ibm-dotcom-library",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ibmdotcom-import-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/eslint-plugin-ibmdotcom-import-rules",
"private": true,
"version": "1.7.0",
"description": "ESLint plugin for the IBM.com Library checking imports",
"description": "ESLint plugin for Carbon for IBM.com checking imports",
"license": "Apache-2.0",
"main": "lib/index.js",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/eslint-plugin-react-prop-type-comments",
"private": true,
"version": "1.7.0",
"description": "ESLint plugin for the IBM.com Library checking React prop type comments",
"description": "ESLint plugin for Carbon for IBM.com checking React prop type comments",
"license": "Apache-2.0",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/.storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const SORT_ORDER = [

addParameters({
options: {
name: `IBM.com Library React`,
name: `Carbon for IBM.com React`,
url: 'https://github.com/carbon-design-system/ibm-dotcom-library',
storySort(lhs, rhs) {
const [lhsId, lhsMeta] = lhs;
Expand Down
8 changes: 4 additions & 4 deletions packages/react/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/>

<!-- Open Graph -->
<meta property="og:title" content="IBM.com Library React" />
<meta property="og:site_name" content="IBM.com Library React" />
<meta property="og:title" content="Carbon for IBM.com React" />
<meta property="og:site_name" content="Carbon for IBM.com React" />
<meta
property="og:description"
content="A collection of IBM.com components and patterns implemented using React and Carbon Design System."
Expand All @@ -22,10 +22,10 @@

<!-- Social -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="IBM.com Library" />
<meta name="twitter:image:alt" content="Carbon for IBM.com" />
<meta name="twitter:site" content="@_IBM" />

<!-- Storybook override -->
<script>
document.title = 'IBM.com Library React';
document.title = 'Carbon for IBM.com React';
</script>
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ instead:
yarn add @carbon/ibmdotcom-react
```

> NOTE: Carbon dependencies will be managed by the IBM.com Library starting in
> NOTE: Carbon dependencies will be managed by Carbon for IBM.com starting in
> `v1.3.0`. For earlier versions, Carbon dependencies will have to be installed
> separately:
>
Expand Down
8 changes: 4 additions & 4 deletions packages/react/docs/contributing-to-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents

- [Contributing to the IBM.com Library React package](#contributing-to-the-ibmcom-library-react-package)
- [Contributing to Carbon for IBM.com React package](#contributing-to-the-ibmcom-library-react-package)
- [Overview](#overview)
- [Packages](#packages)
- [React DocGen](#react-docgen)
Expand All @@ -15,13 +15,13 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Contributing to the IBM.com Library React package
# Contributing to Carbon for IBM.com React package

> Guidelines for how to make a code contribution to the React package
## Overview

Thank you for your contribution to the IBM.com Library! Below are guidelines on
Thank you for your contribution to Carbon for IBM.com! Below are guidelines on
what some of the things we would be looking for as part of your contribution.

## Packages
Expand Down Expand Up @@ -79,7 +79,7 @@ const MyComponent = () => {
## Feature Flag

If this is a new component or enhancement, we would require that it is
introduced into the IBM.com Library behind a feature flag.
introduced into Carbon for IBM.com behind a feature flag.

[You can read full details on how to create and implement a feature flag here](https://github.com/carbon-design-system/ibm-dotcom-library/blob/master/packages/react/docs/feature-flags.md).

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/ibmdotcom-react",
"description": "IBM.com Library React Components and Patterns",
"description": "Carbon for IBM.com React Components",
"version": "1.11.0",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
40 changes: 20 additions & 20 deletions packages/react/src/__tests__/__snapshots__/storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32051,7 +32051,7 @@ exports[`Storyshots Components|Dotcom Shell Default (footer language only) 1`] =
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -44107,7 +44107,7 @@ exports[`Storyshots Components|Dotcom Shell Search open 1`] = `
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -49881,7 +49881,7 @@ exports[`Storyshots Components|Dotcom Shell With micro footer (language only) 1`
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -55980,7 +55980,7 @@ exports[`Storyshots Components|Dotcom Shell With micro footer 1`] = `
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -61483,7 +61483,7 @@ exports[`Storyshots Components|Dotcom Shell With platform 1`] = `
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -67121,7 +67121,7 @@ exports[`Storyshots Components|Dotcom Shell With short footer (language only) 1`
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -73618,7 +73618,7 @@ exports[`Storyshots Components|Dotcom Shell With short footer 1`] = `
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -80506,7 +80506,7 @@ exports[`Storyshots Components|Footer Default Language Only 1`] = `
"Footer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -81448,7 +81448,7 @@ exports[`Storyshots Components|Footer Micro 1`] = `
"Footer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -81547,7 +81547,7 @@ exports[`Storyshots Components|Footer Micro Language Only 1`] = `
"Footer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -82092,7 +82092,7 @@ exports[`Storyshots Components|Footer Short 1`] = `
"Footer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -82283,7 +82283,7 @@ exports[`Storyshots Components|Footer Short Language Only 1`] = `
"Footer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -84620,7 +84620,7 @@ exports[`Storyshots Components|LeadSpace Default with no image 1`] = `
"LeadSpace": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -87093,7 +87093,7 @@ exports[`Storyshots Components|LightboxMediaViewer Embedded Video Player 1`] = `
"LightboxMediaViewer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -92806,7 +92806,7 @@ exports[`Storyshots Components|Masthead With L 1 1`] = `
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -95718,7 +95718,7 @@ exports[`Storyshots Components|Masthead With Platform 1`] = `
"escapeHTML": false,
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -96624,7 +96624,7 @@ exports[`Storyshots Components|Table of Contents Dynamic Items 1`] = `
"TableOfContents": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -97292,7 +97292,7 @@ exports[`Storyshots Components|Table of Contents With Heading Content 1`] = `
"TableOfContents": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -97868,7 +97868,7 @@ exports[`Storyshots Components|VideoPlayer Aspect ratio 1:1 1`] = `
"VideoPlayer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down Expand Up @@ -97978,7 +97978,7 @@ exports[`Storyshots Components|VideoPlayer Aspect ratio 4:3 1`] = `
"VideoPlayer": [Function],
},
"options": Object {
"name": "IBM.com Library React",
"name": "Carbon for IBM.com React",
"storySort": [Function],
"url": "https://github.com/carbon-design-system/ibm-dotcom-library",
},
Expand Down
Loading

0 comments on commit 188869d

Please sign in to comment.