Docs: inform about plugins build needed for the first docs build

This commit is contained in:
Szymon Nowicki 2025-02-16 12:48:33 +01:00
parent 45a92cd928
commit 6ef0e5d799

View file

@ -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
```