Skip to content

Commit 1fbc31e

Browse files
committed
Create the 'Defining and manipulating data' section and move content
1 parent 6cdcf0c commit 1fbc31e

23 files changed

+41
-5
lines changed

doc/concepts/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ For details, check the :ref:`Storage engines <engines-chapter>` section.
110110
:hidden:
111111

112112
configuration
113-
data_model/index
114113
coop_multitasking
115114
atomic
116115
modules

doc/how-to/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ If you are new to Tarantool, please see our
1616
.. toctree::
1717
:maxdepth: 2
1818

19-
db/index
2019
replication/index
2120
app/index
2221
sql/index
File renamed without changes.
File renamed without changes.

doc/how-to/db/index.rst renamed to doc/platform/ddl_dml/index.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This section contains guides on performing data operations in Tarantool.
66
.. toctree::
77
:maxdepth: 1
88

9-
crud
10-
indexes
11-
sequences
9+
value_store
10+
schema_desc
11+
operations
12+
migrations
13+
read_views
14+
sql/index
15+
File renamed without changes.

doc/concepts/data_model/migrations.rst renamed to doc/platform/ddl_dml/migrations.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,8 @@ This method is described in the README file of the
147147
to deploy a Tarantool cluster, you can use ``eval``.
148148
You can find more information about it
149149
`in the Ansible role documentation <https://github.com/tarantool/ansible-cartridge/blob/master/doc/eval.md>`_.
150+
151+
.. toctree::
152+
:hidden:
153+
154+
space_upgrade

0 commit comments

Comments
 (0)