Skip to content
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
2 changes: 2 additions & 0 deletions ydb/docs/en/core/development/_includes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [Working on a change](../suggest-change.md)
* [Build and test using Ya Make build system](../build-ya.md)
3 changes: 1 addition & 2 deletions ydb/docs/en/core/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

This section contains guidelines for YDB developers and contributors.

* [Working on a change](suggest-change.md)
* [Build and test using Ya Make build system](build-ya.md)
{% include [index.md](_includes/index.md) %}
2 changes: 2 additions & 0 deletions ydb/docs/ru/core/development/_includes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [Сборка и тестирование с использованием Ya Make](../build-ya.md)
* [Работа над изменениями](../suggest-change.md)
3 changes: 1 addition & 2 deletions ydb/docs/ru/core/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

Данный раздел содержит материалы для разработчиков и контрибьюторов YDB.

* [Сборка и тестирование с использованием Ya Make](build-ya.md)
* [Работа над изменениями](suggest-change.md)
{% include [index.md](_includes/index.md) %}
4 changes: 2 additions & 2 deletions ydb/docs/ru/core/development/toc_i.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
items:
- name: Сборка и тесты Ya
href: build-ya.md
- name: Работа над изменениями
href: suggest-change.md
- name: Сборка и тесты Ya
href: build-ya.md
- name: Ядро
items:
- name: Тестирование с помощью нагружающих акторов
Expand Down