From a10c87b7db28dbeb6719479f7401d4491135357b Mon Sep 17 00:00:00 2001 From: Roman Grinovski Date: Fri, 6 Oct 2023 12:30:45 +0200 Subject: [PATCH] added roadmap and download links --- docusaurus.config.js | 5 +++++ src/components/Hero/index.tsx | 4 ++-- src/theme/Navbar/Content/index.tsx | 2 +- src/theme/NavbarItem/DefaultNavbarItem.tsx | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 67526b74..0e77dd55 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -196,6 +196,11 @@ const config = { label: "Blog", position: "left", }, + { + label: "Roadmap", + href: "https://github.com/opentofu/opentofu/milestones", + position: "left", + }, { type: "dropdown", to: "/docs", diff --git a/src/components/Hero/index.tsx b/src/components/Hero/index.tsx index 564cd4ea..3dd91b38 100644 --- a/src/components/Hero/index.tsx +++ b/src/components/Hero/index.tsx @@ -43,9 +43,9 @@ export default function Hero() { diff --git a/src/theme/Navbar/Content/index.tsx b/src/theme/Navbar/Content/index.tsx index 0fe2db09..8f7013a0 100644 --- a/src/theme/Navbar/Content/index.tsx +++ b/src/theme/Navbar/Content/index.tsx @@ -33,7 +33,7 @@ export default function NavbarContent() {
-
+
diff --git a/src/theme/NavbarItem/DefaultNavbarItem.tsx b/src/theme/NavbarItem/DefaultNavbarItem.tsx index 57701520..59a3f089 100644 --- a/src/theme/NavbarItem/DefaultNavbarItem.tsx +++ b/src/theme/NavbarItem/DefaultNavbarItem.tsx @@ -14,7 +14,7 @@ function DefaultNavbarItemDesktop({ const element = (