Skip to content

Commit bde9a4a

Browse files
committed
update demo link
1 parent 59df87d commit bde9a4a

File tree

4 files changed

+14
-21
lines changed

4 files changed

+14
-21
lines changed

docs/demo.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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).
8+
Try `Recce` without installing using this [online demo](https://reccehq.com/demo/).
99

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>
10+
[Recce Online Demo](https://reccehq.com/demo/){ .md-button .md-button--primary }
1811

1912

2013
## Examples

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? Try [interactive demos](https://reccehq.com/demo/).
3830

3931
## Why Recce
4032

docs/styles/extra.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
margin-right: 0.1rem;
77
vertical-align: top;
88
}
9+
10+
.md-nav__item a.md-nav__link[href^="https://reccehq.com/demo/"] .md-ellipsis::before {
11+
content: "⌨";
12+
display: inline-block;
13+
margin-right: 0.1rem;
14+
vertical-align: top;
15+
font-size: 1rem;
16+
}
917
.md-nav__item a.md-nav__link[href^="https://"]:hover .md-ellipsis::before {
1018
filter: invert(46%) sepia(13%) saturate(2575%) hue-rotate(326deg) brightness(115%) contrast(106%);
1119
}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nav:
3535
- Guides:
3636
- Overview:
3737
- index.md
38-
- demo.md
38+
- Interactive Demos: "https://reccehq.com/demo/"
3939
- Getting Started:
4040
- get-started.md
4141
- configure-diff.md

0 commit comments

Comments
 (0)