Skip to content

Commit 635693c

Browse files
authored
docs: Adds docs link to readme. (#13)
Adds docs section to readme. ![image](https://github.com/launchdarkly/java-core/assets/127344469/57756481-bd8b-43b2-a7a6-9149fa7f71b0)
1 parent 2e828c4 commit 635693c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This includes shared libraries, used by SDKs and other tools, as well as SDKs.
55

66
## Packages
77

8-
| Telemetry Packages | maven | issues | tests |
9-
| ------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------- | ------------------------------------------------------------- |
10-
| [@launchdarkly/java-server-sdk-otel](lib/java-server-sdk-otel/README.md) | [![maven][server-otel-maven-badge]][server-otel-maven-link] | [Issues][java-otel-issues] | [![Actions Status][server-otel-ci-badge]][server-otel-ci-link] |
8+
| Telemetry Packages | API Docs | maven | issues | tests |
9+
| ---------------------------------------------------------------------------- |--------------------------------------------------------------| ---------------------------------------------------------- | ------------------------------------- | ------------------------------------------------------------- |
10+
| [@launchdarkly/java-server-sdk-otel](lib/java-server-sdk-otel/README.md) | [![Documentation][api-docs-badge]][server-otel-docs-link] | [![maven][server-otel-maven-badge]][server-otel-maven-link] | [Issues][java-otel-issues] | [![Actions Status][server-otel-ci-badge]][server-otel-ci-link] |
1111

1212
## Organization
1313

@@ -47,4 +47,7 @@ We encourage pull requests and other contributions from the community. Check out
4747
[server-otel-maven-badge]: https://img.shields.io/maven-central/v/com.launchdarkly/launchdarkly-java-server-sdk-otel
4848
[server-otel-maven-link]: https://central.sonatype.com/artifact/com.launchdarkly/launchdarkly-java-server-sdk-otel
4949
[server-otel-ci-badge]: https://github.com/launchdarkly/java-core/actions/workflows/java-server-sdk-otel.yml/badge.svg
50-
[server-otel-ci-link]: https://github.com/launchdarkly/java-core/actions/workflows/java-server-sdk-otel.yml
50+
[server-otel-ci-link]: https://github.com/launchdarkly/java-core/actions/workflows/java-server-sdk-otel.yml
51+
[server-otel-docs-link]: https://launchdarkly.github.io/java-core/lib/java-server-sdk-otel/
52+
53+
[api-docs-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8

0 commit comments

Comments
 (0)