Skip to content

Commit d0ec6e9

Browse files
committed
Create the new How-to section
1 parent a3e6c4f commit d0ec6e9

Some content is hidden

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

48 files changed

+16
-15585
lines changed

build_submodules.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ yes | cp -rf "${cartridge_kubernetes_root}" "${cartridge_kubernetes_dest}"
9898

9999
# Tarantool C++ connector
100100
tntcxx_root="${project_root}/modules/tntcxx"
101-
tntcxx_gs_dest="${project_root}/doc/getting_started"
101+
tntcxx_guide_dest="${project_root}/doc/how-to"
102102
tntcxx_api_dest="${project_root}/doc/book/connectors"
103103

104104
# Copy Tarantool C++ connector docs to the right places
105105
mkdir -p "${tntcxx_api_dest}/cxx/"
106-
mkdir -p "${tntcxx_gs_dest}/_includes"
107-
yes | cp -rf "${tntcxx_root}/doc/tntcxx_getting_started.rst" "${tntcxx_gs_dest}/getting_started_cxx.rst"
108-
yes | cp -rf "${tntcxx_root}/examples/" "${tntcxx_gs_dest}/_includes/examples/"
106+
mkdir -p "${tntcxx_guide_dest}/_includes"
107+
yes | cp -rf "${tntcxx_root}/doc/tntcxx_getting_started.rst" "${tntcxx_guide_dest}/getting_started_cxx.rst"
108+
yes | cp -rf "${tntcxx_root}/examples/" "${tntcxx_guide_dest}/_includes/examples/"
109109
yes | cp -rf "${tntcxx_root}/doc/tntcxx_api.rst" "${tntcxx_api_dest}/cxx/"

doc/getting_started/getting_started_cartridge.rst

-231
This file was deleted.

doc/getting_started/getting_started_connectors.rst

-21
This file was deleted.

doc/getting_started/getting_started_db.rst

-13
This file was deleted.

0 commit comments

Comments
 (0)