Skip to content

Commit

Permalink
Drop enterprise_doc
Browse files Browse the repository at this point in the history
Redirect doc requests from enterprise repos to tarantool/doc.
Reason: EE docs are merged into the main doc.
  • Loading branch information
p7nov authored and lastoCHka42 committed Jan 13, 2025
1 parent 38782c1 commit bda9b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docbot/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
doc_repo_urls = {
'tarantool/tarantool': f'{api}doc',
'tarantool/vshard': f'{api}doc',
'tarantool/tarantool-ee': f'{api}enterprise_doc',
'tarantool/sdk': f'{api}enterprise_doc',
'tarantool/tarantool-ee': f'{api}doc',
'tarantool/sdk': f'{api}doc',
'tarantool/tdg': f'{api}tdg-doc',
'tarantool/tdg2': f'{api}tdg-doc',
'tarantool/tt': f'{api}doc',
'tarantool/tt-ee': f'{api}enterprise_doc',
'tarantool/tt-ee': f'{api}doc',
'tarantool/grafana-dashboard': f'{api}doc',
'tarantool/metrics': f'{api}doc',
}
Expand Down

0 comments on commit bda9b76

Please sign in to comment.