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] 404 fixes for July 5-19 #23277

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 6 additions & 5 deletions docs/content/preview/api/ycql/dml_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ menu:
parent: api-cassandra
weight: 1320
aliases:
- /preview/api/cassandra/dml_update
- /preview/api/ycql/dml_update
- /preview/api/cassandra/dml_update/
- /preview/api/ycql/dml_update/
- /preview/api/ysql/dml_update/
type: docs
---

Expand Down Expand Up @@ -46,11 +47,11 @@ ttl_or_timestamp_expression = 'TTL' ttl_expression | 'TIMESTAMP' timestamp_expre
<svg class="rrdiagram" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="305" height="65" viewbox="0 0 305 65"><path class="connector" d="M0 22h25m41 0h10m104 0h120m-290 0q5 0 5 5v20q0 5 5 5h5m90 0h10m155 0h5q5 0 5-5v-20q0-5 5-5m5 0h5"/><rect class="literal" x="25" y="5" width="41" height="25" rx="7"/><text class="text" x="35" y="22">TTL</text><a xlink:href="../grammar_diagrams#ttl-expression"><rect class="rule" x="76" y="5" width="104" height="25"/><text class="text" x="86" y="22">ttl_expression</text></a><rect class="literal" x="25" y="35" width="90" height="25" rx="7"/><text class="text" x="35" y="52">TIMESTAMP</text><a xlink:href="../grammar_diagrams#timestamp-expression"><rect class="rule" x="125" y="35" width="155" height="25"/><text class="text" x="135" y="52">timestamp_expression</text></a></svg>

```ebnf
update ::= UPDATE table_name [ USING using_expression ] SET assignment
[ , ... ] WHERE where_expression
update ::= UPDATE table_name [ USING using_expression ] SET assignment
[ , ... ] WHERE where_expression
[ IF { if_expression
| [ NOT ] EXISTS
| if_expression OR [ NOT ] EXISTS } ]
| if_expression OR [ NOT ] EXISTS } ]
[ RETURNS STATUS AS ROW ]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ linkTitle: CDC using Logical Replication
description: Learn how YugabyteDB supports asynchronous replication of data changes (inserts, updates, and deletes) to external databases or applications.
headContent: Asynchronous replication of data changes (inserts, updates, and deletes) to external databases or applications
badges: ea
aliases:
- /preview/explore/logical-replication/
menu:
preview:
parent: architecture-docdb-replication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ headContent: Mix & match common design patterns to achieve advanced patterns
image: /images/section_icons/architecture/distributed_acid.png
aliases:
- /preview/develop/realworld-apps/iot-spark-kafka-ksql/
- /develop/realworld-apps/iot-spark-kafka/
menu:
preview:
identifier: global-apps-real-world-scenarios
Expand Down
1 change: 1 addition & 0 deletions docs/content/preview/drivers-orms/java/yugabyte-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ aliases:
- /preview/develop/client-drivers/java/
- /preview/develop/build-apps/java/
- /preview/quick-start/build-apps/java/
- /preview/integrations/jdbc-drivers/
menu:
preview:
identifier: yugabyte-jdbc-driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The connector is compatible with the following versions of YugabyteDB.
Compatibility
* Kafka Connect: The connector supports version 2.x and later.
* YugabyteDB: The connector supports version 2.14 and later.

{{< note title="Note" >}}

Starting with YugabyteDB v2.20, the naming convention for releases of the connector uses the scheme *major.y.minor*, as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: PostgreSQL compatibility
description: Summary of YugabyteDB's PostgreSQL compatibility
aliases:
- /preview/ysql/postgresql-compatibility/
- /preview/explore/ysql-language-features/postgresql-compatibility/
menu:
preview:
identifier: explore-ysql-postgresql-compatibility
Expand Down
2 changes: 2 additions & 0 deletions docs/content/preview/integrations/apache-beam.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ menu:
identifier: apache-beam
parent: data-integration
weight: 571
alises:
- /preview/integrations/apache-spark/
type: docs
---

Expand Down
2 changes: 2 additions & 0 deletions docs/content/preview/integrations/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ menu:
identifier: prisma-integration
parent: schema-migration
weight: 571
aliases:
- /preview/develop/graphql/prisma/
type: docs
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ headerTitle: YB-Master metrics
linkTitle: YB-Master metrics
headcontent: Monitor table and tablet operations
description: Learn about YugabyteDB's YB-Master metrics, and how to select and use the metrics.
aliases:
- /launch-and-manage/monitor-and-alert/metrics/ybmaster/
menu:
preview:
identifier: yb-master-metrics
Expand Down
3 changes: 3 additions & 0 deletions docs/content/preview/yugabyte-voyager/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cascade:
unversioned: true
description: YugabyteDB Voyager is a powerful open-source data migration engine that helps you migrate your database to YugabyteDB quickly and securely.
type: indexpage
aliases:
- /preview/voyager/
- /preview/tools/voyager/
menu:
preview_yugabyte-voyager:
identifier: yugabyte-voyager
Expand Down