Skip to content

Commit 064f903

Browse files
committed
feat: DRC-1868
- Fix Karen's comments Signed-off-by: Jared Scott <[email protected]>
1 parent 5588a26 commit 064f903

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Getting Started
2+
title: CI/CD Getting Started
33
---
44

5-
# Getting Started
5+
# CI/CD Getting Started
66

77
Automate data validation in your development workflow. Catch data issues before they reach production with continuous integration and delivery built specifically for dbt projects.
88

@@ -15,6 +15,9 @@ Set up automated workflows that:
1515
- **Prevent regressions** - Catch data quality issues before they reach production
1616
- **Save team time** - Eliminate manual validation steps for every change
1717

18+
!!!note
19+
CI/CD automation requires Recce Cloud Team plan. A free trial is available.
20+
1821
## Understanding CI vs CD
1922

2023
Recce uses both continuous integration and continuous delivery to automate data validation:
@@ -51,9 +54,6 @@ If your dbt project uses GitLab:
5154
1. [Setup CD](./gitlab/setup-cd.md) - Auto-update baseline on merge to main
5255
3. [GitLab Personal Access Token Guide](./gitlab/gitlab-pat-guide.md) - Required for GitLab integration
5356

54-
!!!note
55-
CI/CD automation requires Recce Cloud Team plan. A free trial is available.
56-
5757
## Prerequisites
5858

5959
Before setting up, ensure you have:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ nav:
7676
- 6-collaboration/share.md
7777
- CI/CD:
7878
# Brief intro explaining GitHub vs GitLab paths
79-
- 7-cicd/getting-started.md
79+
- 7-cicd/ci-cd-getting-started.md
8080

8181
# GitHub CI/CD
8282
- Using GitHub:

0 commit comments

Comments
 (0)