Skip to content

Commit ef8c009

Browse files
authored
Remove mobile nav (#1517)
* Remove mobile nav
1 parent 805e4e9 commit ef8c009

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
landing-page-path-output: /docs/
1616
- repository: elastic/elasticsearch
1717
landing-page-path-output: /docs/reference/
18-
- repository: elastic/apm-agent-android
18+
- repository: elastic/opentelemetry
1919
landing-page-path-output: /docs/reference/
2020

2121
# This is a random repository that should not have a docset.yml

src/tooling/docs-assembler/navigation.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,6 @@ toc:
364364
- toc: docs-content://reference/apm-agents
365365
path_prefix: reference/apm-agents
366366
children:
367-
# APM Android agent
368-
# ✅ https://github.com/elastic/apm-agent-android/blob/main/docs/reference/toc.yml
369-
- toc: apm-agent-android://reference
370-
path_prefix: reference/apm/agents/android
371-
# Children include the entire AsciiDoc book
372367

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

385-
# APM iOS agent
386-
# ✅ https://github.com/elastic/apm-agent-ios/blob/main/docs/reference/toc.yml
387-
- toc: apm-agent-ios://reference
388-
path_prefix: reference/apm/agents/ios
389-
# Children include the entire AsciiDoc book
390-
391380
# APM Java agent
392381
# ✅ https://github.com/elastic/apm-agent-java/blob/main/docs/reference/toc.yml
393382
- toc: apm-agent-java://reference

0 commit comments

Comments
 (0)