Skip to content

Commit bda9b76

Browse files
p7novlastoCHka42
authored andcommitted
Drop enterprise_doc
Redirect doc requests from enterprise repos to tarantool/doc. Reason: EE docs are merged into the main doc.
1 parent 38782c1 commit bda9b76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docbot/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
doc_repo_urls = {
1414
'tarantool/tarantool': f'{api}doc',
1515
'tarantool/vshard': f'{api}doc',
16-
'tarantool/tarantool-ee': f'{api}enterprise_doc',
17-
'tarantool/sdk': f'{api}enterprise_doc',
16+
'tarantool/tarantool-ee': f'{api}doc',
17+
'tarantool/sdk': f'{api}doc',
1818
'tarantool/tdg': f'{api}tdg-doc',
1919
'tarantool/tdg2': f'{api}tdg-doc',
2020
'tarantool/tt': f'{api}doc',
21-
'tarantool/tt-ee': f'{api}enterprise_doc',
21+
'tarantool/tt-ee': f'{api}doc',
2222
'tarantool/grafana-dashboard': f'{api}doc',
2323
'tarantool/metrics': f'{api}doc',
2424
}

0 commit comments

Comments
 (0)