Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
landing-page-path-output: /docs/
- repository: elastic/elasticsearch
landing-page-path-output: /docs/reference/
- repository: elastic/apm-agent-android
- repository: elastic/opentelemetry
landing-page-path-output: /docs/reference/

# This is a random repository that should not have a docset.yml
Expand Down
11 changes: 0 additions & 11 deletions src/tooling/docs-assembler/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ toc:
- toc: docs-content://reference/apm-agents
path_prefix: reference/apm-agents
children:
# APM Android agent
# ✅ https://github.com/elastic/apm-agent-android/blob/main/docs/reference/toc.yml
- toc: apm-agent-android://reference
path_prefix: reference/apm/agents/android
# Children include the entire AsciiDoc book

# APM .NET agent
# ✅ https://github.com/elastic/apm-agent-dotnet/blob/main/docs/reference/toc.yml
Expand All @@ -382,12 +377,6 @@ toc:
path_prefix: reference/apm/agents/go
# Children include the entire AsciiDoc book

# APM iOS agent
# ✅ https://github.com/elastic/apm-agent-ios/blob/main/docs/reference/toc.yml
- toc: apm-agent-ios://reference
path_prefix: reference/apm/agents/ios
# Children include the entire AsciiDoc book

# APM Java agent
# ✅ https://github.com/elastic/apm-agent-java/blob/main/docs/reference/toc.yml
- toc: apm-agent-java://reference
Expand Down
Loading