From 19a44771dc0acd3f8e516bb06ead5bf3cb86a2f1 Mon Sep 17 00:00:00 2001 From: cyberandy Date: Thu, 7 Mar 2024 12:22:52 +0100 Subject: [PATCH] updating config --- docusaurus.config.js | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 345ea12..99336b8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,21 +76,15 @@ const config = { label: "Products", position: "left", items: [ - { type: 'label', label: 'Search Demand', }, - { label: "Google Sheets Add-on", to: "seo-add-on-google-sheets/introduction" }, - - { type: 'label', label: 'Knowledge Graph', }, - { label: "Product Knowledge Graph Builder", to: "product-knowledge-graph-builder/introduction" }, - { label: "WordPress Plugin", to: "wordpress-plugin" }, - { label: "WooCommerce Plugin", to: "woocommerce/introduction" }, - - { type: 'label', label: 'Smart Content', }, - { label: "Agent WordLift", to: "agent-wordlift" }, - { label: "Content Generation", to: "content-generation" }, - { label: "LLM Connectors", to: "llm-connectors/wordlift-reader" }, - - { type: 'label', label: 'Semantic Reporting', }, - { label: "Looker Studio Connector", to: "looker-studio-connector/introduction" }, + { label: "Google Sheets Add-on (Search Demand)", to: "seo-add-on-google-sheets/introduction" }, + { label: "Product Knowledge Graph Builder (Knowledge Graph)", to: "product-knowledge-graph-builder/introduction" }, + { label: "WordPress Plugin (Knowledge Graph)", to: "wordpress-plugin" }, + { label: "WooCommerce Plugin (Knowledge Graph)", to: "woocommerce/introduction" }, + { label: "Cloud (Knowledge Graph)", to: "cloud" }, + { label: "Agent WordLift (Smart Content)", to: "agent-wordlift" }, + { label: "Content Generation (Smart Content)", to: "content-generation" }, + { label: "LLM Connectors (Smart Content)", to: "llm-connectors/wordlift-reader" }, + { label: "Looker Studio Connector (Semantic Reporting)", to: "looker-studio-connector/introduction" }, ], }, {