Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/docs/docs/dialects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Agent Script is a flexible language that can be adapted to different platforms a

This documentation covers two official dialects:

- **[Agentforce](agentforce/agent-script)** - Designed for building conversational AI agents on the Salesforce Agentforce platform
- **[Agentforce](agentforce/)** - Designed for building conversational AI agents on the Salesforce Agentforce platform
- **[MuleSoft Agent Fabric](agentfabric/)** - Designed for building integration-focused agent orchestration with guided determinism on the MuleSoft Agent Fabric platform

---
Expand All @@ -20,7 +20,7 @@ The Agentforce dialect is designed for building conversational AI agents on the

The Agentforce dialect is ideal for enterprise agents that need to work with CRM data, business processes, and Salesforce workflows.

[Explore Agentforce dialect documentation →](agentforce/agent-script)
[Explore Agentforce dialect documentation →](agentforce/)

## MuleSoft Agent Fabric

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Agentforce',
link: { type: 'doc', id: 'dialects/agentforce/agent-script' },
link: { type: 'doc', id: 'dialects/agentforce/index' },
items: [
'dialects/agentforce/agent-script',
'dialects/agentforce/index',
'dialects/agentforce/ascript-lang',
'dialects/agentforce/ascript-blocks',
'dialects/agentforce/ascript-flow',
Expand Down
Loading