From: Timo Mueller <[email protected]> The separate yocto manuals are added to the table of contents to prepare their inclusion into the plugin.
Signed-off-by: Timo Mueller <[email protected]> --- plugins/org.yocto.doc.user/plugin.xml | 24 ++++++++++++++++++++++++ plugins/org.yocto.doc.user/toc.xml | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/plugins/org.yocto.doc.user/plugin.xml b/plugins/org.yocto.doc.user/plugin.xml index 8353cd1..69fb625 100644 --- a/plugins/org.yocto.doc.user/plugin.xml +++ b/plugins/org.yocto.doc.user/plugin.xml @@ -7,5 +7,29 @@ file="toc.xml" primary="true"> </toc> + <toc + file="html/adt-manual-toc.xml" + primary="false"> + </toc> + <toc + file="html/yocto-project-qs-toc.xml" + primary="false"> + </toc> + <toc + file="html/dev-manual-toc.xml" + primary="false"> + </toc> + <toc + file="html/poky-ref-manual-toc.xml" + primary="false"> + </toc> + <toc + file="html/bsp-guide-toc.xml" + primary="false"> + </toc> + <toc + file="html/kernel-manual-toc.xml" + primary="false"> + </toc> </extension> </plugin> diff --git a/plugins/org.yocto.doc.user/toc.xml b/plugins/org.yocto.doc.user/toc.xml index 4998ef3..ea039f4 100644 --- a/plugins/org.yocto.doc.user/toc.xml +++ b/plugins/org.yocto.doc.user/toc.xml @@ -1,3 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <toc label="Yocto Project Documentation"> + <topic label="Yocto Project Quick Start"> + <link toc="html/yocto-project-qs-toc.xml"/> + </topic> + <topic label="Yocto·Project·Application·Developer's·Guide"> + <link toc="html/adt-manual-toc.xml"/> + </topic> + <topic label="Yocto Project Development Manual"> + <link toc="html/dev-manual-toc.xml"/> + </topic> + <topic label="Yocto Project Reference Manual"> + <link toc="html/poky-ref-manual-toc.xml"/> + </topic> + <topic label="Yocto Project Board Support Package Developer's Guide"> + <link toc="html/bsp-guide-toc.xml"/> + </topic> + <topic label="Yocto Project Kernel Architecture and Use Manual"> + <link toc="html/kernel-manual-toc.xml"/> + </topic> </toc> -- 1.7.11.7 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
