From d68f07c4221ef789edea75e8db87c835f57d1429 Mon Sep 17 00:00:00 2001 From: john-rock Date: Fri, 21 Jun 2024 15:31:15 -0400 Subject: [PATCH 1/2] update guides in doc nav --- website/docusaurus.config.js | 9 +++++---- website/src/components/expandable/styles.module.css | 5 ++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 35bc36a4e1d..d38416e081d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -133,6 +133,11 @@ var siteSettings = { }, ], }, + { + to: "/guides", + label: "Guides", + position: "left", + }, { to: "reference/references-overview", label: "Reference", @@ -151,10 +156,6 @@ var siteSettings = { label: "Best Practices", to: "/best-practices", }, - { - label: "Guides", - to: "/guides", - }, { label: "Developer Blog", to: "/blog", diff --git a/website/src/components/expandable/styles.module.css b/website/src/components/expandable/styles.module.css index 394418e41ee..4ee5d36cf4b 100644 --- a/website/src/components/expandable/styles.module.css +++ b/website/src/components/expandable/styles.module.css @@ -141,4 +141,7 @@ .expandableContainer { margin-bottom: 5px; /* Adjust this value as needed to create space */ } - \ No newline at end of file + + .headerText { + background: red; + } From 2995648bd48c5445d9537c78bfcbd8638eded575 Mon Sep 17 00:00:00 2001 From: john-rock Date: Fri, 21 Jun 2024 15:32:55 -0400 Subject: [PATCH 2/2] rever css change --- website/src/components/expandable/styles.module.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/src/components/expandable/styles.module.css b/website/src/components/expandable/styles.module.css index 4ee5d36cf4b..8c37036ad86 100644 --- a/website/src/components/expandable/styles.module.css +++ b/website/src/components/expandable/styles.module.css @@ -140,8 +140,4 @@ .expandableContainer { margin-bottom: 5px; /* Adjust this value as needed to create space */ - } - - .headerText { - background: red; - } +}