aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2017-01-23add local fetch to easily test local modificationRonan1-0/+1
* add "make localFetch" command * a local local fetch can't be push, you must clean and do a regular fetch to push upstream * AGL_GITHUB_FETCH,AGL_GITHUB_EDIT is use to specify the AGL source * AGL_GITHUB_BRANCH is use to choose the AGL doc branch * AGL_SRC is use to specify the AGL github user * AGL_GERRIT_BRANCH is use to choose the AGL gerrit doc branch * Usage: - make fetch: fetch the site if necessary - make localFetch: fetch the site if necessary but use local file. So just use "make localFetch" instead on "make fetch" to do a local fetch Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-16webdocs: updated README; fix htaccess for local .md filesStephane Desneux1-0/+1
Change-Id: I9458a663ed1e2df1a38fa606e834b448b2bab312 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-11-14webdocs: add hardware and devguides sections; fix processing for non-MD filesStephane Desneux1-0/+6
Change-Id: If85a4b894d39d7d564725729cd3d59c38e328a23 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-11-10webdocs: fix cleanStephane Desneux1-0/+1
Change-Id: I6b1b6d6b81b91e26848a93d84a72a91f936389e2 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>