Skip to content

Commit 4924e3e

Browse files
billlevinestahnmaclaude
committed
fix(llms): curated link list, llms-full.txt from source, fix install URL
- Replace auto-generated 88-page sitemap with curated ~30 key links - Add llms-full.txt generated from source Markdown (not HTML parsing) - Rename docs-content.txt to llms-full.txt (standard convention) - Fix URL generation to strip /index suffixes - Explicitly correct install URL: flox.dev/download, not install.flox.dev Co-authored-by: Michael Stahnke <stahnma@gmail.com> Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 60cf733 commit 4924e3e

File tree

5 files changed

+127
-146
lines changed

5 files changed

+127
-146
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
python3 tools/generate_llms_txt.py ./site
4747
mkdir -p ./public/docs
4848
cp -R ./site/* ./public/docs/
49+
cp ./site/llms.txt ./public/docs/llms.txt
50+
cp ./site/llms-full.txt ./public/docs/llms-full.txt
4951
chmod -R +w ./public/docs
5052
cp netlify.toml ./public/
5153

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ Once mkdocs service started you can preview the documentation at
4545

4646
This documentation site automatically generates AI-friendly files for different use cases:
4747

48-
- **`llms.txt`** - Optimized for AI agents with critical rules, workflows, and organized sitemap
49-
- **`docs-content.txt`** - Comprehensive content for answer engines and RAG systems
48+
- **`llms.txt`** - Optimized for AI agents with critical rules, workflows, and curated link list
49+
- **`llms-full.txt`** - Full content for RAG systems and answer engines, generated from source Markdown
5050

5151
These files are automatically generated during the build process and are available at:
5252
- `https://flox.dev/docs/llms.txt`
53-
- `https://flox.dev/docs/docs-content.txt`
53+
- `https://flox.dev/docs/llms-full.txt`
5454

5555
## Guidelines
5656

tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This directory contains build tools and utilities for the Flox documentation sit
88

99
Generates AI-friendly documentation files from the built MkDocs site:
1010

11-
- **`llms.txt`** - Agent-focused file with critical rules, workflows, and organized sitemap
12-
- **`docs-content.txt`** - Answer engine file with comprehensive documentation content
11+
- **`llms.txt`** - Agent-focused file with critical rules, workflows, and curated link list
12+
- **`llms-full.txt`** - Full content for RAG systems and answer engines, generated from source Markdown
1313

1414
**Usage:**
1515
```bash

0 commit comments

Comments
 (0)