From c3031948009e952fab57b6ee68579d6783139668 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Tue, 16 May 2023 12:01:22 -0700 Subject: [PATCH] Issue #458 - Move Code of Conduct under Open Source --- blog/2022-10-13-announcing-the-incubation-program.md | 2 +- netlify.toml | 4 ++++ src/content/open-source/incubation/content.mdx | 2 +- src/content/open-source/open-source.js | 2 +- src/pages/{ => open-source}/code-of-conduct.mdx | 2 +- src/theme/Footer.js | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) rename src/pages/{ => open-source}/code-of-conduct.mdx (99%) diff --git a/blog/2022-10-13-announcing-the-incubation-program.md b/blog/2022-10-13-announcing-the-incubation-program.md index 28f216ff6..9b574bfaf 100644 --- a/blog/2022-10-13-announcing-the-incubation-program.md +++ b/blog/2022-10-13-announcing-the-incubation-program.md @@ -28,7 +28,7 @@ TBD Incubation projects are managed by community contributors. They advance the decentralized web and accelerate development and adoption of the Web5 platform. Like all projects in the TBD ecosystem, -they follow our [Code of Conduct](/code-of-conduct) +they follow our [Code of Conduct](/open-source/code-of-conduct) and Governance model, fostering an inclusive community. Incubation projects benefit from TBD’s open source programs including diff --git a/netlify.toml b/netlify.toml index 10d713f9d..3addf45d0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,7 @@ [[redirects]] from = "/docs/tutorials/issue-verifiable-credential-manually" to = "/blog/issue-verifiable-credential-manually" + +[[redirects]] +from = "/code-of-conduct" +to = "/open-source/code-of-conduct" diff --git a/src/content/open-source/incubation/content.mdx b/src/content/open-source/incubation/content.mdx index 94802908b..f085f5cef 100644 --- a/src/content/open-source/incubation/content.mdx +++ b/src/content/open-source/incubation/content.mdx @@ -7,7 +7,7 @@ import { content } from '@site/src/content/open-source/incubation/incubation-pro TBD Incubation projects are managed by community contributors. They advance the decentralized web and accelerate development and adoption of the Web5 platform. - Like all projects in the TBD ecosystem, they follow our Code of Conduct + Like all projects in the TBD ecosystem, they follow our Code of Conduct and Governance model, fostering an inclusive community. Incubation projects benefit from TBD’s open source programs including GitHub and our Discord server. diff --git a/src/content/open-source/open-source.js b/src/content/open-source/open-source.js index da795448c..db52fbdb2 100644 --- a/src/content/open-source/open-source.js +++ b/src/content/open-source/open-source.js @@ -41,7 +41,7 @@ export const content = { type: 'button', data: { label: 'View Our Code of Conduct', - url: '/code-of-conduct', + url: '/open-source/code-of-conduct', isExternalLink: false }, }, diff --git a/src/pages/code-of-conduct.mdx b/src/pages/open-source/code-of-conduct.mdx similarity index 99% rename from src/pages/code-of-conduct.mdx rename to src/pages/open-source/code-of-conduct.mdx index 876012d56..e6f3ab420 100644 --- a/src/pages/code-of-conduct.mdx +++ b/src/pages/open-source/code-of-conduct.mdx @@ -14,7 +14,7 @@ import TBDBreadcrumbs from '@site/src/components/TBDBreadcrumbs'; />