Skip to content

Add EDOT SDK release notes #1385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/tooling/docs-assembler/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ references:
ecs:
current: "9.0"
next: main
elastic-otel-dotnet:
elastic-otel-java:
elastic-otel-node:
elastic-otel-php:
elastic-otel-python:
eland:
elastic-serverless-forwarder:
elasticsearch-hadoop:
Expand Down
36 changes: 28 additions & 8 deletions src/tooling/docs-assembler/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,38 @@ toc:
- toc: docs-content://release-notes/elastic-observability
path_prefix: release-notes/observability
children:
# EDOT Android
# https://github.com/elastic/apm-agent-android/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-android://release-notes
path_prefix: release-notes/edot/sdks/android
# EDOT iOS / Swift
# https://github.com/elastic/apm-agent-ios/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-ios://release-notes
path_prefix: release-notes/edot/sdks/ios
# EDOT Java
# https://github.com/elastic/elastic-otel-java/blob/main/docs/release-notes/toc.yml
- toc: elastic-otel-java://release-notes
path_prefix: release-notes/edot/sdks/java
# EDOT .NET
# https://github.com/elastic/elastic-otel-dotnet/blob/main/docs/release-notes/toc.yml
- toc: elastic-otel-dotnet://release-notes
path_prefix: release-notes/edot/sdks/dotnet
# EDOT Node
# https://github.com/elastic/elastic-otel-node/blob/main/docs/release-notes/toc.yml
- toc: elastic-otel-node://release-notes
path_prefix: release-notes/edot/sdks/node
# EDOT Python
# https://github.com/elastic/elastic-otel-python/blob/main/docs/release-notes/toc.yml
- toc: elastic-otel-python://release-notes
path_prefix: release-notes/edot/sdks/python
# EDOT PHP
# https://github.com/elastic/elastic-otel-php/blob/main/docs/release-notes/toc.yml
- toc: elastic-otel-php://release-notes
path_prefix: release-notes/edot/sdks/php
# APM
# https://github.com/elastic/docs-content/blob/main/release-notes/elastic-apm/toc.yml
- toc: apm-server://release-notes
path_prefix: release-notes/apm
# APM Android agent
# https://github.com/elastic/apm-agent-android/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-android://release-notes
path_prefix: release-notes/apm/agents/android
# APM .NET agent
# https://github.com/elastic/apm-agent-dotnet/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-dotnet://release-notes
Expand All @@ -141,10 +165,6 @@ toc:
# https://github.com/elastic/apm-agent-go/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-go://release-notes
path_prefix: release-notes/apm/agents/go
# APM iOS agent
# https://github.com/elastic/apm-agent-ios/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-ios://release-notes
path_prefix: release-notes/apm/agents/ios
# APM Java agent
# https://github.com/elastic/apm-agent-java/blob/main/docs/release-notes/toc.yml
- toc: apm-agent-java://release-notes
Expand Down
Loading