From fd6c8f66a31b02b78947f54d224032ba14faffa4 Mon Sep 17 00:00:00 2001 From: Jeff Chew Date: Thu, 2 Jan 2025 15:39:25 -0500 Subject: [PATCH] docs(developer): removal of "official" verbiage --- src/data/nav-items.yaml | 8 ++++---- src/pages/all-about-carbon/who-uses-carbon.mdx | 2 +- .../angular.mdx | 2 +- .../images/carbon-angular-starter.png | Bin .../images/codesandbox.png | Bin .../images/storybook.svg | 0 .../lwc.mdx | 2 +- .../other-frameworks.mdx | 2 +- .../svelte.mdx | 2 +- .../vanilla.mdx | 2 +- .../vue.mdx | 2 +- src/pages/developing/dev-resources/community.mdx | 4 ++-- .../dev-resources/{official.mdx => resources.mdx} | 4 ++-- src/pages/developing/frameworks/react.mdx | 2 +- src/pages/developing/frameworks/web-components.mdx | 2 +- src/pages/developing/get-started.mdx | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) rename src/pages/developing/{frameworks-community => community-frameworks}/angular.mdx (99%) rename src/pages/developing/{frameworks-community => community-frameworks}/images/carbon-angular-starter.png (100%) rename src/pages/developing/{frameworks-community => community-frameworks}/images/codesandbox.png (100%) rename src/pages/developing/{frameworks-community => community-frameworks}/images/storybook.svg (100%) rename src/pages/developing/{frameworks-community => community-frameworks}/lwc.mdx (99%) rename src/pages/developing/{frameworks-community => community-frameworks}/other-frameworks.mdx (99%) rename src/pages/developing/{frameworks-community => community-frameworks}/svelte.mdx (98%) rename src/pages/developing/{frameworks-community => community-frameworks}/vanilla.mdx (98%) rename src/pages/developing/{frameworks-community => community-frameworks}/vue.mdx (99%) rename src/pages/developing/dev-resources/{official.mdx => resources.mdx} (97%) diff --git a/src/data/nav-items.yaml b/src/data/nav-items.yaml index 165fb763dbc..5b69622e459 100644 --- a/src/data/nav-items.yaml +++ b/src/data/nav-items.yaml @@ -27,12 +27,12 @@ pages: - title: Get started path: /developing/get-started/ - - title: Frameworks (official) + - title: Frameworks path: /developing/frameworks/react/ - - title: Frameworks (community) - path: /developing/frameworks-community/angular/ + - title: Community frameworks + path: /developing/community-frameworks/angular/ - title: Developer resources - path: /developing/dev-resources/official/ + path: /developing/dev-resources/resources/ - title: Contributing pages: - title: Get started diff --git a/src/pages/all-about-carbon/who-uses-carbon.mdx b/src/pages/all-about-carbon/who-uses-carbon.mdx index d705cc4266b..2e92f7ad035 100755 --- a/src/pages/all-about-carbon/who-uses-carbon.mdx +++ b/src/pages/all-about-carbon/who-uses-carbon.mdx @@ -142,7 +142,7 @@ Here are some ways developers can begin engaging with Carbon. - Visit [Developing > Get started](/developing/get-started/) and install your framework of choice. -- Visit [Developer resources](/developing/dev-resources/official/) to find +- Visit [Developer resources](/developing/dev-resources/resources/) to find Carbon tools, as well as our GitHub repos and Storybooks for your framework of choice. diff --git a/src/pages/developing/frameworks-community/angular.mdx b/src/pages/developing/community-frameworks/angular.mdx similarity index 99% rename from src/pages/developing/frameworks-community/angular.mdx rename to src/pages/developing/community-frameworks/angular.mdx index 5ca845cfc18..ca474ab5f32 100644 --- a/src/pages/developing/frameworks-community/angular.mdx +++ b/src/pages/developing/community-frameworks/angular.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (community) +title: Community frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/frameworks-community/images/carbon-angular-starter.png b/src/pages/developing/community-frameworks/images/carbon-angular-starter.png similarity index 100% rename from src/pages/developing/frameworks-community/images/carbon-angular-starter.png rename to src/pages/developing/community-frameworks/images/carbon-angular-starter.png diff --git a/src/pages/developing/frameworks-community/images/codesandbox.png b/src/pages/developing/community-frameworks/images/codesandbox.png similarity index 100% rename from src/pages/developing/frameworks-community/images/codesandbox.png rename to src/pages/developing/community-frameworks/images/codesandbox.png diff --git a/src/pages/developing/frameworks-community/images/storybook.svg b/src/pages/developing/community-frameworks/images/storybook.svg similarity index 100% rename from src/pages/developing/frameworks-community/images/storybook.svg rename to src/pages/developing/community-frameworks/images/storybook.svg diff --git a/src/pages/developing/frameworks-community/lwc.mdx b/src/pages/developing/community-frameworks/lwc.mdx similarity index 99% rename from src/pages/developing/frameworks-community/lwc.mdx rename to src/pages/developing/community-frameworks/lwc.mdx index e4f279b92cf..63e4d692b15 100644 --- a/src/pages/developing/frameworks-community/lwc.mdx +++ b/src/pages/developing/community-frameworks/lwc.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (community) +title: Community frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/frameworks-community/other-frameworks.mdx b/src/pages/developing/community-frameworks/other-frameworks.mdx similarity index 99% rename from src/pages/developing/frameworks-community/other-frameworks.mdx rename to src/pages/developing/community-frameworks/other-frameworks.mdx index df9b41ecebc..f0d4bcbe9c9 100755 --- a/src/pages/developing/frameworks-community/other-frameworks.mdx +++ b/src/pages/developing/community-frameworks/other-frameworks.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (community) +title: Community frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/frameworks-community/svelte.mdx b/src/pages/developing/community-frameworks/svelte.mdx similarity index 98% rename from src/pages/developing/frameworks-community/svelte.mdx rename to src/pages/developing/community-frameworks/svelte.mdx index 5eb03f4c8f8..7a9fe7f5750 100644 --- a/src/pages/developing/frameworks-community/svelte.mdx +++ b/src/pages/developing/community-frameworks/svelte.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (community) +title: Community frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/frameworks-community/vanilla.mdx b/src/pages/developing/community-frameworks/vanilla.mdx similarity index 98% rename from src/pages/developing/frameworks-community/vanilla.mdx rename to src/pages/developing/community-frameworks/vanilla.mdx index cfc5827362c..1e35173b749 100755 --- a/src/pages/developing/frameworks-community/vanilla.mdx +++ b/src/pages/developing/community-frameworks/vanilla.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (community) +title: Community frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/frameworks-community/vue.mdx b/src/pages/developing/community-frameworks/vue.mdx similarity index 99% rename from src/pages/developing/frameworks-community/vue.mdx rename to src/pages/developing/community-frameworks/vue.mdx index c47015bb814..c1efb6d507f 100644 --- a/src/pages/developing/frameworks-community/vue.mdx +++ b/src/pages/developing/community-frameworks/vue.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (community) +title: Community frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/dev-resources/community.mdx b/src/pages/developing/dev-resources/community.mdx index 92c97cd2a8d..b685418e0c1 100644 --- a/src/pages/developing/dev-resources/community.mdx +++ b/src/pages/developing/dev-resources/community.mdx @@ -3,7 +3,7 @@ title: Developer resources description: Here you'll find Carbon tools, as well as our GitHub repos and Storybooks for your framework of choice. -tabs: ['Official', 'Community'] +tabs: ['Resources', 'Community'] --- @@ -13,7 +13,7 @@ your framework of choice. -## Resources (community support) +## Community resources diff --git a/src/pages/developing/dev-resources/official.mdx b/src/pages/developing/dev-resources/resources.mdx similarity index 97% rename from src/pages/developing/dev-resources/official.mdx rename to src/pages/developing/dev-resources/resources.mdx index f7f236e0abe..691b34df166 100644 --- a/src/pages/developing/dev-resources/official.mdx +++ b/src/pages/developing/dev-resources/resources.mdx @@ -3,7 +3,7 @@ title: Developer resources description: Here you'll find Carbon tools, as well as our GitHub repos and Storybooks for your framework of choice. -tabs: ['Official', 'Community'] +tabs: ['Resources', 'Community'] --- @@ -13,7 +13,7 @@ your framework of choice. -## Resources (official support) +## Resources diff --git a/src/pages/developing/frameworks/react.mdx b/src/pages/developing/frameworks/react.mdx index e5fd1914033..3fab6a10038 100755 --- a/src/pages/developing/frameworks/react.mdx +++ b/src/pages/developing/frameworks/react.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (official) +title: Frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/frameworks/web-components.mdx b/src/pages/developing/frameworks/web-components.mdx index 542373e1a7f..3d490ffa223 100644 --- a/src/pages/developing/frameworks/web-components.mdx +++ b/src/pages/developing/frameworks/web-components.mdx @@ -1,5 +1,5 @@ --- -title: Frameworks (official) +title: Frameworks description: The Carbon Design System is built with official support for React and Web Components. Community support exists for other frameworks like Angular, diff --git a/src/pages/developing/get-started.mdx b/src/pages/developing/get-started.mdx index a8252698db6..d512383a165 100644 --- a/src/pages/developing/get-started.mdx +++ b/src/pages/developing/get-started.mdx @@ -34,7 +34,7 @@ get started. ### Check out our developer resources -In [Developer resources](/developing/dev-resources/official/), you’ll find +In [Developer resources](/developing/dev-resources/resources/), you’ll find Carbon tools, as well as our GitHub repos and Storybooks for your framework of choice.