mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Sync docs
This commit is contained in:
2
docs
2
docs
Submodule docs updated: a33e885d68...500b826845
@ -1066,6 +1066,8 @@ def update_project_examples():
|
|||||||
# Frameworks
|
# Frameworks
|
||||||
frameworks = []
|
frameworks = []
|
||||||
for framework in API_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"])
|
readme_dir = join(project_examples_dir, "frameworks", framework["name"])
|
||||||
if not isdir(readme_dir):
|
if not isdir(readme_dir):
|
||||||
os.makedirs(readme_dir)
|
os.makedirs(readme_dir)
|
||||||
|
Reference in New Issue
Block a user