This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new ff8047e38e6 IGNITE-28593 Fix numerous errors in *.adoc files (#13066)
ff8047e38e6 is described below
commit ff8047e38e6dad28308952ce703213472972b3a4
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Mon Apr 27 16:00:01 2026 +0300
IGNITE-28593 Fix numerous errors in *.adoc files (#13066)
---
docs/_docs/binary-client-protocol/data-format.adoc | 2 +-
docs/_docs/binary-client-protocol/key-value-queries.adoc | 2 +-
docs/_docs/configuring-caches/atomicity-modes.adoc | 1 +
docs/_docs/installation/deb-rpm.adoc | 1 -
docs/_docs/logging.adoc | 1 +
docs/_docs/monitoring-metrics/new-metrics-system.adoc | 1 -
docs/_docs/restapi.adoc | 6 ++----
docs/_docs/tools/control-script.adoc | 1 +
8 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/docs/_docs/binary-client-protocol/data-format.adoc
b/docs/_docs/binary-client-protocol/data-format.adoc
index b56b8c0322c..fe4c018ecb4 100644
--- a/docs/_docs/binary-client-protocol/data-format.adoc
+++ b/docs/_docs/binary-client-protocol/data-format.adoc
@@ -574,7 +574,7 @@ Structure:
|Field| Size in bytes| Description
|length| 4| Signed integer number. Number of elements in the collection.
|type| 1| Type of the collection. See description for details.
-elements | Variable. Depends on sizes of the objects. Elements sequence.
Every element is a full value of any type or NULL.
+|elements | Variable. Depends on sizes of the objects. |Elements sequence
Every element is a full value of any type or NULL.
|===
diff --git a/docs/_docs/binary-client-protocol/key-value-queries.adoc
b/docs/_docs/binary-client-protocol/key-value-queries.adoc
index 1acabc56375..8a078b3b828 100644
--- a/docs/_docs/binary-client-protocol/key-value-queries.adoc
+++ b/docs/_docs/binary-client-protocol/key-value-queries.adoc
@@ -1311,7 +1311,7 @@ Removes entries with given keys, notifying listeners and
cache writers. See the
[cols="1,2",opts="header"]
|===
-|Response Type Description
+|Response Type| Description
|Header| Response header.
|===
diff --git a/docs/_docs/configuring-caches/atomicity-modes.adoc
b/docs/_docs/configuring-caches/atomicity-modes.adoc
index 9751c1b8621..6ae6422095e 100644
--- a/docs/_docs/configuring-caches/atomicity-modes.adoc
+++ b/docs/_docs/configuring-caches/atomicity-modes.adoc
@@ -47,6 +47,7 @@ For more information about transactions, see
link:key-value-api/transactions[Per
[discrete]
=== Performance Considerations
The `TRANSACTIONAL` mode adds a performance cost to cache operations and
should be enabled only if you need transactions.
+====
|===
diff --git a/docs/_docs/installation/deb-rpm.adoc
b/docs/_docs/installation/deb-rpm.adoc
index 75471ec9b34..4077129a5fd 100644
--- a/docs/_docs/installation/deb-rpm.adoc
+++ b/docs/_docs/installation/deb-rpm.adoc
@@ -58,7 +58,6 @@ This will install the following files into your system:
|/var/lib/apache-ignite| /usr/share/apache-ignite/work| Ignite work
directory
|/usr/share/doc/apache-ignite || Documentation
|/usr/share/license/apache-ignite-{version} || Licenses
-|/etc/systemd/system | systemd service configuration
|===
diff --git a/docs/_docs/logging.adoc b/docs/_docs/logging.adoc
index e9a9f900ad5..2f0fdccf976 100644
--- a/docs/_docs/logging.adoc
+++ b/docs/_docs/logging.adoc
@@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
= Configuring Logging
+:javaFile: {javaCodeDir}/Logging.java
== Overview
diff --git a/docs/_docs/monitoring-metrics/new-metrics-system.adoc
b/docs/_docs/monitoring-metrics/new-metrics-system.adoc
index b914f59a454..bcfae02a5f3 100644
--- a/docs/_docs/monitoring-metrics/new-metrics-system.adoc
+++ b/docs/_docs/monitoring-metrics/new-metrics-system.adoc
@@ -481,4 +481,3 @@ The queue of discovery messages.
| MessageWorkerQueueSize | int | The size of the queue of discovery messages
that are waiting to be sent to other nodes. | Node
|AvgMessageProcessingTime|long| Average message processing time. | Node
|===
---
diff --git a/docs/_docs/restapi.adoc b/docs/_docs/restapi.adoc
index 0eb0f01a60e..0d508fb1c63 100644
--- a/docs/_docs/restapi.adoc
+++ b/docs/_docs/restapi.adoc
@@ -2417,10 +2417,8 @@
http://host:port/ignite?cmd=top&attr=true&mtr=true&id=c981d2a1-878b-4c67-96f6-70
|`caches`
| boolean
| Yes
-| When set to `true` the cache information returned by top will include:
`name`, `mode`, and `SQL Schema`.
- When set to `false` the top command does not return any cache information.
- Default value is `true`.
- true
+| When set to `true` the cache information returned by top will include:
`name`, `mode`, and `SQL Schema`. When set to `false` the top command does not
return any cache information. Default value is `true`.
+| true
|=======
*Response:*::
diff --git a/docs/_docs/tools/control-script.adoc
b/docs/_docs/tools/control-script.adoc
index f52c3b7f880..229e930e5d0 100644
--- a/docs/_docs/tools/control-script.adoc
+++ b/docs/_docs/tools/control-script.adoc
@@ -1628,6 +1628,7 @@ Parameters:
|--node-id | A list of nodes to rebuild indexes on. If not specified,
schedules rebuild on all nodes.
|--cache-names | Comma-separated list of cache names, optionally with indexes.
If indexes are not specified, all indexes of the cache will be scheduled for
the rebuild operation. Can be used simultaneously with cache group names.
|--group-names | Comma-separated list of cache group names. Can be used
simultaneously with cache names.
+|===
== Event management