From 6e3c35e1ad798d188c092273659a3588ae538b72 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Fri, 4 Mar 2022 18:26:12 +0000 Subject: [PATCH] Rename CI/CD platform to CI environment As discussed here: https://github.com/dagger/dagger.io/issues/38#issuecomment-1057469048 Signed-off-by: Gerhard Lazu --- .../{1201-ci-cd-platform.md => 1201-ci-environment.md} | 10 +++++----- website/sidebars.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) rename docs/getting-started/{1201-ci-cd-platform.md => 1201-ci-environment.md} (76%) 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" ], }, {