Skip to content

Commit 51118c5

Browse files
authored
YDBDOCS-633: continue restructuring (#3919)
1 parent 713e5bb commit 51118c5

File tree

145 files changed

+704
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+704
-585
lines changed

ydb/docs/en/core/_includes/fault-tolerance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

ydb/docs/en/core/administration/production-storage-config.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Release date: October 12, 2023.
2323
* A new option `PostgreSQL` has been added to the query type selector settings, which is available when the `Enable additional query modes` parameter is enabled. Also, the query history now takes into account the syntax used when executing the query.
2424
* The YQL query template for creating a table has been updated. Added a description of the available parameters.
2525
* Now sorting and filtering for Storage and Nodes tables takes place on the server. To use this functionality, you need to enable the parameter `Offload tables filters and sorting to backend` in the experiments section.
26-
* Buttons for creating, changing and deleting [topics](https://ydb.tech/ru/docs/concepts/topic) have been added to the context menu.
26+
* Buttons for creating, changing and deleting [topics](concepts/topic.md) have been added to the context menu.
2727
* Added sorting by criticality for all issues in the tree in `Healthcheck`.
2828

2929
**Performance:**
@@ -155,7 +155,7 @@ Release date: May 5, 2023. To update to version 23.1, select the [Downloads](dow
155155

156156
* Added [initial table scan](concepts/cdc.md#initial-scan) when creating a CDC changefeed. Now, you can export all the data existing at the time of changefeed creation.
157157
* Added [atomic index replacement](dba/secondary-indexes.md#atomic-index-replacement). Now, you can atomically replace one pre-defined index with another. This operation is absolutely transparent for your application. Indexes are replaced seamlessly, with no downtime.
158-
* Added the [audit log](cluster/audit-log.md): Event stream including data about all the operations on {{ ydb-short-name }} objects.
158+
* Added the [audit log](security/audit-log.md): Event stream including data about all the operations on {{ ydb-short-name }} objects.
159159

160160
**Performance:**
161161

ydb/docs/en/core/cluster/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

ydb/docs/en/core/cluster/logs.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

ydb/docs/en/core/cluster/system-requirements.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

ydb/docs/en/core/cluster/toc_i.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

ydb/docs/en/core/concepts/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Authentication by username and password includes the following steps:
5454

5555
To enable username/password authentication, use `true` in the `enforce_user_token_requirement` key of the cluster's [configuration file](../deploy/configuration/config.md#auth).
5656

57-
To learn how to manage roles and users, see [{#T}](../cluster/access.md).
57+
To learn how to manage roles and users, see [{#T}](../security/access-management.md).
5858

5959
<!-- ### API получения токенов IAM {#token-refresh-api}
6060

ydb/docs/en/core/concepts/toc_i.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ items:
1717
items:
1818
- name: Overview
1919
href: cluster/index.md
20+
- name: Topology
21+
href: topology.md
2022
- name: General YDB schema
2123
href: cluster/common_scheme_ydb.md
2224
- name: Disk subsystem of a cluster

ydb/docs/en/core/contributor/load-actors-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ StorageLoad: {
146146
}
147147
}
148148
```
149-
Calculated percentiles will only represent the requests of the main load cycle and won't include write requests sent during the initial data allocation. The [graphs in Monitoring](../administration/grafana-dashboards.md) should be of interest, for example, they allow to trace the request latency degradation caused by the increasing load.
149+
Calculated percentiles will only represent the requests of the main load cycle and won't include write requests sent during the initial data allocation. The [graphs in Monitoring](../reference/observability/metrics/grafana-dashboards.md) should be of interest, for example, they allow to trace the request latency degradation caused by the increasing load.

ydb/docs/en/core/contributor/manage-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Thus, {{ ydb-short-name }} server major version is a combination of the first tw
2121

2222
### Compatibility {#server-compatibility}
2323

24-
{{ ydb-short-name }} maintains compatibility between major versions to ensure a cluster can operate while its nodes run two adjacent major versions of the YDB server executable. You may refer the [Updating {{ ydb-short-name }}](../administration/upgrade.md) article to learn more about the cluster upgrade procedure.
24+
{{ ydb-short-name }} maintains compatibility between major versions to ensure a cluster can operate while its nodes run two adjacent major versions of the YDB server executable. You may refer the [Updating {{ ydb-short-name }}](../devops/manual/upgrade.md) article to learn more about the cluster upgrade procedure.
2525

2626
Given the above compatibility target, major releases go in pairs: odd numbered releases add new functionality switched off by feature flags, and even numbered releases enable that functionality by default.
2727

ydb/docs/en/core/dba/toc_p.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
items:
22
- name: Overview
33
href: index.md
4-
- include: { mode: link, path: toc_i.yaml }
4+
- include:
5+
mode: link
6+
path: toc_i.yaml
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# Deploying YDB clusters
1+
# Deploying {{ ydb-short-name }} clusters
22

3-
This section provides information on deploying and configuring multi-node YDB clusters that serve multiple databases.
3+
This section provides information on deploying and configuring multi-node {{ ydb-short-name }} clusters that serve multiple databases.
44

5-
* [{#T}](../../cluster/system-requirements.md).
6-
* [{#T}](../../cluster/topology.md).
5+
* [{#T}](../../devops/system-requirements.md).
6+
* [{#T}](../../concepts/topology.md).
77
* [Deployment with Ansible](../../devops/ansible/index.md).
88
* [Deployment with Kubernetes](../../devops/kubernetes/index.md).
99
* [Deployment on virtual and physical servers](../manual/deploy-ydb-on-premises.md).
1010
* [Configuration](../configuration/config.md).
11-
* [BlobStorage production configurations](../../administration/production-storage-config.md).
1211

1312
Step-by-step scenarios for rapidly deploying a local single-node cluster for development and testing are given in the [Quick start](../../quickstart.md) section.

0 commit comments

Comments
 (0)