Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
00056a58
Commit
00056a58
authored
10 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:tarantool/tarantool
parents
6a5f7ed5
d0a60591
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/sphinx/_static/headers.js
+11
-0
11 additions, 0 deletions
doc/sphinx/_static/headers.js
doc/sphinx/_static/sphinx_design.css
+29
-11
29 additions, 11 deletions
doc/sphinx/_static/sphinx_design.css
doc/sphinx/book/replication/index.rst
+2
-2
2 additions, 2 deletions
doc/sphinx/book/replication/index.rst
with
42 additions
and
13 deletions
doc/sphinx/_static/headers.js
+
11
−
0
View file @
00056a58
...
...
@@ -11,6 +11,17 @@ $(document).ready(function () {
}
}
);
$
(
"
[id^='lua-object'], [id^='lua-function'], [id^='lua-data']
"
).
each
(
function
(
i
,
el
)
{
var
icon
=
'
<i class="fa fa-link"></i>
'
;
var
hlink
=
$
(
el
).
find
(
"
.headerlink
"
);
var
hlink_id
=
hlink
.
attr
(
"
href
"
);
if
(
typeof
(
hlink_id
)
!=
'
undefined
'
)
{
$
(
hlink
).
remove
();
$
(
el
).
prepend
(
$
(
"
<a />
"
).
addClass
(
"
headerlink
"
).
attr
(
"
href
"
,
hlink_id
).
html
(
icon
));
}
}
);
$
(
"
.admonition.note p.first.admonition-title
"
).
each
(
function
(
i
,
el
)
{
var
icon
=
'
<i class="fa fa-comments-o"></i>
'
;
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/_static/sphinx_design.css
+
29
−
11
View file @
00056a58
...
...
@@ -13,6 +13,7 @@
}
li
.toctree-l1
>
a
{
color
:
#168de2
;
font-size
:
20px
;
margin
:
0
;
text-decoration
:
none
;
...
...
@@ -187,7 +188,8 @@ a.headerlink {
.b-article
h2
,
.b-article
h3
,
.b-article
h4
,
.b-article
h5
{
.b-article
h5
,
.b-article
h6
{
margin
:
16px
0
16px
-25px
;
font-weight
:
bold
;
}
...
...
@@ -211,12 +213,24 @@ a.headerlink {
-ms-transition
:
opacity
0.2s
ease-in-out
0.1s
;
}
[
id
^=
"lua-object"
],
[
id
^=
"lua-function"
],
[
id
^=
"lua-data"
]
{
margin-left
:
-25px
;
}
[
id
^=
"lua-object"
]
:hover
.headerlink
,
[
id
^=
"lua-function"
]
:hover
.headerlink
,
[
id
^=
"lua-data"
]
:hover
.headerlink
{
opacity
:
1
;
}
h2
:hover
.headerlink
,
h3
:hover
.headerlink
,
h4
:hover
.headerlink
,
h5
:hover
.headerlink
,
h6
:hover
.headerlink
{
opacity
:
1
;
opacity
:
1
;
}
table
.docutils.footnote
{
...
...
@@ -378,8 +392,8 @@ div.b-cols_content_left .b-search-text {
}
.b-tab_switcher
{
display
:
inline-block
;
border
:
1
px
solid
#
168de2
;
background
:
#
FFF
;
border
:
2
px
solid
#
797979
;
background
:
#
fff
;
-webkit-border-radius
:
6px
6px
0
0
;
-moz-border-radius
:
6px
6px
0
0
;
border-radius
:
6px
6px
0
0
;
...
...
@@ -391,7 +405,7 @@ div.b-cols_content_left .b-search-text {
display
:
inline-block
;
font-size
:
16px
;
color
:
#262626
;
border-right
:
1
px
solid
#
168de2
;
border-right
:
2
px
solid
#
797979
;
padding
:
0px
!important
;
}
.b-tab_switcher-item
:last-child
{
...
...
@@ -399,17 +413,18 @@ div.b-cols_content_left .b-search-text {
}
.b-tab_switcher-item-url
{
display
:
inline-block
;
color
:
inherit
;
color
:
#797979
;
text-decoration
:
none
;
padding
:
8px
19px
;
text-transform
:
uppercase
;
}
.b-tab_switcher-item-url
:hover
{
background
:
#e7f3fc
;
background
:
#c9c9c9
;
color
:
#fff
}
.b-tab_switcher-item-url.p-active
{
background
:
#
168de2
;
color
:
#
FFF
;
background
:
#
797979
;
color
:
#
fff
;
}
.b-tab_switcher-item
:first-child
.b-tab_switcher-item-url
{
-webkit-border-radius
:
4px
0
0
0px
;
...
...
@@ -423,9 +438,12 @@ div.b-cols_content_left .b-search-text {
}
.b-documentation-tab-content
{
border
:
1
px
solid
#
168de2
;
margin-top
:
-
1
px
;
border
:
2
px
solid
#
797979
;
margin-top
:
-
2
px
;
padding
:
5px
;
-webkit-border-radius
:
0
6px
6px
6px
;
-moz-border-radius
:
0
6px
6px
6px
;
border-radius
:
0
6px
6px
6px
;
}
.b-documentation-tab
div
{
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/book/replication/index.rst
+
2
−
2
View file @
00056a58
...
...
@@ -95,7 +95,7 @@ the old master went down, they would have to be re-applied manually.
=====================================================================
Instructions for q
uick startup of a new two-server simple cluster
Q
uick startup of a new two-server simple cluster
=====================================================================
Step 1. Start the first server thus:
...
...
@@ -342,7 +342,7 @@ Now the screen looks like this: (except that UUID values are always different):
}, '#catalog-2 .b-tab_switcher-item');
dOn.ready(function(event) {
maxHeight = Math.max($('#terminal-2-1').height(), $('#terminal-2-2').height());
$('#catalog-2-content').height(maxHeight);
$('#catalog-2-content').height(maxHeight
+ 10
);
$('#terminal-2-1').height(maxHeight);
$('#terminal-2-2').height(maxHeight);
$('#terminal-2-1').show();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment