mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Skip introduction/info.md in single page docs (#6292)
This commit is contained in:
parent
fe8e9124a0
commit
7bab9468b5
@ -23,6 +23,8 @@ def concatenate(lang, docs_path, single_page_file):
|
||||
logging.debug('Concatenating: ' + ', '.join(files_to_concatenate))
|
||||
|
||||
for path in files_to_concatenate:
|
||||
if path.endswith('introduction/info.md'):
|
||||
continue
|
||||
try:
|
||||
with open(os.path.join(lang_path, path)) as f:
|
||||
anchors = set()
|
||||
|
Loading…
Reference in New Issue
Block a user