aboutsummaryrefslogtreecommitdiffstats
path: root/setupdocs.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-03-26setupdocs: fix ref_doctoolsClément Bénier1-2/+2
Change-Id: Iac010eeb0561bb63c7d37d84d63cd1d588361281 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-21baseurl option in setupdocs.shClément Bénier1-3/+10
- add -b|--baseurl to change the baseurl of the site Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-10-25setupdocs.sh: fix LONG OPTIONSClément Bénier1-1/+1
- webtemplate-ref - doctools-ref Change-Id: I7203731da8d35ceecc4f576a979708f8f2c3754e Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-10-25setupsdocs.sh: fix long option refClément Bénier1-3/+3
--doctools-ref=[REFERENCE] --webtemplate-ref=[REFERENCE] Change-Id: Ib0c0b9a7169cc94f6e6a71d01172b885d3861e11 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-10-22setupdocs.sh: improve robustnessClément Bénier1-38/+72
- return errors to stderr - check references strongly with GITREF instead of git/nogit Change-Id: Iee0dff19c8d24c079f9b72f6009b8efa132b8e40 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-10-19setupdocs.sh: script to setup agl documentationClément Bénier1-0/+109
This is a standalone script which clones docs-webtemplates and docs-tools, there are optionnal arguments as branches and destination directory. This script can also be used inside webtemplates repo to update doctools - add setupdocs.sh - remove docs.json - checkout Makefile as docs-agl Change-Id: Ie82a09f071cda5c27446eab9b7a292a5bd4f3536 Signed-off-by: Clément Bénier <clement.benier@iot.bzh> Signed-off-by: Clément Bénier <clement.benier@iot.bzh>