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: nbs/llms.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Things to remember when writing FastHTML apps:
38
38
- [MiniDataAPI Spec](https://docs.fastht.ml/explains/minidataapi.html.md): Explanation of the MiniDataAPI specification, which allows us to use the same API for many different database engines.
39
39
- [OAuth](https://docs.fastht.ml/explains/oauth.html.md): Tutorial and explanation of how to use OAuth in FastHTML apps.
40
40
- [Routes](https://docs.fastht.ml/explains/routes.html.md): Explanation of how routes work in FastHTML.
41
-
- [WebSockets](https://docs.fastht.ml/explains/websockets.html): Explanation of websockets and how they work in FastHTML.
41
+
- [WebSockets](https://docs.fastht.ml/explains/websockets.html.md): Explanation of websockets and how they work in FastHTML.
42
42
- [Custom Components](https://docs.fastht.ml/ref/defining_xt_component.html.md): Explanation of how to create custom components in FastHTML.
43
43
- [Handling Handlers](https://docs.fastht.ml/ref/handlers.html.md): Explanation of how to request and response handlers work in FastHTML as routes.
44
-
- [Live Reloading](https://docs.fastht.ml/ref/live_reload.html): Explanation of how to use live reloading for FastHTML development.
44
+
- [Live Reloading](https://docs.fastht.ml/ref/live_reload.html.md): Explanation of how to use live reloading for FastHTML development.
0 commit comments