diff --git a/tools/build-docs.mjs b/tools/build-docs.mjs index 3ff54ae..8f15220 100644 --- a/tools/build-docs.mjs +++ b/tools/build-docs.mjs @@ -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`, '', '---', '',