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

+14-14
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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/main_summary/reference.md

+1-1
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
# Adding New Fields
1010

src/datasets/batch_view/new_profile/reference.md

+1-1
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/retention/reference.md

+1-1
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/sync_summary/reference.md

+1-1
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/update/reference.md

+1-1
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/mozetl/churn/reference.md

+1-1
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
## Example Queries

src/datasets/mozetl/search_aggregates/reference.md

+1-1
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/mozetl/search_clients_daily/reference.md

+1-1
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/obsolete/heavy_users/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM
2525

2626
# Introduction
2727

28-
{% include "./intro.md" %}
28+
{{#include ./intro.md}}
2929

3030
# Data Reference
3131

src/datasets/other.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Other Datasets
22

3-
These datasets are for projects outside of the Firefox telemetry domain.
3+
These datasets are for projects outside of the Firefox telemetry domain.

src/datasets/other/hgpush/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ where
3535

3636
# Code Reference
3737

38-
The dataset is populated via the [Commit Telemetry Service](https://github.com/mozilla-conduit/commit-telemetry-service).
38+
The dataset is populated via the [Commit Telemetry Service](https://github.com/mozilla-conduit/commit-telemetry-service).

src/datasets/other/socorro_crash/reference.md

+1-1
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/other/ssl/reference.md

+1-1
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
## Combining Rows

src/datasets/pings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Introduction
66

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

99
# Data Reference
1010

src/datasets/streaming/error_aggregates/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ You can access the data via re:dash. Choose `Athena` and then select the
2727

2828
#### Further Reading
2929

30-
The code responsible for generating this dataset is [here](https://github.com/mozilla/telemetry-streaming/blob/master/src/main/scala/com/mozilla/telemetry/streaming/ErrorAggregator.scala).
30+
The code responsible for generating this dataset is [here](https://github.com/mozilla/telemetry-streaming/blob/master/src/main/scala/com/mozilla/telemetry/streaming/ErrorAggregator.scala).

src/datasets/streaming/error_aggregates/reference.md

+1-1
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)