diff --git a/docs/introduction.md b/docs/introduction.md index 2f858a3..581fc2a 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -15,15 +15,20 @@ In addition to providing instructions on how to use WordLift, this documentation This documentation is organized into the following sections: -* [Agent WordLift](/agent-wordlift) -* [WordPress plugin](/wordpress-plugin) -* [WooCommerce SEO](/woocommerce/introduction) -* [Google Sheets Add-on](/seo-add-on-google-sheets/introduction) -* [Looker Studio Connector](/looker-studio-connector/introduction) -* [Product Knowledge Graph Builder](/product-knowledge-graph-builder/introduction/) -* [WordLift Cloud](/cloud/) -* [Content Generation](docs/content-generation/content-generation.md) -* [LLM Connectors](docs/llm-connectors/wordlift-reader.md) +* **Search Demand** + * [Google Sheets Add-on](/seo-add-on-google-sheets/introduction) +* **Knowledge Graph** + * [Product Knowledge Graph Builder](/product-knowledge-graph-builder/introduction/) + * [WordPress plugin](/wordpress-plugin) + * [WooCommerce SEO](/woocommerce/introduction) + * [WordLift Cloud](/cloud/) +* **Smart Content** + * [Agent WordLift](/agent-wordlift) + * [Content Generation](docs/content-generation/content-generation.md) + * [LLM Connectors](docs/llm-connectors/wordlift-reader.md) +* **Semantic Reporting** + * [Looker Studio Connector](/looker-studio-connector/introduction) +* **APIs** * [API Reference](/category/api) Each section covers a specific topic and includes detailed instructions and information on that topic. To navigate the documentation, you can use the table of contents or the search function to find the information you need. diff --git a/docusaurus.config.js b/docusaurus.config.js index 99336b8..75d6097 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,15 +76,15 @@ const config = { label: "Products", position: "left", items: [ - { 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" }, + { label: "Search Demand > Google Sheets Add-on", to: "seo-add-on-google-sheets/introduction" }, + { label: "Knowledge Graph > Product Knowledge Graph Builder", to: "product-knowledge-graph-builder/introduction" }, + { label: "Knowledge Graph > WordPress Plugin", to: "wordpress-plugin" }, + { label: "Knowledge Graph > WooCommerce Plugin", to: "woocommerce/introduction" }, + { label: "Knowledge Graph > Cloud", to: "cloud" }, + { label: "Smart Content > Agent WordLift", to: "agent-wordlift" }, + { label: "Smart Content > Content Generation", to: "content-generation" }, + { label: "Smart Content > LLM Connectors", to: "llm-connectors/wordlift-reader" }, + { label: "Semantic Reporting > Looker Studio Connector ", to: "looker-studio-connector/introduction" }, ], }, {