diff --git a/docs/bun.lockb b/docs/bun.lockb index 79d5fe606..0a0b3e2ae 100755 Binary files a/docs/bun.lockb and b/docs/bun.lockb differ diff --git a/docs/docs/92-development/03-ui.md b/docs/docs/92-development/03-ui.md index 6a01584c2..df59ca2bf 100644 --- a/docs/docs/92-development/03-ui.md +++ b/docs/docs/92-development/03-ui.md @@ -1,6 +1,6 @@ # UI Development -To develop the UI you need to install [Node.js and pnpm](./01-getting-started.md#install-nodejs--pnpm). In addition it is recommended to use VS-Code with the recommended plugin selection to get features like auto-formatting, linting and typechecking. The UI is written with [Vue 3](https://v3.vuejs.org/) as Single-Page-Application accessing the Woodpecker REST api. +To develop the UI you need to install [Node.js and pnpm](./01-getting-started.md#install-nodejs--bun). In addition it is recommended to use VS-Code with the recommended plugin selection to get features like auto-formatting, linting and typechecking. The UI is written with [Vue 3](https://v3.vuejs.org/) as Single-Page-Application accessing the Woodpecker REST api. ## Setup diff --git a/docs/docs/92-development/04-docs.md b/docs/docs/92-development/04-docs.md index 368d9225b..f1b7f64e0 100644 --- a/docs/docs/92-development/04-docs.md +++ b/docs/docs/92-development/04-docs.md @@ -2,7 +2,7 @@ The documentation is using docusaurus as framework. You can learn more about it from its [official documentation](https://docusaurus.io/docs/). -If you only want to change some text it probably is enough if you just search for the corresponding [Markdown](https://www.markdownguide.org/basic-syntax/) file inside the `docs/docs/` folder and adjust it. If you want to change larger parts and test the rendered documentation you can run docusaurus locally. Similarly to the UI you need to install [Node.js and bun](./01-getting-started.md#install-nodejs--pnpm). After that you can run and build docusaurus locally by using the following commands: +If you only want to change some text it probably is enough if you just search for the corresponding [Markdown](https://www.markdownguide.org/basic-syntax/) file inside the `docs/docs/` folder and adjust it. If you want to change larger parts and test the rendered documentation you can run docusaurus locally. Similarly to the UI you need to install [Node.js and bun](./01-getting-started.md#install-nodejs--bun). After that you can run and build docusaurus locally by using the following commands: ```bash cd docs/ diff --git a/docs/plugins/woodpecker-plugins/bun.lockb b/docs/plugins/woodpecker-plugins/bun.lockb index fb6871237..2559c676b 100755 Binary files a/docs/plugins/woodpecker-plugins/bun.lockb and b/docs/plugins/woodpecker-plugins/bun.lockb differ