zstan commented on code in PR #13087:
URL: https://github.com/apache/ignite/pull/13087#discussion_r3179997394


##########
docs/_docs/events/events.adoc:
##########
@@ -360,7 +360,7 @@ Events related to node validation failures are instances of 
the link:{events_url
 == Management Task Events
 
 Management task events represent the tasks that are executed by Visor or Web 
Console.
-This event type can be used to monitor a 
link:security/cluster-monitor-audit[Web Console activity].
+This event type can be used to monitor Web Console activity.

Review Comment:
   not visible



##########
docs/_docs/data-modeling/data-partitioning.adoc:
##########
@@ -52,7 +52,7 @@ No data exchange happens between the remaining nodes.
 
 TODO:
 You can implement a custom affinity function if you want to control the way 
data is distributed in the cluster.
-See the link:advanced-topics/affinity-function[Affinity Function] section in 
Advanced Topics.
+See the link:data-modeling/data-partitioning#affinity-function[Affinity 
Function] section.

Review Comment:
   this section is not visible, seems we need to fix it ?



##########
docs/_docs/quick-start/cpp.adoc:
##########
@@ -146,7 +146,7 @@ From here, you may want to:
 * Check out the link:thin-clients/cpp-thin-client[C++ thin client] that 
provides a lightweight form of connectivity
 to Ignite clusters
 * Explore the link:{githubUrl}/modules/platforms/cpp/examples[additional C++ 
examples] included with Ignite
-* Refer to the link:cpp-specific[C{plus}{plus} specific section] of the 
documentation to learn more about capabilities
+* Refer to the link:cpp-specific/index[C{plus}{plus} specific section] of the 
documentation to learn more about capabilities

Review Comment:
   seems this section still empty and not highlights corresponding item, looks 
like an UI problem for me.



##########
docs/_data/toc.yaml:
##########


Review Comment:
   generic-configuration.adoc also need to be added



##########
docs/_docs/distributed-computing/distributed-computing.adoc:
##########
@@ -311,7 +311,7 @@ If you want to use the key and value objects inside 
`IgniteCallable` and `Ignite
 
 In the cases where you do not need to colocate computations with data but 
simply want to process all data remotely, you can run local cache queries 
inside the `call()` method. Consider the following example.
 
-Let's say we have a cache that stores information about persons and we want to 
calculate the average age of all persons. One way to accomplish this is to run 
a link:key-value-api/querying[scan query] that will fetch the ages of all 
persons to the local node, where you can calculate the average age.
+Let's say we have a cache that stores information about persons and we want to 
calculate the average age of all persons. One way to accomplish this is to run 
a link:key-value-api/using-cache-queries[scan query] that will fetch the ages 
of all persons to the local node, where you can calculate the average age.

Review Comment:
   this section is totally not visible, need to fix



##########
docs/_docs/thin-clients/nodejs-thin-client.adoc:
##########
@@ -197,7 +197,7 @@ include::{source_code_dir}/scanquery.js[tag="scan-query", 
indent=0]
 ----
 
 == Executing SQL Statements
-The Node.js thin client supports all link:sql-reference[SQL commands] that are 
supported by Ignite.
+The Node.js thin client supports all link:sql-reference/index[SQL commands] 
that are supported by Ignite.

Review Comment:
   empty page, not UI friendly i suppose



##########
docs/_docs/sql-reference/operational-commands.adoc:
##########
@@ -68,7 +68,7 @@ To stream data into your cluster, prepare a file with the 
`SET STREAMING ON` com
 
 [NOTE]
 ====
-Setting 'STREAMING ON' uses 
link:../data-streaming.adoc#_limitations[DataStreamer] which doesn't guarantee 
by default data consistency until successfully finished.
+Setting 'STREAMING ON' uses link:data-streaming#_limitations[DataStreamer] 
which doesn't guarantee by default data consistency until successfully finished.

Review Comment:
   i see no "_limitations" anchor probably you mean "limitations" ?



##########
docs/_docs/thin-clients/php-thin-client.adoc:
##########
@@ -124,7 +124,7 @@ 
include::code-snippets/php/UsingKeyValueApi.php[tag=scanQry,indent=0]
 ----
 
 == Executing SQL Statements
-The PHP thin client supports all link:sql-reference[SQL commands] that are 
supported by Ignite.
+The PHP thin client supports all link:sql-reference/index[SQL commands] that 
are supported by Ignite.

Review Comment:
   the same as above



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to