Added plugin doc introduction

This commit is contained in:
Toby Chui
2025-05-22 21:55:45 +08:00
parent 9d2b8f224c
commit b4c2f6bf13
11 changed files with 635 additions and 0 deletions

3
docs/plugins/start.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# This script sets up the environment and runs a Go web server for documentation debug purpose
go run ./webserv.go