Skip to content

Commit 33c54e5

Browse files
[chore] Cleanup of docs #2426 (#2428)
Signed-off-by: James Thompson <[email protected]> Co-authored-by: Joao Grassi <[email protected]>
1 parent 73970c7 commit 33c54e5

File tree

19 files changed

+117
-154
lines changed

19 files changed

+117
-154
lines changed

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ Semantic Conventions are defined for the following areas:
2121

2222
* **[General](general/README.md): General Semantic Conventions**.
2323
* [CICD](cicd/README.md): Semantic Conventions for CICD systems.
24-
* [Code](code/README.md): Semantic Conventions for code.
2524
* [Cloud Providers](cloud-providers/README.md): Semantic Conventions for cloud providers libraries.
2625
* [CloudEvents](cloudevents/README.md): Semantic Conventions for the CloudEvents specification.
2726
* [Database](database/README.md): Semantic Conventions for database operations.
2827
* [Exceptions](exceptions/README.md): Semantic Conventions for exceptions.
2928
* [FaaS](faas/README.md): Semantic Conventions for Function as a Service (FaaS) operations.
3029
* [Feature Flags](feature-flags/README.md): Semantic Conventions for feature flag evaluations.
3130
* [Generative AI](gen-ai/README.md): Semantic Conventions for generative AI (LLM, etc.) operations.
32-
* [GraphQL](graphql/graphql-spans.md): Semantic Conventions for GraphQL implementations.
31+
* [GraphQL](graphql/README.md): Semantic Conventions for GraphQL implementations.
3332
* [HTTP](http/README.md): Semantic Conventions for HTTP client and server operations.
3433
* [Messaging](messaging/README.md): Semantic Conventions for messaging operations and systems.
3534
* [Object Stores](object-stores/README.md): Semantic Conventions for object stores operations.

docs/app/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--- Hugo front matter used to generate the website version of this page:
2+
linkTitle: App
3+
--->
4+
5+
# Semantic conventions for Apps
6+
7+
**Status**: [Development][DocumentStatus]
8+
9+
Semantic conventions for Apps are defined for the following signals:
10+
11+
* [App Events](app-events.md)
12+
13+
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status

docs/app/app.md renamed to docs/app/app-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!--- Hugo front matter used to generate the website version of this page:
2-
linkTitle: App
2+
linkTitle: Events
33
--->
44

5-
# App
5+
# App Events
66

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

docs/azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document describes Azure Resource Logs, see [Azure Resource Log Top-level S
1010

1111
Semantic conventions are defined for the following signals:
1212

13-
* [Events](events.md)
13+
* [Events](azure-events.md)
1414

1515
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
1616
[AzureResourceSchema]: https://learn.microsoft.com/azure/azure-monitor/essentials/resource-logs-schema#top-level-common-schema
File renamed without changes.

docs/browser/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--- Hugo front matter used to generate the website version of this page:
2+
linkTitle: Browser
3+
--->
4+
5+
# Semantic conventions for Browser
6+
7+
**Status**: [Development][DocumentStatus]
8+
9+
This document defines semantic conventions for Browser.
10+
11+
Semantic conventions are defined for the following signals:
12+
13+
* [Events](browser-events.md)
14+
15+
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
File renamed without changes.

docs/cli/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--- Hugo front matter used to generate the website version of this page:
2+
linkTitle: CLI programs
3+
--->
4+
5+
# Semantic conventions for CLI programs
6+
7+
**Status**: [Development][DocumentStatus]
8+
9+
Semantic conventions for CLI programs are defined for the following signals:
10+
11+
* [CLI Spans](cli-spans.md)
12+
13+
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status

docs/cli/cli-spans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
2-
linkTitle: CLI programs
2+
linkTitle: Spans
33
--->
44

55
# Semantic conventions for CLI (command line interface) programs

docs/code/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)