1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

clean up doc refs

This commit is contained in:
pat-s 2024-12-16 19:27:43 +01:00
parent 00739ac1ec
commit 11ff46f724
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 1 additions and 5 deletions

View File

@ -53,7 +53,3 @@ More enhanced information you can find here <https://github.com/swaggo/swag/blob
```bash title="generate the server's Go code containing the OpenAPI" ```bash title="generate the server's Go code containing the OpenAPI"
make generate-openapi make generate-openapi
``` ```
```bash title="update the Markdown in the ./docs folder"
make docs
```

View File

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "cd ../ && make docs && cd docs && docusaurus start", "start": "cd ../docs && docusaurus start",
"build": "pnpm build:woodpecker-plugins && docusaurus build", "build": "pnpm build:woodpecker-plugins && docusaurus build",
"build:woodpecker-plugins": "cd plugins/woodpecker-plugins && pnpm i && pnpm build", "build:woodpecker-plugins": "cd plugins/woodpecker-plugins && pnpm i && pnpm build",
"swizzle": "docusaurus swizzle", "swizzle": "docusaurus swizzle",