aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-01-09Add yaml files for flounder versionFrederic Marec1-0/+2
Add yaml files for flounder version documentation Uncomment app-afb-test part for apis_services section Add node_modules & package.json in .gitignore Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-12-06handles versions and languagesClément Bénier1-0/+1
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-11-27gitignore: add __*Clément Bénier1-0/+1
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-10-18docs-agl conformity: make it working as docs-aglClément Bénier1-0/+1
Makefile: - add rules to clone doctools - add dependencies on doctools for each rule - add distclean rule to remove doctools repo docs.json: - add doctools section with url and version fetch.yml: - change fetching for former docs-agl source, it is now in docs-source repo Change-Id: I0f9c5c8b3cbf46cfd280f9db7fbe80a925460062 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
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>