|
10 | 10 | # |
11 | 11 |
|
12 | 12 | # The full version, including alpha/beta/rc tags. |
13 | | -release = '4.x' |
| 13 | +release = '5.x' |
14 | 14 |
|
15 | 15 | # The search index version. |
16 | | -search_version = 'elasticsearch-4' |
| 16 | +search_version = 'elasticsearch-5' |
17 | 17 |
|
18 | 18 | # The marketing display name for the book. |
19 | 19 | version_name = '' |
|
23 | 23 |
|
24 | 24 | # Other versions that display in the version picker menu. |
25 | 25 | version_list = [ |
26 | | - {'name': '4.x', 'number': '/elasticsearch/4', 'title': '4.x', 'current': True}, |
27 | | - {'name': '3.x', 'number': '/elasticsearch/3', 'title': '3.x',}, |
| 26 | + {'name': '5.x', 'number': '/elasticsearch/5', 'title': '5.x', 'current': True}, |
| 27 | + {'name': '4.x', 'number': '/elasticsearch/4', 'title': '4.x'}, |
| 28 | + {'name': '3.x', 'number': '/elasticsearch/3', 'title': '3.x'}, |
28 | 29 | {'name': '2.x', 'number': '/elasticsearch/2', 'title': '2.x'}, |
29 | 30 | ] |
30 | 31 |
|
31 | 32 | # Languages available. |
32 | | -languages = ['en', 'fr', 'ja', 'pt'] |
| 33 | +languages = ['en', 'ja'] |
33 | 34 |
|
34 | 35 | # The GitHub branch name for this version of the docs |
35 | 36 | # for edit links to point at. |
36 | | -branch = '4.x' |
| 37 | +branch = '5.x' |
37 | 38 |
|
38 | 39 | # Current version being built |
39 | | -version = '4.x' |
| 40 | +version = '5.x' |
40 | 41 |
|
41 | 42 | show_root_link = True |
42 | 43 |
|
|
0 commit comments