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 <gerhard@lazu.co.uk>
This commit is contained in:
parent
9084248ea4
commit
6e3c35e1ad
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
slug: /1201/ci-cd-platform
|
slug: /1201/ci-environment
|
||||||
displayed_sidebar: europa
|
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';
|
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
<Tabs defaultValue="github-actions"
|
<Tabs defaultValue="github-actions"
|
||||||
groupId="ci-cd-platform"
|
groupId="ci-environment"
|
||||||
values={[
|
values={[
|
||||||
{label: 'GitHub Actions', value: 'github-actions'},
|
{label: 'GitHub Actions', value: 'github-actions'},
|
||||||
{label: 'CircleCI', value: 'circleci'},
|
{label: 'CircleCI', value: 'circleci'},
|
||||||
@ -23,13 +23,13 @@ Since Dagger early access required a GitHub account, GitHub Actions seems like a
|
|||||||
|
|
||||||
<TabItem value="circleci">
|
<TabItem value="circleci">
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="gitlab">
|
<TabItem value="gitlab">
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
@ -67,7 +67,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
label: "🆕 Dagger Europa 🆕",
|
label: "🆕 Dagger Europa 🆕",
|
||||||
href: "/1201/ci-cd-platform",
|
href: "/1201/ci-environment",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
europa: [
|
europa: [
|
||||||
@ -78,7 +78,7 @@ module.exports = {
|
|||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
"getting-started/local-ci",
|
"getting-started/local-ci",
|
||||||
"getting-started/ci-cd-platform"
|
"getting-started/ci-environment"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user