aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-19Merge pull request #8 from dl9pf/masterJan-Simon Möller3-6/+6
Fix links to baylibre pdf docs on github
2019-06-19Fix links to baylibre pdf docs on githubbuild.automotivelinux.org3-6/+6
We need the proper URL to download the raw files. Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
2019-05-30Merge pull request #7 from scottrifenbark/masterStephane Desneux2-0/+2
devguide section books: Added specific branch
2019-05-28Fixed warning about high-level-viwi-service docSebastien Douheret2-2/+0
Remove override to master branch can be removed because flounder and guppy branches now exist in high-level-viwi-service repo. Change-Id: Ieb59e252616281ef2546eff2c99b1ce90dbc4104 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-05-28devguide section books: Added specific branchScott Rifenbark2-0/+2
I added specific "git_commit" lines near the top of these two files: git_commit : "guppy" git_commit : "master" I want to be sure that the correct branches are established as the defaults. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-21Contribute: Fixed broken link to Gerrit docsScott Rifenbark1-1/+2
A non-existant link to the gerrit.baserock.org was in the "contribute_guidelines.md" file. Also, the link was formatted such that it was not giving a decent label. I updated the link to point to the following: https://gerrit.automotivelinux.org/gerrit/Documentation/config-labels.html Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-05-18Set VERBOSE mode only when VERBOSE=1 (or V=1)Sebastien Douheret1-7/+12
For example, to enable verbose mode: make clean serve VERBOSE=1 or export VERBOSE=1 make clean serve Change-Id: I27c3268ddc2c3a48b95bd5f55443b95181185353 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-04-17Remove obsolete tocs filesSebastien Douheret15-1982/+0
Change-Id: I14c34a8d14ffab76cfc102dde49758399856a463 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-04-17API Reference: Updated section_guppy.yml to include new overviewScott Rifenbark1-0/+6
I added the part to fetch the book from the docs-sources file so the intro to the API reference would be included in the guppy version. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-16howto+reference: add section_flounder.ymlClément Bénier2-0/+16
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-16under-construction: add under-construction pageClément Bénier3-15/+48
- when a section is not available it display under-construction page Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-15multi-versions: fix broken links between versionsClément Bénier1-0/+2
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-15apis_services/section_master: remove git_commitClément Bénier1-5/+0
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-15devguides/section_[guppy|master]: controller guideClément Bénier2-4/+4
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-13Merge pull request #5 from glunardi/patch-1Sebastien Douheret1-1/+1
Fix nav dropdown for mobile view
2019-04-12Fix nav dropdown for mobile view Guy Lunardi1-1/+1
Inspired by a change in https://github.com/apache/cordova-docs. There appears to be more fixes there.
2019-04-09Added API reference overview topic pulled from docs-sources.Scott Rifenbark1-0/+6
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-09Removed ".md" from dest prefix in devguides section_flounder.ymlScott Rifenbark1-2/+1
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-01API Reference topic: Added as a new book.Scott Rifenbark1-0/+11
I added a single topic as a new "API Reference" item in the table of contents for "APIs & Services". This is based on the "api-introduction.md" file that now lives in the doc-sources repo. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-03-29Merge remote-tracking branch 'origin/master-next'Clément Bénier51-2745/+882
2019-03-29Makefile: add linkchecker rule to check linksClément Bénier1-0/+8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-26setupdocs: fix ref_doctoolslegacy-doc-03-2019Clément Bénier1-2/+2
Change-Id: Iac010eeb0561bb63c7d37d84d63cd1d588361281 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
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-22conf: remove /nextClément Bénier1-1/+1
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-22toc issue: fixedClément Bénier4-19/+19
This reverts commit 13adf0d8f14e1088452ab479d7f354755bbfe53e.
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>
2019-03-21change baseurl: fix version issue in search boxClément Bénier2-14/+14
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-19Makefile: add VERSIONS and SECTIONS optionsClément Bénier1-8/+13
- VERSIONS=[VERSION, ...]: desired versions, separated by ',' - SECTIONS=[SECTION, ...]: desired sections, secparated by ',' Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-11architecture section: add git_commit master-nextClément Bénier3-3/+2
- remove sandbox/benierc/newdocs Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-11brotherBooks: rename appendBooks into brotherBooksClément Bénier6-54/+69
- add brotherBooks entry when needed Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-06appendBooks for meta-AGLClément Bénier3-24/+27
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-25_data/redirects: remove redirection master to devClément Bénier1-1/+0
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-25docs-source switch to master-nextClément Bénier12-10/+22
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24Merge branch 'sandbox/benierc/newdocstmp' into master-nextClément Bénier27-41/+763
2019-02-24reset tocsClément Bénier10-0/+1585
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24add guppy sectionssandbox/benierc/newdocstmpClément Bénier7-0/+242
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24howto: add handle doc informationClément Bénier1-0/+8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24add section howto and referenceClément Bénier1-0/+2
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24howto and reference sections addedClément Bénier5-0/+46
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24getting-started flounder: docs-sources masterClément Bénier1-0/+1
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24sections architecture getting started: updatedClément Bénier4-22/+10
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24devguides sections: updatedClément Bénier2-29/+50
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24section_flouder apiservices: updatedClément Bénier1-78/+76
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24section_master: switch to masterClément Bénier1-7/+3
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-24header.html: fix link for hardware supportClément Bénier1-1/+1
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-21Fix libafb-helpers doc branchSebastien Douheret2-2/+0
Doc of libafb-helpers is no longer in a sandbox and has been merged into master branch. Change-Id: I2910cd453f585bd52f6823e32672914c89e9f4e7 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-02-20Add tocs for guppyJan-Simon Möller10-0/+1563
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-02-13apis_service/section_master: fix errorsClément Bénier1-66/+67
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-02-07Merge pull request #2 from iotbzh/sandbox/claneys/afb-helpersSebastien Douheret2-0/+34
Add documentation about the afb-helpers library
2019-02-07Restore App-Templates guide in the doc (#3)Forlot Romain [IoT.bzh]2-2/+8
* Restore App-Templates guide in the doc Bug-AGL: SPEC-2027 Change-Id: If8fec623009701f00b410516c6a36ba14bde8de6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>