forked from platformio/platformio-core
Document "branch" subfield for "repository" field from library.json
This commit is contained in:
@ -138,7 +138,12 @@ Examples:
|
|||||||
|
|
||||||
*Required* if :ref:`libjson_downloadurl` field is not defined | Type: ``Object``
|
*Required* if :ref:`libjson_downloadurl` field is not defined | Type: ``Object``
|
||||||
|
|
||||||
The repository in which the source code can be found.
|
The repository in which the source code can be found. The field consists for the
|
||||||
|
next items:
|
||||||
|
|
||||||
|
* ``type``
|
||||||
|
* ``url``
|
||||||
|
* ``branch`` if isn't specified, default branch will be used.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user