From df6b29e8cbd8e0cc4f6c4fc7b606a44a5f71ae48 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Thu, 3 Mar 2022 14:01:18 +0000 Subject: [PATCH] Capture the first CI/CD platforms that we intend to document We invite users to help us prioritise via https://github.com/dagger/dagger/discussions/1677 Signed-off-by: Gerhard Lazu --- docs/getting-started/1201-ci-cd-platform.md | 36 +++++++++++++++++++++ docs/getting-started/1201-github-actions.md | 6 ---- website/sidebars.js | 2 +- 3 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 docs/getting-started/1201-ci-cd-platform.md delete mode 100644 docs/getting-started/1201-github-actions.md diff --git a/docs/getting-started/1201-ci-cd-platform.md b/docs/getting-started/1201-ci-cd-platform.md new file mode 100644 index 00000000..3ceed74c --- /dev/null +++ b/docs/getting-started/1201-ci-cd-platform.md @@ -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'; + + + + + +Since Dagger early access required a GitHub account, GitHub Actions seems like a reasonable starting point. + + + + + +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/CD platform next, mention it here: [dagger#1677](https://github.com/dagger/dagger/discussions/1677) + + + + diff --git a/docs/getting-started/1201-github-actions.md b/docs/getting-started/1201-github-actions.md deleted file mode 100644 index 840c6c4f..00000000 --- a/docs/getting-started/1201-github-actions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -slug: /1201/github-actions -displayed_sidebar: europaSidebar ---- - -# From local CI to GitHub Actions diff --git a/website/sidebars.js b/website/sidebars.js index 9dc7e40a..8a48f1f8 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -73,7 +73,7 @@ module.exports = { collapsed: false, items: [ "getting-started/local-ci", - "getting-started/github-actions" + "getting-started/ci-cd-platform" ], }, {