diff --git a/README.md b/README.md index 9806ceb33..d93bebb01 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Woodpecker is a simple, yet powerful CI/CD engine with great extensibility. ## Installation & Resources -Woodpecker can be installed in various ways (see the [Installation Instructions](https://woodpecker-ci.org/docs/administration/getting-started)) and runs with SQLite as database by default. +Woodpecker can be installed in various ways (see the [Installation Instructions](https://woodpecker-ci.org/docs/administration/general)) and runs with SQLite as database by default. It requires around 100 MB of RAM (Server) and 30 MB (Agent) at runtime in idle mode. ## Support diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5565af5b3..6c8016945 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -132,7 +132,7 @@ const config = { }, { label: 'Administration', - to: '/docs/administration/getting-started', + to: '/docs/administration/general', }, { to: '/migrations', // Always point to newest migration guide diff --git a/docs/src/pages/migrations.md b/docs/src/pages/migrations.md index a403e43f7..828313aba 100644 --- a/docs/src/pages/migrations.md +++ b/docs/src/pages/migrations.md @@ -232,7 +232,7 @@ Read more about it in [#4213](https://github.com/woodpecker-ci/woodpecker/pull/4 ## 1.0.0 -- The signature used to verify extension calls (like those used for the [config-extension](/docs/administration/advanced/external-configuration-api)) done by the Woodpecker server switched from using a shared-secret HMac to an ed25519 key-pair. Read more about it at the [config-extensions](/docs/administration/advanced/external-configuration-api) documentation. +- The signature used to verify extension calls (like those used for the [config-extension](/docs/administration/configuration/server#external-configuration-api)) done by the Woodpecker server switched from using a shared-secret HMac to an ed25519 key-pair. Read more about it at the [config-extensions](/docs/administration/configuration/server#external-configuration-api) documentation. - Refactored support for old agent filter labels and expressions. Learn how to use the new [filter](/docs/usage/workflow-syntax#labels) - Renamed step environment variable `CI_SYSTEM_ARCH` to `CI_SYSTEM_PLATFORM`. Same applies for the cli exec variable. - Renamed environment variables `CI_BUILD_*` and `CI_PREV_BUILD_*` to `CI_PIPELINE_*` and `CI_PREV_PIPELINE_*`, old ones are still available but deprecated