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

Fix API doc links #1535

Merged
merged 21 commits into from
Feb 12, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
770f67c
REL-327: prepare release notes
oliverhowell Sep 9, 2024
7e8d2d3
REL-237: issue numbers added
oliverhowell Sep 12, 2024
7d6c8d9
REL-237: move known issues to end
oliverhowell Sep 12, 2024
6fe6116
Update security-realms.adoc
hzJamesTsao Oct 2, 2024
e8a1ab1
Merge branch 'patch-1' of https://github.com/hzJamesTsao/hz-docs into…
oliverhowell Jan 14, 2025
9e18670
Merge branch 'hzJamesTsao-patch-1' into v/5.5
oliverhowell Jan 14, 2025
e6919d4
REL-177: initial draft of release notes
oliverhowell Jan 30, 2025
caafafd
REL-177: add general notes to all 5.5 RN
oliverhowell Feb 6, 2025
bf05b84
Merge branch 'v/5.5' into 553RN
oliverhowell Feb 6, 2025
1697e3f
Add files back in after test (will change in separate PR)
oliverhowell Feb 6, 2025
fcab7cf
Merge branch 'v/5.5' into 553RN
oliverhowell Feb 6, 2025
e226053
Merge branch 'v/5.5' of https://github.com/hazelcast/hz-docs into 553RN
oliverhowell Feb 6, 2025
b1d38d6
Merge branch '553RN' of https://github.com/hazelcast/hz-docs into 553RN
oliverhowell Feb 6, 2025
b94f9b3
REL-177: edit after review
oliverhowell Feb 7, 2025
128e460
REL-177: add date and nav item
oliverhowell Feb 7, 2025
f064f88
REK-177: more review edits
oliverhowell Feb 7, 2025
e046b1b
REL-177: add longer descriptions and change date
oliverhowell Feb 10, 2025
c564afe
REL-177: change order and normalize titles
oliverhowell Feb 11, 2025
05bcff1
REL-178: update antora for version
oliverhowell Feb 12, 2025
0c12a42
Fix API doc links proliferation
oliverhowell Feb 12, 2025
5f4313d
Merge branch 'v/5.5' into 553RN
oliverhowell Feb 12, 2025
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
4 changes: 2 additions & 2 deletions docs/modules/clients/pages/java.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Java Client
:page-api-reference: https://docs.hazelcast.org/docs/{page-latest-supported-java-client}/javadoc
:page-toclevels: 1
:page-aliases: security:native-client-security.adoc
:description: Hazelcast provides a {java-client} within the standard distribution you can start using right away, and also a lightweight {java-client-new} that is available in Beta.
Expand All @@ -17,7 +16,8 @@ NOTE: Where there are specific differences between {java-client} and {java-clien

Both clients enable you to use the Hazelcast API, with this page explaining any differences or technical details that affect usage. This page should be read alongside the respective Javadoc-generated API documentation available from within your IDE and the following links:

* https://docs.hazelcast.org/docs/{page-latest-supported-java-client}/javadoc[Hazelcast {java-client} API documentation]
* https://docs.hazelcast.org/hazelcast-ee-docs/{ee-version}/javadoc[Hazelcast {java-client} {enterprise-product-name} API documentation]
* https://docs.hazelcast.org/docs/{os-version}/javadoc[Hazelcast {java-client} {open-source-product-name} API documentation]
* https://docs.hazelcast.org/hazelcast-java-client/{page-latest-supported-java-client-new}/javadoc[Hazelcast {java-client-new} API documentation]

== Get started
Expand Down
Loading