-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathllmstxt-config.yaml
More file actions
50 lines (44 loc) · 1.32 KB
/
llmstxt-config.yaml
File metadata and controls
50 lines (44 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# llms.txt Generator Configuration for ACP Documentation
# Project metadata
project_name: "Alauda Container Platform Documentation"
summary: "ACP (Alauda Container Platform) product documentation covering platform features and operations"
body: |
Documentation for Alauda Container Platform, built with Node.js and MDX.
Includes CRD definitions and comprehensive platform guides.
# File inclusion/exclusion
include_patterns:
- "docs/en/**/*.md"
- "docs/en/**/*.mdx"
exclude_patterns:
- "**/README.md"
- "**/index.mdx"
- "**/batch-031-040.md"
- "node_modules/**"
- "**/node_modules/**"
- ".git/**"
- "**/.git/**"
- ".llmstxt-cache/**"
- "**/.llmstxt-cache/**"
- "**/__pycache__/**"
- "**/*.pyc"
- ".venv/**"
- "**/.venv/**"
- ".cspell/**"
- "**/.cspell/**"
- "venv/**"
- "**/venv/**"
- "dist/**"
- "**/dist/**"
- "build/**"
- "**/build/**"
- "**/.DS_Store"
- ".next/**"
- "**/.next/**"
- "docs/shared/openapis/**" # Exclude OpenAPI specs
- "docs/en/apis/**" # Exclude API reference documentation
# Grouping strategy: 'auto', 'by_directory', 'by_extension'
grouping_strategy: "by_directory"
# Start H2 grouping from this relative path. Does not limit scan depth.
grouping_base_path: "docs/en"
# Maximum words per generated file description
description_max_words: 150