Skip to content

Commit 0e7f2a6

Browse files
committed
docs: Remove obsolete warnings
1 parent 525932c commit 0e7f2a6

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

docs/pages/product/data-modeling/recipes/event-analytics.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Implementing event analytics
22

3-
<InfoBox>
4-
5-
This functionality only works with data models written in JavaScript, not YAML.
6-
For more information, check out the [Data Modeling Syntax][ref-modeling-syntax]
7-
page.
8-
9-
</InfoBox>
10-
113
This tutorial walks through how to transform raw event data into sessions. Many
124
“out-of-box” web analytics solutions come already prepackaged with sessions, but
135
they work as a “black box.” It doesn’t give the user either insight into or

docs/pages/product/data-modeling/recipes/snapshots.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Implementing data snapshots
22

3-
<InfoBox>
4-
5-
This functionality only works with data models written in JavaScript, not YAML.
6-
For more information, check out the [Data Modeling Syntax][ref-modeling-syntax]
7-
page.
8-
9-
</InfoBox>
10-
113
## Use case
124

135
For a dataset that contains a sequence of changes to a property over time, we

0 commit comments

Comments
 (0)