Skip to content

Commit 45136f3

Browse files
committed
Move browser warning file outside of _includes dir
1 parent 46b81bf commit 45136f3

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

content/en/docs/languages/js/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 20
1010

1111
{{% docs/languages/index-intro js /%}}
1212

13-
{{% include browser-instrumentation-warning.md %}}
13+
{{% include "./_browser-instrumentation-warning.md" %}}
1414

1515
## Version Support
1616

content/en/docs/languages/js/getting-started/browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to add OpenTelemetry to your browser app
55
weight: 20
66
---
77

8-
{{% include browser-instrumentation-warning.md %}}
8+
{{% include "./_browser-instrumentation-warning.md" %}}
99

1010
While this guide uses the example application presented below, the steps to
1111
instrument your own application should be similar.

content/en/docs/languages/js/instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ above, you have a `TracerProvider` setup for you already. You can continue with
335335

336336
#### Browser
337337

338-
{{% include browser-instrumentation-warning.md %}}
338+
{{% include "./_browser-instrumentation-warning.md" %}}
339339

340340
First, ensure you've got the right packages:
341341

content/pt/docs/languages/js/getting-started/browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 20
66
default_lang_commit: 7cb1bd39726fc03698164ee17fe9087afdac054c
77
---
88

9-
{{% include browser-instrumentation-warning.md %}}
9+
{{% include "./_browser-instrumentation-warning.md" %}}
1010

1111
Embora este guia utilize o exemplo de aplicação apresentada abaixo, as etapas
1212
para instrumentar a sua própria aplicação devem ser similares.

layouts/partials/func/find-include.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Args: .path .page
33

44
Looks for the page specified by .path, starting from .page, moving up the
5-
.Parent relation if necessary. If .path isn't explicitly absoulte or relative,
5+
.Parent relation if necessary. If .path isn't explicitly absolute or relative,
66
"_includes/" is prepended to it.
77

88
*/ -}}

0 commit comments

Comments
 (0)