From b695bd48685d75512c65dfda964199de078eb1f4 Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:13:02 +0200 Subject: [PATCH] Rename remaining critical OpenTF mentions --- README.md | 2 +- docusaurus.config.js | 7 +------ src/components/GitHubStarsNavbarItem/index.tsx | 2 +- src/components/HowToSupport/index.tsx | 2 +- src/pages/manifesto.tsx | 7 ++----- 5 files changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b6483f23..037572ee 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# opentf.org +# opentofu.org diff --git a/docusaurus.config.js b/docusaurus.config.js index 70f4625d..f60dfb12 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -64,10 +64,6 @@ const config = { baseUrl: "/", - // TODO: Provide final values - organizationName: "opentf", - projectName: "docs", - // TODO: Once we clean up links we can switch to "throw" onBrokenLinks: "warn", onBrokenMarkdownLinks: "warn", @@ -221,11 +217,10 @@ const config = { // }, // ], // }, - // TODO: replace href with opentf repo once it's public { type: "custom-github-stars-navbar-item", position: "right", - ghRepoUrl: "https://github.com/opentofu/manifesto", + ghRepoUrl: "https://github.com/opentofu/opentofu", buttonLabel: "Star", }, { diff --git a/src/components/GitHubStarsNavbarItem/index.tsx b/src/components/GitHubStarsNavbarItem/index.tsx index 2dfc9447..b11886ff 100644 --- a/src/components/GitHubStarsNavbarItem/index.tsx +++ b/src/components/GitHubStarsNavbarItem/index.tsx @@ -21,7 +21,7 @@ export default function GitHubStartNavbarItem({ } data-size="large" data-show-count="true" - aria-label="Star opentffoundation/manifesto on GitHub" + aria-label="Star OpenTofu on GitHub" > {buttonLabel} diff --git a/src/components/HowToSupport/index.tsx b/src/components/HowToSupport/index.tsx index a00589eb..b4302e8c 100644 --- a/src/components/HowToSupport/index.tsx +++ b/src/components/HowToSupport/index.tsx @@ -48,7 +48,7 @@ export default function HowToSupport() { > 1. Going to the{" "} manifesto repository diff --git a/src/pages/manifesto.tsx b/src/pages/manifesto.tsx index d0e491ba..16db1155 100644 --- a/src/pages/manifesto.tsx +++ b/src/pages/manifesto.tsx @@ -104,14 +104,11 @@ export default function Manifesto() { open-source license to ensure a single, impartial, reliable home for Terraform where the whole community could unite to keep building this amazing ecosystem. With no response from Hashicorp by August 25, we{" "} - + created a fork of Terraform , which is now public. You can read more about the fork announcement{" "} - + here .