Merge pull request #1678 from dagger/which-ci-cd-platform-next
Capture the first CI/CD platforms that we intend to document
This commit is contained in:
commit
94ff9df010
36
docs/getting-started/1201-ci-cd-platform.md
Normal file
36
docs/getting-started/1201-ci-cd-platform.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
---
|
||||||
|
slug: /1201/ci-cd-platform
|
||||||
|
displayed_sidebar: europaSidebar
|
||||||
|
---
|
||||||
|
|
||||||
|
# From local dev to CI/CD platform
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
<Tabs defaultValue="github-actions"
|
||||||
|
groupId="ci-cd-platform"
|
||||||
|
values={[
|
||||||
|
{label: 'GitHub Actions', value: 'github-actions'},
|
||||||
|
{label: 'CircleCI', value: 'circleci'},
|
||||||
|
{label: 'GitLab', value: 'gitlab'},
|
||||||
|
]}>
|
||||||
|
|
||||||
|
<TabItem value="github-actions">
|
||||||
|
|
||||||
|
Since Dagger early access required a GitHub account, GitHub Actions seems like a reasonable starting point.
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<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)
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<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)
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
</Tabs>
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
slug: /1201/github-actions
|
|
||||||
displayed_sidebar: europaSidebar
|
|
||||||
---
|
|
||||||
|
|
||||||
# From local CI to GitHub Actions
|
|
@ -73,7 +73,7 @@ module.exports = {
|
|||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
"getting-started/local-ci",
|
"getting-started/local-ci",
|
||||||
"getting-started/github-actions"
|
"getting-started/ci-cd-platform"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user