File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ async def robots() -> FileResponse:
85
85
return FileResponse ("static/robots.txt" )
86
86
87
87
88
- @app .get ("/llm .txt" )
88
+ @app .get ("/llms .txt" )
89
89
async def llm_txt () -> FileResponse :
90
- """Serve the ``llm .txt`` file to provide information about the site to LLMs.
90
+ """Serve the ``llms .txt`` file to provide information about the site to LLMs.
91
91
92
92
Returns
93
93
-------
94
94
FileResponse
95
- The ``llm .txt`` file located in the static directory.
95
+ The ``llms .txt`` file located in the static directory.
96
96
97
97
"""
98
- return FileResponse ("static/llm .txt" )
98
+ return FileResponse ("static/llms .txt" )
99
99
100
100
101
101
# Include routers for modular endpoints
Original file line number Diff line number Diff line change 11
11
</div >
12
12
{# Navigation with updated styling #}
13
13
<nav class =" flex items-center space-x-6" >
14
- <a href =" /llm .txt" class =" link-bounce flex items-center text-gray-900" >
14
+ <a href =" /llms .txt" class =" link-bounce flex items-center text-gray-900" >
15
15
<span class =" badge-new" >NEW</span >
16
- /llm .txt
16
+ /llms .txt
17
17
</a >
18
18
{# GitHub link #}
19
19
<div class =" flex items-center gap-2" >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments