Skip to content

Commit 80880e5

Browse files
committed
New structure - next iteration
1 parent 87c0ca0 commit 80880e5

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

doc/book/admin/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _admin-security:
22

33
================================================================================
4-
Security
4+
Administrative console
55
================================================================================
66

77
Tarantool allows for two types of connections:

doc/connectors/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This chapter documents APIs for various programming languages:
2121
go
2222
java
2323
python
24-
community
2524
getting_started_connectors
25+
community
2626

2727
Protocol
2828
--------

doc/getting_started/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tarantool_installation:
22

3-
Installation
4-
============
3+
Installing Tarantool
4+
====================
55

66
This section explains how to download and set up Tarantool Enterprise Edition and run
77
a sample application provided with it.

doc/reference/reference_lua/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:fullwidth:
33

44
================================================================================
5-
Built-in modules reference
5+
Built-in modules API reference
66
================================================================================
77

88
.. _built_in_modules:

doc/reference/reference_rock/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:noindex:
22
:fullwidth:
33

4-
Rocks reference
5-
===============
4+
Third-party modules API reference
5+
=================================
66

77
This reference covers third-party Lua modules for Tarantool.
88

doc/tarantool_cluster/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. _tarantool_cluster:
22

3-
Tarantool database & application server
4-
=======================================
3+
Database & application server
4+
=============================
55

66
.. toctree::
77
:maxdepth: 1
88

9-
cluster_configuration/configuration
109
data_storage/index
1110
defining_manipulating_data/index
11+
cluster_configuration/configuration
1212
connections_and_auth/index
1313
replication/index
1414
transactions/atomic

doc/tooling/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ to work with Tarantool.
1010
tt_cli/index
1111
tcm/index
1212
interactive_console
13-
tarantoolctl
14-
luajit_memprof
15-
luajit_getmetrics

doc/tooling/luajit.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
LuaJIT
2+
======
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
luajit_memprof
8+
luajit_getmetrics

0 commit comments

Comments
 (0)