mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-24 15:16:19 +00:00
Docs: inform about plugins build needed for the first docs build
This commit is contained in:
parent
45a92cd928
commit
6ef0e5d799
1 changed files with 9 additions and 2 deletions
|
@ -8,6 +8,15 @@ This website is built using [Docusaurus 3](https://docusaurus.io/), a modern sta
|
|||
pnpm install
|
||||
```
|
||||
|
||||
## Before your first build
|
||||
Before running `build` or `start` commands for the first time, you need to build plugins in docs/plugins/woodpecker-plugins:
|
||||
|
||||
```bash
|
||||
cd docs/plugins/woodpecker-plugins
|
||||
pnpm build
|
||||
```
|
||||
|
||||
## Build
|
||||
## Local Development
|
||||
|
||||
```bash
|
||||
|
@ -16,8 +25,6 @@ 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
|
||||
|
||||
```bash
|
||||
pnpm build
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue