Skip to content

Commit 1d2528a

Browse files
docs: remove clients documentation (generated)
algolia/api-clients-automation#3526 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 5b6452d commit 1d2528a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
7777

7878
## Contributing
7979

80-
This repository hosts the code of the generated Algolia API client for Java, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
80+
This repository hosts the code of the generated Algolia API client for Java, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
8181

8282
## 📄 License
8383

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6321,8 +6321,8 @@ public <T> List<BatchResponse> chunkedBatch(
63216321
/**
63226322
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
63236323
* untouched. Replace all records in an index without any downtime. See
6324-
* https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for
6325-
* implementation details.
6324+
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
6325+
* details.
63266326
*
63276327
* @param indexName The `indexName` to replace `objects` in.
63286328
* @param objects The array of `objects` to store in the given Algolia `indexName`.
@@ -6437,8 +6437,8 @@ public <T> List<BatchResponse> partialUpdateObjects(
64376437
/**
64386438
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
64396439
* untouched. Replace all records in an index without any downtime. See
6440-
* https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for
6441-
* implementation details.
6440+
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
6441+
* details.
64426442
*
64436443
* @param indexName The `indexName` to replace `objects` in.
64446444
* @param objects The array of `objects` to store in the given Algolia `indexName`.

0 commit comments

Comments
 (0)