Skip to content

Commit 876785b

Browse files
committed
remove log line that is no longer needed
1 parent 27820d1 commit 876785b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.ai/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
TODO: Can you please create an .ai/README.md file that summarizes what's going on in this directory and the goes over the different file types?
1+
# AI Artifacts
2+
3+
This directory contains files generated for use with AI tools like coding assistants and agents in order to improve the user experience for developers using these tools
4+
5+
## Generate Updated Files
6+
7+
Follow these steps to generate a fresh set of files after updating documentation content:
8+
9+
1. From the `polkadot-docs` directory, run:
10+
11+
```
12+
python scripts/generate_llms.py
13+
```
14+
15+
2.
16+
17+
18+
##

scripts/generate_llms_txt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def generate_llms_txt(config_path: str = "llms_config.json"):
256256

257257
print(f"✅ llms.txt generated at: {out_path}")
258258
print(f" Pages listed: {len(pages)}")
259-
print(f" Raw base: {raw_base}")
260259

261260
# --------------------------
262261
# Entrypoint

0 commit comments

Comments
 (0)