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: README.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,64 @@ dotnet new install Bootstrap.Blazor.Templates::*
87
87
dotnet new bbapp
88
88
```
89
89
90
+
## For AI Code Agents
91
+
92
+
This project includes LLM-friendly documentation to help AI coding assistants (Claude Code, Cursor, GitHub Copilot, etc.) generate correct component usage.
93
+
94
+
### Online Access
95
+
96
+
Documentation files are available at: `https://www.blazor.zone/llmstxt/`
97
+
98
+
| File | URL |
99
+
|------|-----|
100
+
| Index |https://www.blazor.zone/llmstxt/llms.txt|
0 commit comments