Skip to content
Merged
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
36 changes: 35 additions & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ tabs:
development:
display-name: Development and Integration
icon: book
agent-forge:
display-name: Agent Forge
icon: fa-solid fa-wand-magic-sparkles
api:
display-name: API Reference
icon: puzzle
Expand All @@ -33,6 +36,20 @@ navigation:
path: ./docs/pages/welcome.mdx
- page: Security
path: ./docs/pages/security.mdx
- section: Agent Forge
contents:
- page: Overview
path: ./docs/pages/agent-forge/overview.mdx
- page: Getting Started
path: ./docs/pages/agent-forge/getting-started.mdx
- page: Chatting with Agents
path: ./docs/pages/agent-forge/chatting.mdx
- page: Building Agents
path: ./docs/pages/agent-forge/building-agents.mdx
- page: Knowledge Base
path: ./docs/pages/agent-forge/knowledge-base.mdx
- page: MCP Integration
path: ./docs/pages/agent-forge/mcp.mdx
- tab: deployment
layout:
- section: Getting Started
Expand Down Expand Up @@ -143,7 +160,24 @@ navigation:
contents:
- page: Contact Us
path: ./docs/pages/support.mdx

- tab: agent-forge
layout:
- section: Getting Started
contents:
- page: Overview
path: ./docs/pages/agent-forge/overview.mdx
- page: Getting Started
path: ./docs/pages/agent-forge/getting-started.mdx
- section: Using Agent Forge
contents:
- page: Chatting with Agents
path: ./docs/pages/agent-forge/chatting.mdx
- page: Building Agents
path: ./docs/pages/agent-forge/building-agents.mdx
- page: Knowledge Base
path: ./docs/pages/agent-forge/knowledge-base.mdx
- page: MCP Integration
path: ./docs/pages/agent-forge/mcp.mdx
- tab: api
layout:
- api: API Reference
Expand Down
Loading