mirror of
https://github.com/platformio/platformio-core.git
synced 2026-04-29 18:33:19 +02:00
Docs: Sync dev-platforms
This commit is contained in:
+1
-1
Submodule docs updated: 3567dbd909...920ac92202
+1
-1
Submodule examples updated: d722c23da4...fe5a503b44
@@ -531,12 +531,13 @@ def generate_framework(type_, data, rst_dir=None):
|
||||
lines.append(" :ref:`projectconf_env_framework` = ``%s``" % type_)
|
||||
lines.append("")
|
||||
lines.append(data["description"])
|
||||
lines.append(
|
||||
"""
|
||||
if data["url"]:
|
||||
lines.append(
|
||||
"""
|
||||
For more detailed information please visit `vendor site <%s>`_.
|
||||
"""
|
||||
% campaign_url(data["url"])
|
||||
)
|
||||
% campaign_url(data["url"])
|
||||
)
|
||||
|
||||
lines.append(
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user