We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38782c1 commit bda9b76Copy full SHA for bda9b76
docbot/settings.py
@@ -13,12 +13,12 @@
13
doc_repo_urls = {
14
'tarantool/tarantool': f'{api}doc',
15
'tarantool/vshard': f'{api}doc',
16
- 'tarantool/tarantool-ee': f'{api}enterprise_doc',
17
- 'tarantool/sdk': f'{api}enterprise_doc',
+ 'tarantool/tarantool-ee': f'{api}doc',
+ 'tarantool/sdk': f'{api}doc',
18
'tarantool/tdg': f'{api}tdg-doc',
19
'tarantool/tdg2': f'{api}tdg-doc',
20
'tarantool/tt': f'{api}doc',
21
- 'tarantool/tt-ee': f'{api}enterprise_doc',
+ 'tarantool/tt-ee': f'{api}doc',
22
'tarantool/grafana-dashboard': f'{api}doc',
23
'tarantool/metrics': f'{api}doc',
24
}
0 commit comments