Skip to content
Closed
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
10 changes: 5 additions & 5 deletions tools/build-docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ function generateLlmsTxt(outputDir) {
'',
'## Quick Start',
'',
`- **[Quick Start](${siteUrl}/tutorials/quick-start)** - Get started with CIS`,
`- **[Installation](${siteUrl}/reference/installation)** - Installation guide`,
`- **[Getting Started](${siteUrl}/tutorials/getting-started/)** - Install CIS and run your first sessions`,
`- **[Configuration](${siteUrl}/reference/configuration/)** - Configure CIS settings and agent behavior`,
'',
'## Core Concepts',
'',
`- **[What is CIS?](${siteUrl}/explanation/what-is-cis)** - Understanding the suite`,
`- **[Brainstorming](${siteUrl}/how-to/brainstorm)** - Brainstorming workflows`,
`- **[Problem Solving](${siteUrl}/how-to/solve-problems)** - Problem-solving agents`,
`- **[Creative Intelligence](${siteUrl}/explanation/creative-intelligence/)** - Understanding the suite`,
`- **[Brainstorming](${siteUrl}/how-to/brainstorm/)** - Brainstorming workflows`,
`- **[Problem Solving](${siteUrl}/how-to/problem-solving/)** - Problem-solving agents`,
'',
'---',
'',
Expand Down