You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Generate site-index and full site content files complete<br />
31
+
<br />
32
+
▶️ Generate category bundles<br />
33
+
✅ Category bundles written to: /polkadot-mkdocs/polkadot-docs/.ai/categories<br />
34
+
✅ Generate category bundles complete
35
+
<br />
36
+
🎉 All steps finished successfully.
37
+
<br />
42
38
43
39
3. Commit the updated `/.ai/` files with your content changes and open your PR as you usually do.
44
40
@@ -67,7 +63,7 @@ The scripts for LLM-related files generation are located in `polkadot-docs/scrip
67
63
68
64
### Why use the `/.ai/pages` and `/.ai/categories` directories rather than ouputting the files to '/llms-files/' like before?
69
65
70
-
- The Markdown files must be located in a directory that is not included in the site build to prevent Mkdocs from converting the Markdown to HTML elements when building the site.
66
+
- The Markdown files are located in a directory that is not included in the site build to prevent doubling the size of the website (one HTML file + one Markdown file for every page). This arrangement also prevents the resolved Markdown being converted into HTML elements, making them less effective for LLM consumption.
0 commit comments