|
1 |
| -# cSpell:ignore docsy goldmark linkify netlify wordmark |
| 1 | +# cSpell:ignore docsy goldmark linkify netlify wordmark noopener |
2 | 2 | baseURL: https://opentelemetry.io
|
3 | 3 | title: OpenTelemetry
|
4 | 4 | disableKinds: [taxonomy]
|
@@ -33,6 +33,14 @@ languages:
|
33 | 33 | languageCode: pt-BR
|
34 | 34 | params:
|
35 | 35 | description: Site do Projeto OpenTelemetry
|
| 36 | + notes: |
| 37 | + browser-instrumentation: | |
| 38 | + A instrumentação do cliente para o navegador é **experimental** e, |
| 39 | + em grande parte, **não está especificada**. Caso possua interesse em |
| 40 | + auxiliar, entre em contato com o [SIG de Instrumentação do |
| 41 | + Cliente][sig]. |
| 42 | +
|
| 43 | + [sig]: https://docs.google.com/document/d/16Vsdh-DM72AfMg_FIt9yT9ExEWF4A_vRbQ3jRNBe09w |
36 | 44 | zh:
|
37 | 45 | languageName: 中文 (Chinese)
|
38 | 46 | languageCode: zh-cn
|
@@ -217,14 +225,19 @@ params:
|
217 | 225 | sizes: [300, 400, 600, 700]
|
218 | 226 | type: sans_serif
|
219 | 227 |
|
220 |
| - notes: # as markdown |
| 228 | + notes: |
| 229 | + # Syntax is markdown. This params section is the default for `en` and |
| 230 | + # fallback for other languages. Add locale specific entries under the |
| 231 | + # top-level `languages.XX.params` entry for your locale XX. |
221 | 232 | docker-compose-v2: |
|
222 | 233 | `docker-compose` is deprecated. For details, see
|
223 | 234 | [Migrate to Compose V2](https://docs.docker.com/compose/migrate/).
|
224 | 235 | browser-instrumentation: |
|
225 | 236 | Client instrumentation for the browser is **experimental** and mostly **unspecified**.
|
226 | 237 | If you are interested in helping out, get in touch with the
|
227 |
| - [Client Instrumentation SIG](https://docs.google.com/document/d/16Vsdh-DM72AfMg_FIt9yT9ExEWF4A_vRbQ3jRNBe09w). |
| 238 | + [Client Instrumentation SIG][sig]. |
| 239 | +
|
| 240 | + [sig]: https://docs.google.com/document/d/16Vsdh-DM72AfMg_FIt9yT9ExEWF4A_vRbQ3jRNBe09w |
228 | 241 |
|
229 | 242 | security:
|
230 | 243 | funcs: # cspell:disable-line
|
|
0 commit comments