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
Copy file name to clipboardExpand all lines: docs/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,4 +72,14 @@ This guide is for contributors looking to make changes to the documentation in t
72
72
73
73
2.**Push your new changes on a new branch**: Feel free to add or edit existing documentation and open a PR for your changes. Once your PR is reviewed and approved, the changes will be ready to merge into main.
74
74
75
-
3.**Updating the website**: Once your changes are merged to main, the changes would be reflected on live websites usually in 5-15 mins.
75
+
3.**Updating the website**: Once your changes are merged to main, the changes would be reflected on live websites usually in 5-15 mins.
76
+
77
+
## LLMs.txt Files
78
+
79
+
DSPy documentation automatically generates [llmstxt.org](https://llmstxt.org/) compliant files to help LLMs understand and work with DSPy:
80
+
81
+
-**`/llms.txt`** - A structured overview with links to key documentation sections
82
+
-**`/llms-full.txt`** - A comprehensive version with full content for deep understanding
83
+
84
+
These txt files are automatically generated during the docs build process using the [mkdocs-llmstxt](https://github.com/pawamoy/mkdocs-llmstxt) plugin. When modifying documentation, consider updating the `llmstxt` plugin section within `mkdocs.yml` to help LLMs better understand DSPy's capabilities.
0 commit comments