Skip to content

Commit

Permalink
SEO desc update
Browse files Browse the repository at this point in the history
  • Loading branch information
liivw committed Dec 4, 2024
1 parent 69a56e7 commit 421c57d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const sidebars = {
type: 'generated-index',
title: 'Conceptual Guides',
slug: '/category/conceptual-guides',
description: 'The Conceptual Guides focus on essential concepts for building with Conductor.',
},
className: 'leftMenuHeader',
items: [
Expand All @@ -85,6 +86,7 @@ const sidebars = {
type: 'generated-index',
title: 'Developer Guides',
slug: '/category/developer-guides',
description: 'The Developer Guides focus on how to use Orkes Conductor UI and SDK to build orchestrated workflows and applications.',
},
className: 'leftMenuHeader',
collapsible: true,
Expand Down Expand Up @@ -312,7 +314,8 @@ const sidebars = {
link: {
type: 'generated-index',
title: 'Integrations',
slug: '/category/integrations'
slug: '/category/integrations',
description: 'Integrate your Orkes Conductor cluster with various LLMs, vector databases, message brokers, and RDBMS systems.',
},
className: 'leftMenuHeader',
items: [
Expand Down Expand Up @@ -588,7 +591,7 @@ const sidebars = {
link: {
type: 'generated-index',
title: 'API Reference',
description: 'Reference documentation for Orkes Conductor - APIs',
description: 'API reference documentation for Orkes Conductor.',
slug: '/category/ref-docs/api',
keywords: ['reference', 'apis', 'operators', 'api', 'tasks', 'system', 'system-tasks']
},
Expand All @@ -606,7 +609,8 @@ const sidebars = {
link: {
type: 'generated-index',
title: 'Templates',
slug: '/category/templates'
slug: '/category/templates',
description: 'Templates and examples for workflows in Orkes Conductor.',
},
className: 'leftMenuHeader',
items: [
Expand Down Expand Up @@ -751,7 +755,8 @@ const sidebars = {
link: {
type: 'generated-index',
title: 'FAQs',
slug: '/category/faqs'
slug: '/category/faqs',
description: 'Frequently-asked questions about Orkes Conductor.',
},
items: [
'faqs/general-faqs',
Expand Down

0 comments on commit 421c57d

Please sign in to comment.