From 1ae2e189dd9004dff5971edc6f7c7ef5e8dee4e9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 Jan 2016 22:01:24 +0200 Subject: [PATCH] Document "branch" subfield for "repository" field from library.json --- docs/librarymanager/config.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/librarymanager/config.rst b/docs/librarymanager/config.rst index 91f9d0e9..e4032cbf 100644 --- a/docs/librarymanager/config.rst +++ b/docs/librarymanager/config.rst @@ -138,7 +138,12 @@ Examples: *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: