diff --git a/README.md b/README.md index f509e798c..661c20612 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@


-Woodpecker is a community fork of the Drone CI system. +Woodpecker is a simple yet powerful CI/CD engine with great extensibility. ![woodpecker](docs/docs/woodpecker.png) ## 🫶 Support -Please consider to donate and become a backer. 🙏 [[Become a backer](https://opencollective.com/woodpecker-ci#category-CONTRIBUTE)] +Please consider donating and become a backer. 🙏 [[Become a backer](https://opencollective.com/woodpecker-ci#category-CONTRIBUTE)] diff --git a/cmd/server/swagger.go b/cmd/server/swagger.go index 97029b804..a09d456e3 100644 --- a/cmd/server/swagger.go +++ b/cmd/server/swagger.go @@ -32,7 +32,7 @@ func setupSwaggerStaticConfig() { docs.SwaggerInfo.InfoInstanceName = "api" docs.SwaggerInfo.Title = "Woodpecker CI API" docs.SwaggerInfo.Version = version.String() - docs.SwaggerInfo.Description = "Woodpecker is a simple CI engine with great extensibility.\n" + + docs.SwaggerInfo.Description = "Woodpecker is a simple yet powerful CI/CD engine with great extensibility.\n" + "To get a personal access token (PAT) for authentication, please log in your Woodpecker server,\n" + "and go to you personal profile page, by clicking the user icon at the top right." } diff --git a/docs/docs/10-intro.md b/docs/docs/10-intro.md index 8d5b03f0d..78a838add 100644 --- a/docs/docs/10-intro.md +++ b/docs/docs/10-intro.md @@ -1,6 +1,6 @@ # Welcome to Woodpecker -Woodpecker is a simple CI engine with great extensibility. It focuses on executing pipelines inside [containers](https://opencontainers.org/). +Woodpecker is a simple yet powerful CI/CD engine with great extensibility. It focuses on executing pipelines inside [containers](https://opencontainers.org/). If you are already using containers in your daily workflow, you'll for sure love Woodpecker. ![woodpecker](woodpecker.png) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index e3474ef9d..0a158854f 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -5,7 +5,7 @@ import * as path from 'path'; const config: Config = { title: 'Woodpecker CI', - tagline: 'Woodpecker is a simple CI engine with great extensibility.', + tagline: 'Woodpecker is a simple yet powerful CI/CD engine with great extensibility.', url: 'https://woodpecker-ci.org', baseUrl: '/', onBrokenLinks: 'throw', diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 44b77ce90..9fc47c2e5 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -26,7 +26,10 @@ function HomepageHeader() { export default function Home() { const { siteConfig } = useDocusaurusContext(); return ( - +
diff --git a/docs/static/img/logo.svg b/docs/static/img/logo.svg index 7cf777c4a..1cd49a8f9 100644 --- a/docs/static/img/logo.svg +++ b/docs/static/img/logo.svg @@ -1,4 +1,4 @@ - + - + diff --git a/server/forge/github/fixtures/hooks.go b/server/forge/github/fixtures/hooks.go index 73d5a4d7e..3ca322632 100644 --- a/server/forge/github/fixtures/hooks.go +++ b/server/forge/github/fixtures/hooks.go @@ -49,7 +49,7 @@ const HookPush = `{ "site_admin": false }, "html_url": "https://github.com/woodpecker-ci/woodpecker", - "description": "Woodpecker is a community fork of the Drone CI system.", + "description": "Woodpecker is a simple yet powerful CI/CD engine with great extensibility.", "fork": false, "url": "https://github.com/woodpecker-ci/woodpecker", "forks_url": "https://api.github.com/repos/woodpecker-ci/woodpecker/forks", @@ -152,7 +152,7 @@ const HookPush = `{ "members_url": "https://api.github.com/orgs/woodpecker-ci/members{/member}", "public_members_url": "https://api.github.com/orgs/woodpecker-ci/public_members{/member}", "avatar_url": "https://avatars.githubusercontent.com/u/84780935?v=4", - "description": "Woodpecker is a community fork of the Drone CI system." + "description": "Woodpecker is a simple yet powerful CI/CD engine with great extensibility." }, "sender": { "login": "6543",