Started working on more package docs
This commit is contained in:
parent
f51c3ce891
commit
84702267df
9 changed files with 91 additions and 12 deletions
9
Makefile
9
Makefile
|
|
@ -7,10 +7,13 @@ test:
|
|||
site: clean
|
||||
mkdir build
|
||||
mkdir build/site
|
||||
mkdir build/site/core
|
||||
cp -r _site/* build/site/.
|
||||
go run ./cmd/gendocs/main.go ./_docs/index.md > build/site/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/core.md > build/site/core/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/index.md build/site/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/index.md build/site/mod/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/core.md build/site/mod/core/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/csv.md build/site/mod/csv/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/fs.md build/site/mod/fs/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/os.md build/site/mod/os/index.html
|
||||
GOOS=js GOARCH=wasm go build -o build/site/playwasm.wasm ./cmd/playwasm/.
|
||||
|
||||
site-deploy: site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue