This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ee58c1bdd68 Move books page under Learn dropwdown menu (#606)
ee58c1bdd68 is described below

commit ee58c1bdd6851af9b9d181cd061de1e587d46ccf
Author: Kiryl Valkovich <[email protected]>
AuthorDate: Mon Jun 12 07:13:17 2023 +0300

    Move books page under Learn dropwdown menu (#606)
---
 docusaurus.config.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8c86c003cbe..662a0c1ce3b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -183,10 +183,6 @@ module.exports = {
               activeBaseRegex: `docs/(${versions.join('|')})/$`,
               label: "Quickstart",
             },
-            {
-              to: "/books",
-              label: "Books",
-            },
             {
               to: "/ecosystem/",
               label: "Ecosystem",
@@ -264,6 +260,10 @@ module.exports = {
               to: "/blog",
               label: "Blog",
             },
+            {
+              to: "/books",
+              label: "Books",
+            },
             {
               to: "/case-studies",
               label: "Case Studies",

Reply via email to