aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04Add 'GetRunningBindingDirPath' functionicefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.4icefish/8.99.3icefish/8.99.28.99.48.99.38.99.2Jonathan Aillet1-0/+9
Add 'GetRunningBindingDirPath' function that returns the binding directory path (the path to the directory that contains the binding). FYI: - 'Binding directory path' is the path to the directory that contains a binding binding launched by the binder. - 'Binder root directory path' is the path specified at binder launch using '--rootdir' option. If no option is specified, binder root directory is set to the current directory. SPEC-AGL: SPEC-3009 Change-Id: I34b3d17710ebc2bf06541a00ca7f8d7189f6aa18 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2019-12-04Add 'GetAFBRootDirPath' functionJonathan Aillet1-4/+28
Add 'GetAFBRootDirPath' function that replace 'GetBindingDirPath' function as previous 'GetBindingDirPath' was returning 'Binder root directory path' and not 'Binding directory path'. 'GetBindingDirPath' function has been kept to call 'GetAFBRootDirPath' for compatibility issues. FYI: - 'Binding directory path' is the path to the directory that contains the binding. - 'Binder root directory path' is the path specified at binder launch using '--rootdir' option. If no option is specified, binder root directory is set to the current directory. BUG-AGL: SPEC-3009 Change-Id: I3f4bb64f1d67558a291481e0987bd93666535add Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2019-04-17docs/usage: fix broken linkClément Bénier1-1/+1
Change-Id: I62bd819cd1bb3edd2140ac5f10501e5285bfe5c8 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-16docs/usage: fix broken linkClément Bénier1-1/+1
Change-Id: I660560f31b3885de78c43b9da9ceae66d80451dc Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-12afb-helpers-book: changing name of the sectionClément Bénier1-1/+1
Change-Id: Ie5b3a6c287d50cc42b968c1632a39f33b41f1157 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24book.yml: needed for new doc workflowClément Bénier1-0/+27
Change-Id: Id7e4f772ec1c7f8022a80bf7561b0edfdee3f10a Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-01-16Add functions reference documentationguppy_6.99.4guppy/6.99.46.99.4Romain Forlot10-0/+1645
Only JSON helpers functions were documented before this commits. This add a description for every function of the afb-helpers library. Bug-AGL: SPEC-2114 Change-Id: I3ae941841ef4ad8e345dd4cd6bc012f6596eadc2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>