diff --git a/docs/getting-started/1201-ci-cd-platform.md b/docs/getting-started/1201-ci-environment.md similarity index 76% rename from docs/getting-started/1201-ci-cd-platform.md rename to docs/getting-started/1201-ci-environment.md index d7462a0e..afdb2757 100644 --- a/docs/getting-started/1201-ci-cd-platform.md +++ b/docs/getting-started/1201-ci-environment.md @@ -1,14 +1,14 @@ --- -slug: /1201/ci-cd-platform +slug: /1201/ci-environment displayed_sidebar: europa --- -# From local dev to CI/CD platform +# From local dev to CI environment import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -If you would like us to document this CI/CD platform next, mention it here: [dagger#1677](https://github.com/dagger/dagger/discussions/1677) +If you would like us to document this CI environment next, mention it here: [dagger#1677](https://github.com/dagger/dagger/discussions/1677) -If you would like us to document this CI/CD platform next, mention it here: [dagger#1677](https://github.com/dagger/dagger/discussions/1677) +If you would like us to document this CI environment next, mention it here: [dagger#1677](https://github.com/dagger/dagger/discussions/1677) diff --git a/website/sidebars.js b/website/sidebars.js index a9fbf8e6..f5c1dc65 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -67,7 +67,7 @@ module.exports = { { type: "link", label: "🆕 Dagger Europa 🆕", - href: "/1201/ci-cd-platform", + href: "/1201/ci-environment", }, ], europa: [ @@ -78,7 +78,7 @@ module.exports = { collapsed: false, items: [ "getting-started/local-ci", - "getting-started/ci-cd-platform" + "getting-started/ci-environment" ], }, {