mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00

- Added zoraxy_plugin module api doc generating script - Added link to example source folder - Fixed a few minor typo
13 lines
327 B
Bash
13 lines
327 B
Bash
#/bin/bash
|
|
go build
|
|
# Run the Go program with the specified arguments
|
|
./docs.exe -m=build
|
|
|
|
echo "Running docs in development mode..."
|
|
./docs.exe
|
|
|
|
# After the docs web server mode terminate, rebuild it with root = plugins/html/
|
|
./docs.exe -m=build -root=plugins/html/
|
|
|
|
# The doc should always be ready to push to release branch
|