Skip to content

Commit

Permalink
updating the introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Mar 7, 2024
1 parent 19a4477 commit 0a1a152
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
23 changes: 14 additions & 9 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
],
},
{
Expand Down

0 comments on commit 0a1a152

Please sign in to comment.