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

Docs fixes 20241206 #3729

Open
wants to merge 46 commits into
base: trunk
Choose a base branch
from
Open

Conversation

sarma1807
Copy link
Contributor

fixed several typos and asciidoc formatting errors in documentation

pointing to the correct image
pointing to the correct image
pointing to the correct image
pointing to the correct images
pointing to the correct images
pointing to the correct image
fixing a formatting error
fixing a formatting error
TBD replaced with correct content
fixing formatting error and adding url to jira ticket
adding direct links to jira tickets
fixing formatting errors
` (back-ticks) are not adding any value, so removing this formatting
fixing few formatting errors
fixing several formatting errors
fixing asciidoc formatting error
updating document title
fixing formatting errors
fixing formatting errors
fixing formatting errors
adding some context to the jira tickets
fixing formatting error
adding urls to jira tickets
adding urls for jira tickets
adding urls to jira tickets
fixing formatting issues
fixing formatting issues
fixing formatting issues
fixing formatting issues
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting issues
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
@sarma1807
Copy link
Contributor Author

Copy link
Contributor

@bbotella bbotella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks a lot for the docs improvements! Just some small comments.

@@ -9,7 +9,7 @@ has superior performance in cases where queries would previously require
filtering. In achieving this performance, SASI aims to be significantly
less resource intensive than existing implementations, in memory, disk,
and CPU usage. In addition, SASI supports prefix and contains queries on
strings (similar to SQL's `LIKE = "foo*"` or `LIKE = "*foo*"'`).
strings (similar to SQL's ``LIKE = "foo\*"`` or ``LIKE = "*foo*"`` ).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weirdly enough, my IntelliJ renderer is rendering the ` (single) and the ` `(double) are rendered the same. Is that expected? If that's the case, we should keep consistency (at line 4, I can see the word Index wrapped by a single `

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SASI_1

fix renders properly after antora build

@@ -405,15 +405,15 @@ or more page-sized blocks. The
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/index/sasi/disk/OnDiskIndex.java[`OnDiskIndex`]
is structured as a tree of arrays, where each level describes the terms
in the level below, the final level being the terms themselves. The
`PointerLevel`s and their `PointerBlock`s contain terms and pointers to
``PointerLevel``s and their ``PointerBlock``s contain terms and pointers to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is leaving the `s out of the highlight.
Captura de pantalla 2024-12-27 a la(s) 8 22 10 a m

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SASI_2

fix renders properly after antora build

@@ -519,7 +519,7 @@ execution.

During the analysis phase,
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/index/sasi/plan/QueryPlan.java[`QueryPlan`]
converts from Cassandra's internal representation of `IndexExpression`s,
converts from Cassandra's internal representation of ``IndexExpression``s,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this one. Please check all around.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SASI_3

fix renders properly after antora build

@michaelsembwever
Copy link
Member

michaelsembwever commented Dec 30, 2024

Has the generated output been checked ?
i.e. from

git clone https://github.com/apache/cassandra-website.git
cd cassandra-website
./run.sh  website build -g -u cassandra:https://github.com/sarma1807/cassandra.git -b cassandra:docs_fixes_20241206

( the static generated website is then found under content/ )

How intellij renders the adoc files is not always how our antora setup does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants