You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	added docs to README
This commit is contained in:
		| @@ -2,6 +2,12 @@ | ||||
| [](https://godoc.org/github.com/drone/drone) | ||||
| [](https://gitter.im/drone/drone?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||||
|  | ||||
| ## Documentation | ||||
|  | ||||
| * [Installation](http://readme.drone.io/setup/install/ubuntu/) | ||||
| * [User Guide](http://readme.drone.io/usage/overview/) | ||||
| * [API Reference](http://readme.drone.io/api/overview/) | ||||
|  | ||||
| ## System Requirements | ||||
|  | ||||
| * Docker | ||||
|   | ||||
| @@ -40,7 +40,7 @@ func New() *web.Mux { | ||||
| 	repos.Use(middleware.RequireRepoAdmin) | ||||
| 	repos.Get(regexp.MustCompile(`^\/api\/repos\/(?P<host>(.*))\/(?P<owner>(.*))\/(?P<name>(.*))\/branches\/(?P<branch>(.*))\/commits\/(?P<commit>(.*))\/console$`), handler.GetOutput) | ||||
| 	repos.Get(regexp.MustCompile(`^\/api\/repos\/(?P<host>(.*))\/(?P<owner>(.*))\/(?P<name>(.*))\/branches\/(?P<branch>(.*))\/commits\/(?P<commit>(.*))$`), handler.GetCommit) | ||||
| 	repos.Post(regexp.MustCompile(`^\/api\/repos\/(?P<host>(.*))\/(?P<owner>(.*))\/(?P<name>(.*))\/branches\/(?P<branch>(.*))\/commits\/(?P<commit>(.*))\/console$`), handler.PostCommit) | ||||
| 	repos.Post(regexp.MustCompile(`^\/api\/repos\/(?P<host>(.*))\/(?P<owner>(.*))\/(?P<name>(.*))\/branches\/(?P<branch>(.*))\/commits\/(?P<commit>(.*))$`), handler.PostCommit) | ||||
| 	repos.Get("/api/repos/:host/:owner/:name/commits", handler.GetCommitList) | ||||
| 	repos.Get("/api/repos/:host/:owner/:name", handler.GetRepo) | ||||
| 	repos.Put("/api/repos/:host/:owner/:name", handler.PutRepo) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user