Skip to content

Commit f35ed8f

Browse files
authored
[docs] simplify sidebar navigation (#7070)
1 parent 7c1b95c commit f35ed8f

File tree

58 files changed

+78
-145
lines changed

Some content is hidden

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

58 files changed

+78
-145
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Once a network connection is established, the server starts to accept client req
44

55
The following authentication modes are supported:
66

7-
* Anonymous access is enabled by default and available immediately when you [install the cluster](../deploy/index.md).
7+
* Anonymous access is enabled by default and available immediately when you [install the cluster](../devops/index.md).
88
* [Authentication through a third-party IAM provider](#iam), for example, [Yandex Identity and Access Management]{% if lang == "en" %}(https://cloud.yandex.com/en/docs/iam/){% endif %}{% if lang == "ru" %}(https://cloud.yandex.ru/docs/iam/){% endif %}.
99
* Authentication by [username and password](#static-credentials).
1010

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
items:
2-
- { name: Overview, href: index.md }
32
- { name: Directory, href: dir.md }
43
- { name: Table, href: table.md }
54
- { name: View, href: view.md }

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
items:
2-
- { name: Overview, href: index.md }
32
- { name: Glossary, href: glossary.md }
43
- { name: Connecting to a database, href: connect.md }
54
- name: Authentication
65
href: auth.md
76
- name: Data model and schema
7+
href: datamodel/index.md
88
include: { path: datamodel/toc_p.yaml, mode: link }
99
- { name: Transactions, href: transactions.md }
1010
- { name: Secondary indexes, href: secondary_indexes.md }
@@ -14,9 +14,8 @@ items:
1414
- { name: Database limits, href: limits-ydb.md }
1515
- { name: Multi-Version Concurrency Control (MVCC), href: mvcc.md }
1616
- name: YDB cluster
17+
href: cluster/index.md
1718
items:
18-
- name: Overview
19-
href: cluster/index.md
2019
- name: Topology
2120
href: topology.md
2221
- name: General YDB schema

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ items:
1818
- name: Distributed transactions
1919
href: datashard-distributed-txs.md
2020
- name: Testing with load actors
21+
href: load-actors-overview.md
2122
items:
22-
- name: Overview
23-
href: load-actors-overview.md
2423
- name: KqpLoad
2524
href: load-actors-kqp.md
2625
- name: KeyValueLoad
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
items:
2-
- name: Overview
3-
href: index.md
42
- include: { mode: link, path: toc_i.yaml }

ydb/docs/en/core/deploy/_includes/index.md

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

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

ydb/docs/en/core/deploy/manual/toc_i.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
items:
2-
#- name: Overview
3-
# href: concepts.md
42
- name: Deployment
53
href: deploy-ydb-on-premises.md
64
- name: Deployment with Federated Query

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
items:
2-
- name: Overview
3-
href: index.md
42
- include: { mode: link, path: toc_i.yaml }

ydb/docs/en/core/dev/example-app/toc_i.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
items:
2-
- name: Overview
3-
href: index.md
42
- name: C++
53
href: example-cpp.md
64
- name: C# (.NET)

0 commit comments

Comments
 (0)