Skip to content

Commit 1af1b35

Browse files
committed
feat: DRC-1868
- Refactor section in start-free-with-cloud.md - Cleanup titles to make it clearer Signed-off-by: Jared Scott <[email protected]>
1 parent 30752a0 commit 1af1b35

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

docs/2-getting-started/start-free-with-cloud.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,13 @@ Set up CI/CD to automatically upload metadata and run validation checks on every
172172

173173
See the CI/CD sections for complete setup guides:
174174

175-
- [Setup CD](/7-cicd/setup-cd/)
176-
- [Setup CI](/7-cicd/setup-ci/)
177-
178-
- GitHub integration configured
179-
- Team plan subscription or free trial
175+
- [Getting Started with CI/CD](../7-cicd/ci-cd-getting-started.md)
176+
- GitHub CI/CD
177+
- [Setup CI for GitHub](../7-cicd/github/setup-ci.md)
178+
- [Setup CD for GitHub](../7-cicd/github/setup-cd.md)
179+
- GitLab CI/CD
180+
- [Setup CI for Gitlab](../7-cicd/gitlab/setup-ci.md)
181+
- [Setup CD for Gitlab](../7-cicd/gitlab/setup-cd.md)
180182

181183
### Automation Benefits
182184

docs/7-cicd/ci-cd-getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ If your dbt project uses GitHub:
4545

4646
1. [Setup CI](./github/setup-ci.md) - Auto-validate changes in every PR
4747
2. [Setup CD](./github/setup-cd.md) - Auto-update baseline on merge to main
48-
3. [Open Source Setup](./github/scenario-ci.md) - Alternative approach for open source projects
4948

5049
### GitLab
5150
If your dbt project uses GitLab:

docs/7-cicd/github/setup-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup CD
2+
title: Setup CD for GitHub
33
---
44

55
# Setup CD

docs/7-cicd/github/setup-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup CI
2+
title: Setup CI for GitHub
33
---
44

55
# Setup CI

docs/7-cicd/gitlab/setup-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup CD
2+
title: Setup CD for GitLab
33
---
44

55
# Setup CD

docs/7-cicd/gitlab/setup-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup CI
2+
title: Setup CI for GitLab
33
---
44

55
# Setup CI

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ nav:
8383
- 7-cicd/github/setup-ci.md
8484
#- 7-cicd/cloud-recce-summary.md
8585
#- 7-cicd/cloud-preset-checks.md
86-
- 7-cicd/github/scenario-ci.md
86+
# - 7-cicd/github/scenario-ci.md
8787
- 7-cicd/github/setup-cd.md
8888

8989
# GitLab CI/CD

0 commit comments

Comments
 (0)