Skip to content

Commit d3ad4f2

Browse files
Update docs structure (#4383)
1 parent d44d2bf commit d3ad4f2

File tree

699 files changed

+2457
-4885
lines changed

Some content is hidden

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

699 files changed

+2457
-4885
lines changed

Diff for: .gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ locale/*
7676

7777
# tntcxx submodule
7878

79-
/doc/how-to/getting_started_cxx.rst
80-
/doc/how-to/_includes
81-
/doc/book/connectors/cxx/
79+
/doc/getting_started_cxx.rst
80+
/doc/_includes
81+
/doc/connector/cxx/

Diff for: build_submodules.sh

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ mv -fv "${luatest_dest}/index.rst" "${luatest_dest}/_includes/"
2828

2929
# Tarantool C++ connector
3030
tntcxx_root="${project_root}/modules/tntcxx"
31-
tntcxx_howto_dest="${project_root}/doc/how-to"
32-
tntcxx_api_dest="${project_root}/doc/book/connectors"
31+
tntcxx_howto_dest="${project_root}/doc/connector"
32+
tntcxx_api_dest="${project_root}/doc/connector"
3333

3434
# Copy Tarantool C++ connector docs to the right places
3535
mkdir -p "${tntcxx_api_dest}/cxx/"
36-
mkdir -p "${tntcxx_howto_dest}/_includes"
37-
cp -rfv "${tntcxx_root}/doc/tntcxx_getting_started.rst" "${tntcxx_howto_dest}/getting_started_cxx.rst"
38-
cp -rfv "${tntcxx_root}/examples/" "${tntcxx_howto_dest}/_includes/examples/"
36+
mkdir -p "${tntcxx_howto_dest}/cxx/"
37+
mkdir -p "${tntcxx_howto_dest}/cxx/_includes/"
38+
cp -rfv "${tntcxx_root}/doc/tntcxx_getting_started.rst" "${tntcxx_howto_dest}/cxx/"
39+
cp -rfv "${tntcxx_root}/examples/" "${tntcxx_howto_dest}/cxx/_includes/examples/"
3940
cp -rfv "${tntcxx_root}/doc/tntcxx_api.rst" "${tntcxx_api_dest}/cxx/"
File renamed without changes.
File renamed without changes.

Diff for: doc/enterprise/flight_recorder.rst renamed to doc/admin/flight_recorder.rst

+8-4

Diff for: doc/book/admin/index.rst renamed to doc/admin/index.rst

+4-6

Diff for: doc/book/admin/logs.rst renamed to doc/admin/logs.rst

-3

Diff for: doc/book/admin/monitoring/metrics_reference.rst renamed to doc/admin/monitoring/metrics_reference.rst

+4-4

Diff for: doc/book/admin/os_notes.rst renamed to doc/admin/os_notes.rst

-9
File renamed without changes.

Diff for: doc/book/admin/replication/repl_monitoring.rst renamed to doc/admin/replication/repl_monitoring.rst

+1-1

Diff for: doc/book/admin/replication/repl_recover.rst renamed to doc/admin/replication/repl_recover.rst

+1-1

Diff for: doc/alternate_build_master.rst

+4-6

Diff for: doc/book/box/index.rst

-21
This file was deleted.

Diff for: doc/book/connectors/go.rst

-200
This file was deleted.

0 commit comments

Comments
 (0)