Skip to content

Commit 5a43912

Browse files
authored
Merge pull request #27 from DataRecce/update-demo-link
update demo link
2 parents 59df87d + c111e53 commit 5a43912

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

docs/demo.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
---
2-
title: Online Demo
2+
title: Interactive Demos
33
icon: material/keyboard
44
---
55

6-
# Recce Online Demo
6+
# Interactive Demos
77

8-
Try `Recce` without installing using this [online demo](https://pr1.demo.reccehq.com).
9-
10-
[Recce Online Demo](https://pr1.demo.reccehq.com){ .md-button .md-button--primary }
11-
12-
The demo showcases a [pull request](https://github.com/DataRecce/jaffle_shop_duckdb/pull/1) that fixes the `customer_lifetime_value` calculation in dbt's Jaffle Shop project to only included completed orders.
13-
14-
<figure markdown>
15-
![customers.sql](assets/images/demo/clv-customers-model-fs8.png){: .shadow}
16-
<figcaption>Jaffle Shop customers.sql</figcaption>
17-
</figure>
8+
We provide interactive demos that show common ways to use Recce. You can try them right now without installing anything.
189

10+
[Check out Demos](https://reccehq.com/demo/){ .md-button .md-button--primary } (No install)
1911

2012
## Examples
2113

docs/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ Recce is the foundation of the workflow. It helps you explore changes, validate
2626

2727
### Explore the Live Demos
2828

29-
Want to see Recce in action without setting anything up? Try it with real pull requests from the Jaffle Shop demo project.
30-
31-
Each PR shows how Recce helps validate dbt model changes with lineage, diffs, and review checklists.
32-
33-
- [PR #1](https://github.com/DataRecce/jaffle_shop_duckdb/pull/1) – Fixing logic in Customer Lifetime Value
34-
- [PR #2](https://github.com/DataRecce/jaffle_shop_duckdb/pull/2) – Refactoring for clarity
35-
- [PR #3](https://github.com/DataRecce/jaffle_shop_duckdb/pull/3) – Adding rounding analysis
36-
- [PR #44](https://github.com/DataRecce/jaffle_shop_duckdb/pull/44) – Enhancing the customers model
37-
- [PR #46](https://github.com/DataRecce/jaffle_shop_duckdb/pull/46) – fixing metrics, rebuilding trust
29+
Want to see Recce in action without setting anything up? Check out the [interactive demos](https://reccehq.com/demo/).
3830

3931
## Why Recce
4032

docs/styles/extra.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
margin-right: 0.1rem;
77
vertical-align: top;
88
}
9+
910
.md-nav__item a.md-nav__link[href^="https://"]:hover .md-ellipsis::before {
1011
filter: invert(46%) sepia(13%) saturate(2575%) hue-rotate(326deg) brightness(115%) contrast(106%);
1112
}

0 commit comments

Comments
 (0)