Skip to content

Commit 803ff39

Browse files
committed
Add vshard into tracked repos back
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").
1 parent c2e8b55 commit 803ff39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docbot/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
api = 'https://api.github.com/repos/tarantool/'
99
doc_repo_urls = {
1010
'tarantool/tarantool': f'{api}doc',
11+
'tarantool/vshard': f'{api}doc',
1112
'tarantool/tarantool-ee': f'{api}enterprise_doc',
1213
'tarantool/sdk': f'{api}enterprise_doc',
1314
'tarantool/tdg': f'{api}tdg-doc',

0 commit comments

Comments
 (0)