Sync docs

This commit is contained in:
Ivan Kravets
2020-10-29 18:09:08 +02:00
parent 5ea864da39
commit da6cde5cbd
2 changed files with 3 additions and 1 deletions

2
docs

Submodule docs updated: a33e885d68...500b826845

View File

@ -1066,6 +1066,8 @@ def update_project_examples():
# Frameworks
frameworks = []
for framework in API_FRAMEWORKS:
if framework["name"] not in framework_examples_md_lines:
continue
readme_dir = join(project_examples_dir, "frameworks", framework["name"])
if not isdir(readme_dir):
os.makedirs(readme_dir)