You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/contributing.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,9 @@ The ``ci.yml`` file is used to specify how the test suite and sketches will hand
424
424
Libraries are installed using the ``arduino-cli lib install`` command, so you can specify libraries by name + version (e.g., ``AudioZero@1.0.0``)
425
425
or by URL (e.g., ``https://github.com/arduino-libraries/WiFi101.git``).
426
426
More information can be found in the `Arduino CLI documentation <https://arduino.github.io/arduino-cli/1.3/commands/arduino-cli_lib_install/>`_.
427
+
* ``upload-binary``: This directive is used ESP-DOCS - Docs Embed to integrate Wokwi simulations into the documentation.
428
+
Together with custom Sphinx plugin and its directives, it allows embedding Wokwi simulator into the documentation pages with pre-compiled binaries.
429
+
For more information, please refer to the `ESP-DOCS - Docs Embed contributing guide <https://docs.espressif.com/projects/esp-docs/en/latest/writing-documentation/docs-embed.html>`_.
427
430
428
431
The ``wifi`` test suite is a good example of how to use the ``ci.yml`` file:
0 commit comments