Skip to content

Commit 1ececa0

Browse files
authored
[CI/i18n] Streamline includes and fix pt Aviso (open-telemetry#6398)
1 parent e2f863d commit 1ececa0

18 files changed

+13
-44
lines changed

.markdownlint.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"emphasis-style": false,
3+
"first-line-h1": false,
34
"line-length": false,
45
"link-fragments": false,
56
"list-marker-space": false,

content/en/_includes/_index.md

-5
This file was deleted.

content/en/_includes/page-not-translated-msg.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: # bogus entry for markdownlint
32
---
43

54
<i class="fa-solid fa-circle-info" style="margin-left: -1.5rem"></i> You are

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

-5
This file was deleted.

content/en/docs/languages/_includes/instrumentation-intro.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: # bogus for markdownlint
32
---
43

54
[Instrumentation](/docs/concepts/instrumentation/) is the act of adding

content/en/docs/languages/js/_browser-instrumentation-warning.md content/en/docs/languages/js/_includes/browser-instrumentation-warning.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
title: # Bogus entry for markdownlint
3-
_build: { list: never, render: never }
42
---
53

64
{{% alert title=Warning color=warning %}}

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/en/ecosystem/_includes/_index.md

-5
This file was deleted.

content/en/ecosystem/_includes/keep-up-to-date.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: # bogus entry for markdownlint
32
---
43

54
## Keeping {{ $1 }} information current

content/pt/_includes/_index.md

-6
This file was deleted.

content/pt/_includes/page-not-translated-msg.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: # Bogus entry for markdownlint
32
default_lang_commit: 8d115a9df96c52dbbb3f96c05a843390d90a9800
43
---
54

content/pt/docs/languages/_includes/_index.md

-6
This file was deleted.

content/pt/docs/languages/_includes/instrumentation-intro.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: # bogus for markdownlint
3-
default_lang_commit: 080527543eae90112f01c89342891aabd6258173
2+
default_lang_commit: 080527543eae90112f01c89342891aabd6258173 # patched
43
---
54

65
[Instrumentação](/docs/concepts/instrumentation/) é o ato de adicionar código de
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: # Bogus entry for markdownlint
3-
_build: { list: never, render: never }
4-
default_lang_commit: 0dac041dedfe5877f45e36065c1c6fb07490b243
2+
default_lang_commit: 0dac041dedfe5877f45e36065c1c6fb07490b243 # patched
53
---
64

7-
{{% alert-md title=Aviso color=warning %}}
5+
{{% alert title=Aviso color=warning %}}
86

97
A instrumentação do cliente para o navegador é **experimental** e, em grande
108
parte, **não está especificada**. Caso possua interesse em auxiliar, entre em
@@ -13,4 +11,4 @@ contato com o [SIG de Instrumentação do Cliente][sig].
1311
[sig]:
1412
https://docs.google.com/document/d/16Vsdh-DM72AfMg_FIt9yT9ExEWF4A_vRbQ3jRNBe09w
1513

16-
{{% /alert-md %}}
14+
{{% /alert %}}

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.

hugo.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ outputs:
8080
services:
8181
rss: { limit: 20 }
8282

83+
cascade:
84+
build: { list: never, publishResources: false, render: never }
85+
_target: { path: '{,/**}/_includes{,/**}' }
86+
8387
params:
8488
copyright:
8589
authors: >-

0 commit comments

Comments
 (0)