Skip to content
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

add elastic-otel-java to doc build #2972

Closed
wants to merge 1 commit into from
Closed
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
19 changes: 19 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,25 @@ contents:
repo: ingest-docs
path: docs/en
exclude_branches: [ 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
- title: OpenTelemetry Distributions
base_dir: otel
sections:
- title: Elastic OpenTelemetry Java distribution
prefix: java
current: main
branches: [ main ]
live: [ main ]
index: docs/index.asciidoc
tags: Elastic OpenTelemetry Java distribution/Reference
subject: APM
chunk: 1
sources:
-
repo: elastic-otel-java
path: docs
-
repo: elastic-otel-java
path: CHANGELOG.asciidoc
- title: APM Agents
base_dir: agent
sections:
Expand Down
9 changes: 8 additions & 1 deletion extra/apm_docs_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ <h2>APM user guide</h2>
</div>
</div>
<div class="w-100 mb-5">
<h2>APM agents</h2>
<h2>Elastic OpenTelemetry Distributions</h2>
<ul>
<!-- UPDATE THIS LINK BEFORE MERGING -->
<li><a href="/guide/en/apm/otel/java/current/intro.html">Java Distribution Reference</a></li>
</ul>
</div>
<div class="w-100 mb-5">
<h2>Elastic APM agents</h2>
<ul>
<li><a href="/guide/en/apm/agent/android/current/intro.html">Android Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/go/current/introduction.html">Go Agent Reference</a></li>
Expand Down
4 changes: 4 additions & 0 deletions resources/asciidoctor/lib/chunker/obs_breadcrumbs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ def generate_apm_breadcrumbs(doc)
</ul>
<li class="dropdown-category">APM agents</li>
<ul>
<li><a href="/guide/en/apm/otel/java/current/intro.html">Java Distribution Reference</a></li>
</ul>
<li class="dropdown-category">APM agents</li>
<ul>
<li><a href="/guide/en/apm/agent/android/current/intro.html">Android Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/go/current/introduction.html">Go Agent Reference</a></li>
<li><a href="/guide/en/apm/agent/swift/current/intro.html">iOS Agent Reference</a></li>
Expand Down