summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/getting-started.xml
Commit message (Collapse)AuthorAgeFilesLines
* getting-started, mega-manual: Added new GS chapterScott Rifenbark2018-02-141-0/+2
| | | | | | | | | | | | I have added a chapter to the getting-started manual that will introduce the YP. Just the framework exists at this point. Changes to the mega-manual.xml file were made to include the new chapter in that manual as well. (From yocto-docs rev: 8a52156ac02d9a9a97c5f0cd8dce5f70d2be68d0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* getting-started: Removed "concepts.xml" fileScott Rifenbark2018-02-141-3/+1
| | | | | | | | | | | | This file was for a deeper concepts chapter. It will go into the new Yocto Project Concepts Manual. Removing it required deleting the *.xml file and updating getting-started.xml to not include it in the build. (From yocto-docs rev: 2df213c1cdba8f48918e8240de47c1758352807d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Created new "Getting Started" manual.Scott Rifenbark2018-02-141-0/+94
Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>