Skip to content

Commit 6836ec1

Browse files
thompson-tomotrask
andauthored
[chore] move to gfm alerts also supported in hugo (#3112)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 2d2e9dc commit 6836ec1

36 files changed

+70
-52
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ You can perform all checks locally using this command:
342342
make check
343343
```
344344

345-
> Note: `make check` can take a long time as it checks all links.
345+
> [!Note]
346+
> `make check` can take a long time as it checks all links.
346347
> You should use this prior to submitting a PR to ensure validity.
347348
> However, you can run individual checks directly.
348349
@@ -406,7 +407,8 @@ To check for typos, run the following command:
406407
make misspell
407408
```
408409

409-
> **NOTE**: The `misspell` make target will also fetch and build the tool if
410+
> [!Note]
411+
> The `misspell` make target will also fetch and build the tool if
410412
> necessary. You'll need [Go](https://go.dev) to build the spellchecker.
411413
412414
To quickly fix typos, use

docs/db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: [/docs/specs/semconv/database]
1010
This document defines semantic conventions for database client spans as well as
1111
database metrics and logs.
1212

13-
> **Warning**
13+
> [!IMPORTANT]
1414
>
1515
> Existing database instrumentations that are using
1616
> [v1.24.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md)

docs/db/database-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aliases: [/docs/specs/semconv/database/database-metrics.md]
2727

2828
<!-- tocstop -->
2929

30-
> **Warning**
30+
> [!IMPORTANT]
3131
>
3232
> Existing database instrumentations that are using
3333
> [v1.24.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md)

docs/db/database-spans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ aliases: [/docs/specs/semconv/database/database-spans.md]
2020

2121
<!-- tocstop -->
2222

23-
> **Warning**
23+
> [!IMPORTANT]
2424
>
2525
> Existing database instrumentations that are using
2626
> [v1.24.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md)

docs/feature-flags/feature-flags-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This can be used to determine the impact a feature has on a request, enabling en
2828

2929
Feature flag evaluations SHOULD be recorded as attributes on the [Event](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/specification/logs/data-model.md#events) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/specification/logs/api.md#logger) emit operations.
3030

31-
> Note:
31+
> [!NOTE]
3232
> Events are in-development and not yet available in some languages. Check the [spec-compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/spec-compliance-matrix.md#logs) to see the implementation status in the corresponding language.
3333
3434
## Evaluation event

docs/gen-ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ linkTitle: Generative AI
66

77
**Status**: [Development][DocumentStatus]
88

9-
> [!Warning]
9+
> [!IMPORTANT]
1010
>
1111
> Existing GenAI instrumentations that are using
1212
> [v1.36.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.36.0/docs/gen-ai/README.md)

docs/gen-ai/aws-bedrock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ linkTitle: AWS Bedrock
66

77
**Status**: [Development][DocumentStatus]
88

9-
> [!Warning]
9+
> [!IMPORTANT]
1010
>
1111
> Existing GenAI instrumentations that are using
1212
> [v1.36.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.36.0/docs/gen-ai/README.md)

docs/gen-ai/azure-ai-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ linkTitle: Azure AI Inference
1515

1616
<!-- tocstop -->
1717

18-
> [!Warning]
18+
> [!IMPORTANT]
1919
>
2020
> Existing GenAI instrumentations that are using
2121
> [v1.36.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.36.0/docs/gen-ai/README.md)

docs/gen-ai/gen-ai-agent-spans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ linkTitle: Agent spans
1515

1616
<!-- tocstop -->
1717

18-
> [!Warning]
18+
> [!IMPORTANT]
1919
>
2020
> Existing GenAI instrumentations that are using
2121
> [v1.36.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.36.0/docs/gen-ai/README.md)

docs/gen-ai/gen-ai-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linkTitle: Events
1313

1414
<!-- tocstop -->
1515

16-
> [!Warning]
16+
> [!IMPORTANT]
1717
>
1818
> Existing GenAI instrumentations that are using
1919
> [v1.36.0 of this document](https://github.com/open-telemetry/semantic-conventions/blob/v1.36.0/docs/gen-ai/README.md)
@@ -36,7 +36,7 @@ linkTitle: Events
3636
3737
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/specification/logs/data-model.md#events).
3838

39-
> Note:
39+
> [!Note]
4040
> Events are in-development and not yet available in some languages. Check [spec-compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.51.0/spec-compliance-matrix.md#logs) to see the implementation status in corresponding language.
4141
4242
## Event: `event.gen_ai.client.inference.operation.details`

0 commit comments

Comments
 (0)