Skip to content

Commit

Permalink
Merge pull request #782 from RizaFarheen/riz-updates
Browse files Browse the repository at this point in the history
Update sidebars.js
  • Loading branch information
RizaFarheen authored Nov 7, 2024
2 parents 68943b2 + cf10aaa commit b3a3bac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ const sidebars = {
{
type: 'category',
label: 'Inputs/Outputs',
link: {
type: 'generated-index',
title: 'Inputs/Outputs',
description: 'Learn how to configure input/output parameters to be used in workflows.',
slug: '/inputs-outputs'
},
items: [
'developer-guides/passing-inputs-to-task-in-conductor',
'developer-guides/schema-validation',
Expand All @@ -99,6 +105,12 @@ const sidebars = {
{
type: 'category',
label: 'Workers',
link: {
type: 'generated-index',
title: 'Workers',
description: 'Learn how to configure, manage, and optimize workers to efficiently execute tasks and improve workflow performance in Conductor.',
slug: '/workers'
},
items: [
'developer-guides/using-workers',
'developer-guides/task-to-domain',
Expand All @@ -110,6 +122,12 @@ const sidebars = {
{
type: 'category',
label: 'AI Orchestration',
link: {
type: 'generated-index',
title: 'AI Orchestration',
description: 'Learn how to orchestrate AI-driven workflows in Orkes Conductor, from quick setup to using Large Language Models (LLMs), vector databases, and prompt templates for building GenAI applications.',
slug: '/ai-orchestration'
},
items: [
{
type: 'doc',
Expand Down

0 comments on commit b3a3bac

Please sign in to comment.