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

Docs: add aliases and tweak heading title #3765

Merged
merged 1 commit into from
Oct 18, 2021
Merged
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: 3 additions & 2 deletions website_docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Java
weight: 18
description: >-
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Java_SDK.svg"></img>
A language-specific implementation of OpenTelemetry in Java.
aliases: [/java, /java/metrics, /java/tracing]
cascade:
github_repo: &repo https://github.com/open-telemetry/opentelemetry-java
github_subdir: website_docs
path_base_for_github_subdir: content/en/docs/java/
github_project_repo: *repo
weight: 18
---

OpenTelemetry Java consists of the following repositories:
Expand All @@ -25,7 +26,7 @@ OpenTelemetry Java consists of the following repositories:
don't fit the express scope of the OpenTelemetry Java or Java Instrumentation
projects. For example, JMX metric gathering.

## opentelemetry-java
## Status and Releases

| Traces | Metrics | Logs |
| ------ | ------- | ------------ |
Expand Down