Added a few things and fixed some others

This commit is contained in:
Relism
2025-02-27 20:36:16 +01:00
parent 7e28869aeb
commit 06e6bfa13d
7 changed files with 164 additions and 9 deletions
+3 -1
View File
@@ -5,12 +5,14 @@
"items": [
{ "text": "Getting Started", "link": "/flash" },
{ "text": "Installation", "link": "/flash/installation" },
{ "text": "Handlers", "link": "/flash/handlers" },
{ "text": "RequestHandler", "link": "/flash/request-handler"},
{ "text": "Request and Response", "link": "/flash/request-response"},
{ "text": "Server Router", "link": "/flash/server-router" },
{ "text": "Handler Default Implementations", "link": "/flash/handler-default-implementations" },
{ "text": "Websockets", "link": "/flash/websockets" },
{ "text": "Static Files Server", "link": "/flash/static-file-server" }
{ "text": "Static Files Server", "link": "/flash/static-file-server" },
{ "text": "Dynamic Files Server", "link": "/flash/dynamic-file-server" }
]
}
]