woodpecker/docs
2024-11-29 00:46:32 +01:00
..
blog
docs Allow to set custom trusted clone plugins (#4352) 2024-11-26 14:27:05 +01:00
plugins/woodpecker-plugins fix(deps): update docs npm deps non-major (#4441) 2024-11-23 08:57:43 +01:00
src Add migration notes for restructured cli commands (#4476) 2024-11-29 00:46:32 +01:00
static/img
versioned_docs Versioned Docs for v2.8.0 Release (#4469) 2024-11-28 19:50:14 +01:00
versioned_sidebars Versioned Docs for v2.8.0 Release (#4469) 2024-11-28 19:50:14 +01:00
.gitignore
babel.config.js
docusaurus.config.ts Versioned Docs for v2.8.0 Release (#4469) 2024-11-28 19:50:14 +01:00
LICENSE
package.json fix(deps): update docs npm deps non-major (#4441) 2024-11-23 08:57:43 +01:00
pnpm-lock.yaml chore(deps): lock file maintenance (#4453) 2024-11-25 03:41:34 +01:00
pnpm-workspace.yaml
README.md
sidebars.js
tsconfig.json
versions.json Versioned Docs for v2.8.0 Release (#4469) 2024-11-28 19:50:14 +01:00
woodpecker.png

Website

This website is built using Docusaurus 3, a modern static website generator.

Installation

pnpm install

Local Development

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Deployment happen via CI to woodpecker-ci.org.

To manually build the website and push it exec:

GIT_USER=woodpecker-bot USE_SSH=true DEPLOYMENT_BRANCH=main pnpm deploy