Skip to content

Commit 0fb5ff1

Browse files
committed
Change include syntax
1 parent a668c20 commit 0fb5ff1

File tree

26 files changed

+39
-39
lines changed

26 files changed

+39
-39
lines changed

src/concepts/choosing_a_dataset.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ take a look at our [tools for experimentation](../tools/experiments.md).
1717

1818
# Raw Pings
1919

20-
{% include "/datasets/ping_intro.md" %}
20+
{{#include ../datasets/ping_intro.md}}
2121

2222
# Main Ping Derived Datasets
2323

@@ -29,31 +29,31 @@ This section describes the derived datasets we provide to make analyzing this da
2929

3030
## `longitudinal`
3131

32-
{% include "/datasets/batch_view/longitudinal/intro.md" %}
32+
{{#include ../datasets/batch_view/longitudinal/intro.md}}
3333

3434
## `main_summary`
3535

36-
{% include "/datasets/batch_view/main_summary/intro.md" %}
36+
{{#include ../datasets/batch_view/main_summary/intro.md}}
3737

3838
## `first_shutdown_summary`
3939

40-
{% include "/datasets/batch_view/first_shutdown_summary/intro.md" %}
40+
{{#include ../datasets/batch_view/first_shutdown_summary/intro.md}}
4141

4242
## `client_count_daily`
4343

44-
{% include "/datasets/batch_view/client_count_daily/intro.md" %}
44+
{{#include ../datasets/batch_view/client_count_daily/intro.md}}
4545

4646
## `churn`
4747

48-
{% include "/datasets/mozetl/churn/intro.md" %}
48+
{{#include ../datasets/mozetl/churn/intro.md}}
4949

5050
## `retention`
5151

52-
{% include "/datasets/batch_view/retention/intro.md" %}
52+
{{#include ../datasets/batch_view/retention/intro.md}}
5353

5454
## `clients_daily`
5555

56-
{% include "/datasets/batch_view/clients_daily/intro.md" %}
56+
{{#include ../datasets/batch_view/clients_daily/intro.md}}
5757

5858
# Crash Ping Derived Datasets
5959

@@ -66,11 +66,11 @@ This section describes the derived datasets we provide to make analyzing this da
6666

6767
## `crash_aggregates`
6868

69-
{% include "/datasets/batch_view/crash_aggregates/intro.md" %}
69+
{{#include ../datasets/batch_view/crash_aggregates/intro.md}}
7070

7171
## `crash_summary`
7272

73-
{% include "/datasets/batch_view/crash_summary/intro.md" %}
73+
{{#include ../datasets/batch_view/crash_summary/intro.md}}
7474

7575
# New-Profile Derived Datasets
7676

@@ -80,21 +80,21 @@ information about the user environment.
8080

8181
This data is available in the `telemetry_new_profile_parquet` dataset.
8282

83-
{% include "/datasets/batch_view/new_profile/intro.md" %}
83+
{{#include ../datasets/batch_view/new_profile/intro.md}}
8484

8585
# Update Derived Dataset
8686

87-
{% include "/datasets/batch_view/update/intro.md" %}
87+
{{#include ../datasets/batch_view/update/intro.md}}
8888

8989
# Other Datasets
9090

91-
{% include "/datasets/other/socorro_crash/intro.md" %}
91+
{{#include ../datasets/other/socorro_crash/intro.md}}
9292

9393
# Obsolete Datasets
9494

9595
## `heavy_users`
9696

97-
{% include "/datasets/obsolete/heavy_users/intro.md" %}
97+
{{#include ../datasets/obsolete/heavy_users/intro.md}}
9898

9999
# Appendix
100100

src/cookbooks/active_dau.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ GROUP BY 1
6666
ORDER BY 1
6767
```
6868

69-
<span id="total_uri_count">**1**</span>: Note, the probe measuring `scalar_parent_browser_engagement_total_uri_count` only exists in clients with Firefox 50 and up. Clients on earlier versions of Firefox won't be counted as an Active User (regardless of their use). Similarly, `scalar_parent_browser_engagement_total_uri_count` doesn't increment when a client is in Private Browsing mode, so that won't be included as well.
69+
<span id="total_uri_count">**1**</span>: Note, the probe measuring `scalar_parent_browser_engagement_total_uri_count` only exists in clients with Firefox 50 and up. Clients on earlier versions of Firefox won't be counted as an Active User (regardless of their use). Similarly, `scalar_parent_browser_engagement_total_uri_count` doesn't increment when a client is in Private Browsing mode, so that won't be included as well.

src/datasets/batch_view/addons/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

7-
{% include "./intro.md" %}
7+
{{#include ./intro.md}}
88

99
# Data Reference
1010

src/datasets/batch_view/client_count_daily/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The work is being tracked
88

99
# Introduction
1010

11-
{% include "./intro.md" %}
11+
{{#include ./intro.md}}
1212

1313
# Data Reference
1414

src/datasets/batch_view/clients_daily/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

7-
{% include "./intro.md" %}
7+
{{#include ./intro.md}}
88

99
# Data Reference
1010

src/datasets/batch_view/crash_aggregates/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

7-
{% include "./intro.md" %}
7+
{{#include ./intro.md}}
88

99
# Data Reference
1010

src/datasets/batch_view/crash_summary/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

7-
{% include "./intro.md" %}
7+
{{#include ./intro.md}}
88

99
# Data Reference
1010

src/datasets/batch_view/events/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
{% include "./intro.md" %}
3+
{{#include ./intro.md}}
44

55
# Data Reference
66

src/datasets/batch_view/first_shutdown_summary/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

7-
{% include "./intro.md" %}
7+
{{#include ./intro.md}}
88

99
# Code Reference
1010

src/datasets/batch_view/longitudinal/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

7-
{% include "./intro.md" %}
7+
{{#include ./intro.md}}
88

99
# Data Reference
1010

0 commit comments

Comments
 (0)