You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	clean up doc refs
This commit is contained in:
		| @@ -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" | ||||
| make generate-openapi | ||||
| ``` | ||||
|  | ||||
| ```bash title="update the Markdown in the ./docs folder" | ||||
| make docs | ||||
| ``` | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|   "version": "0.0.0", | ||||
|   "private": true, | ||||
|   "scripts": { | ||||
|     "start": "cd ../ && make docs && cd docs && docusaurus start", | ||||
|     "start": "cd ../docs && docusaurus start", | ||||
|     "build": "pnpm build:woodpecker-plugins && docusaurus build", | ||||
|     "build:woodpecker-plugins": "cd plugins/woodpecker-plugins && pnpm i && pnpm build", | ||||
|     "swizzle": "docusaurus swizzle", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user