We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1df824 commit c2e8b55Copy full SHA for c2e8b55
docbot/settings.py
@@ -7,10 +7,10 @@
7
title_header = 'Title:'
8
api = 'https://api.github.com/repos/tarantool/'
9
doc_repo_urls = {
10
- f'tarantool/tarantool': f'{api}doc',
11
- f'tarantool/tarantool-ee': f'{api}enterprise_doc',
12
- f'tarantool/sdk': f'{api}enterprise_doc',
13
- f'tarantool/tdg': f'{api}tdg-doc',
14
- f'tarantool/tdg2': f'{api}tdg-doc',
+ 'tarantool/tarantool': f'{api}doc',
+ 'tarantool/tarantool-ee': f'{api}enterprise_doc',
+ 'tarantool/sdk': f'{api}enterprise_doc',
+ 'tarantool/tdg': f'{api}tdg-doc',
+ 'tarantool/tdg2': f'{api}tdg-doc',
15
}
16
LAST_EVENTS_SIZE = 30
0 commit comments