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:
parent
00739ac1ec
commit
11ff46f724
@ -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
|
|
||||||
```
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user