Skip to content

Commit 9cc423b

Browse files
authored
Renamed files to match the RU section (#10030)
1 parent 595af5f commit 9cc423b

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

ydb/docs/en/core/changelog-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Release date: October 12, 2023.
3030
* Added support for [column tables](concepts/datamodel/table.md#column-tables). It is now possible to create analytical reports based on stored data in YDB with performance comparable to specialized analytical DBMS.
3131
* Added support for Kafka API for topics. YDB topics can now be accessed via a Kafka-compatible API designed for migrating existing applications. Support for Kafka protocol version 3.4.0 is provided.
3232
* Added the ability to [write to a topic without deduplication](concepts/topic.md#no-dedup). This is important in cases where message processing order is not critical.
33-
* YQL has added the capabilities to [create](yql/reference/syntax/create_topic.md), [modify](yql/reference/syntax/alter_topic.md), and [delete](yql/reference/syntax/delete.md) topics.
33+
* YQL has added the capabilities to [create](yql/reference/syntax/create-topic.md), [modify](yql/reference/syntax/alter-topic.md), and [delete](yql/reference/syntax/delete.md) topics.
3434
* Added support of assigning and revoking access rights using the YQL `GRANT` and `REVOKE` commands.
3535
* Added support of DML-operations logging in the audit log.
3636
* **_(Experimental)_** When writing messages to a topic, it is now possible to pass metadata. To enable this functionality, add `enable_topic_message_meta: true` to the [configuration file](deploy/configuration/config.md).

ydb/docs/en/core/yql/reference/yql-core/syntax/toc_i.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ items:
77
- { name: ALTER GROUP, href: alter-group.md, when: feature_user_and_group }
88
- { name: ALTER TABLE, include: { mode: link, path: alter_table/toc_p.yaml }, when: feature_map_tables }
99
- { name: ALTER VIEW, href: alter-view.md, when: feature_view }
10-
- { name: ALTER TOPIC, href: alter_topic.md, when: feature_topic_control_plane }
10+
- { name: ALTER TOPIC, href: alter-topic.md, when: feature_topic_control_plane }
1111
- { name: ALTER USER, href: alter-user.md, when: feature_user_and_group }
1212
- { name: ANALYZE, href: analyze.md, when: backend_name == "YDB" }
1313
- { name: CREATE ASYNC REPLICATION, href: create-async-replication.md, when: feature_async_replication }
1414
- { name: CREATE GROUP, href: create-group.md, when: feature_user_and_group }
1515
- { name: CREATE OBJECT TYPE SECRET, href: create-object-type-secret.md, when: feature_federated_queries}
1616
- { name: CREATE TABLE, include: { mode: link, path: create_table/toc_p.yaml } }
1717
- { name: CREATE VIEW, href: create-view.md, when: feature_view }
18-
- { name: CREATE TOPIC, href: create_topic.md, when: feature_topic_control_plane }
18+
- { name: CREATE TOPIC, href: create-topic.md, when: feature_topic_control_plane }
1919
- { name: CREATE USER, href: create-user.md, when: feature_user_and_group }
2020
- { name: COMMIT, href: commit.md }
2121
- { name: DECLARE, href: declare.md }

ydb/docs/redirects.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ common:
166166
- from: /reference/ydb-sdk/example/python/index.md
167167
to: /dev/example-app/python/index.md
168168

169+
# YQL-related redirects
170+
- from: /yql/reference/syntax/alter_topic.md
171+
to: /yql/reference/syntax/alter-topic.md
172+
- from: /yql/reference/syntax/create_topic.md
173+
to: /yql/reference/syntax/create-topic.md
174+
169175
# Security-related redirects
170176
- from: /cluster/access.md
171177
to: /security/acess-management.md

0 commit comments

Comments
 (0)