Skip to content

Commit

Permalink
updating image path and config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Mar 7, 2024
1 parent 0ef6685 commit 0482931
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/agent-wordlift/workflows/keyword-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We can also venture into a more sophisticated prompt that will automatically run

> "Now, propose three keyword ideas for 'Natural Shower Gel' for each keyword, provide suggestions, extract the topics, and present all the data in a table highlighting the opportunities. I need in the end the outline for a blog post on the keyword that has the highest chance."
![image](docs/agent-wordlift/images/agent-wordlift-outline-ideas.png)
![image](../images/agent-wordlift-outline-ideas.png)

This prompt not only seeks keyword opportunities but also aims at creating actionable content strategy outputs, like drafting a blog post outline based on the keyword with the highest potential.

Expand Down
55 changes: 15 additions & 40 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,46 +76,21 @@ const config = {
label: "Products",
position: "left",
items: [
{
label: "Agent WordLift",
to: "agent-wordlift",
},
{
label: "Knowledge Graph",
to: "knowledge-graph",
},
{
label: "WordPress Plugin",
to: "wordpress-plugin",
},
{
label: "WooCommerce Plugin",
to: "woocommerce/introduction",
},
{
label: "Google Sheets Add-on",
to: "seo-add-on-google-sheets/introduction",
},
{
label: "Looker Studio Connector",
to: "looker-studio-connector/introduction",
},
{
label: "Product Knowledge Graph Builder",
to: "product-knowledge-graph-builder/introduction",
},
{
label: "Cloud",
to: "cloud",
},
{
label: "LLM Connectors",
to: "llm-connectors/wordlift-reader",
},
{
label: "Content Generation",
to: "content-generation",
},
{ 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" },
],
},
{
Expand Down

0 comments on commit 0482931

Please sign in to comment.