Skip to content

Commit

Permalink
Add vshard into tracked repos back
Browse files Browse the repository at this point in the history
The problem is mentioned in #14, but I'll leave the issue open, because
the original problem is still here.

It seems the regression was introduced in f1df824 ("Refactor docbot
service").
  • Loading branch information
Totktonada committed Jan 19, 2023
1 parent c2e8b55 commit c4430ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docbot/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
api = 'https://api.github.com/repos/tarantool/'
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/tdg': f'{api}tdg-doc',
Expand Down

0 comments on commit c4430ae

Please sign in to comment.