Skip to content

Commit 340a20b

Browse files
authored
Take cartridge-cli documentation sources from ./doc (#2329)
Part of tarantool/cartridge-cli#632
1 parent 6b8accb commit 340a20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_submodules.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pot_src="${project_root}/modules/cartridge/build.luarocks/build.rst/locale"
1111
pot_dest="${project_root}/locale/book/cartridge"
1212
po_src="${project_root}/modules/cartridge/build.luarocks/build.rst/locale/ru/LC_MESSAGES"
1313
po_dest="${project_root}/locale/ru/LC_MESSAGES/book/cartridge"
14-
cartridge_cli_root="${project_root}/modules/cartridge-cli"
14+
cartridge_cli_root="${project_root}/modules/cartridge-cli/doc"
1515
cartridge_cli_dest="${rst_dest}/cartridge_cli"
1616
cartridge_cli_index_dest="${cartridge_cli_dest}/index.rst"
1717
monitoring_root="${project_root}/modules/metrics/doc/monitoring"
@@ -42,7 +42,7 @@ yes | cp -rf "${monitoring_root}" "${monitoring_dest}/"
4242
yes | cp -rf "${monitoring_grafana_root}" "${monitoring_dest}/"
4343

4444
mkdir -p "${cartridge_cli_dest}"
45-
yes | cp -rf "${cartridge_cli_root}/README.rst" "${cartridge_cli_index_dest}"
45+
yes | cp -rf "${cartridge_cli_root}/index.rst" "${cartridge_cli_index_dest}"
4646

4747
mkdir -p "${cartridge_kubernetes_dest}"
4848
yes | cp -rf "${cartridge_kubernetes_root}" "${cartridge_kubernetes_dest}"

0 commit comments

Comments
 (0)