From ef2d0247aec8f61b6be4f699d178e1896a727fcc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Apr 2018 10:03:41 -0700 Subject: [PATCH] getting-started: Added figures from old concepts-manual The concepts-manual is going away for 2.5. It is being sucked back into the getting-started from where it came after originally being moved out of the ref-manual. I have moved all the figures from the concepts-manual to the figures folder of the getting-started manual. (From yocto-docs rev: 6a95ab558964f2833d6b214791be94cb87305926) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../concepts-manual-customization.xsl | 27 - .../concepts-manual-eclipse-customization.xsl | 35 - .../concepts-manual/concepts-manual-style.css | 988 ------------------ .../figures/concepts-manual-title.png | Bin 11920 -> 0 bytes .../analysis-for-package-splitting.png | Bin .../configuration-compile-autoreconf.png | Bin .../figures/cross-development-toolchains.png | Bin .../figures/image-generation.png | Bin .../figures/images.png | Bin .../figures/layer-input.png | Bin .../figures/package-feeds.png | Bin .../figures/patching.png | Bin .../figures/sdk-generation.png | Bin .../figures/sdk.png | Bin .../figures/source-fetching.png | Bin .../figures/source-input.png | Bin .../figures/user-configuration.png | Bin .../figures/yocto-environment-ref.png | Bin 18 files changed, 1050 deletions(-) delete mode 100644 documentation/concepts-manual/concepts-manual-customization.xsl delete mode 100644 documentation/concepts-manual/concepts-manual-eclipse-customization.xsl delete mode 100644 documentation/concepts-manual/concepts-manual-style.css delete mode 100644 documentation/concepts-manual/figures/concepts-manual-title.png rename documentation/{concepts-manual => getting-started}/figures/analysis-for-package-splitting.png (100%) rename documentation/{concepts-manual => getting-started}/figures/configuration-compile-autoreconf.png (100%) rename documentation/{concepts-manual => getting-started}/figures/cross-development-toolchains.png (100%) rename documentation/{concepts-manual => getting-started}/figures/image-generation.png (100%) rename documentation/{concepts-manual => getting-started}/figures/images.png (100%) rename documentation/{concepts-manual => getting-started}/figures/layer-input.png (100%) rename documentation/{concepts-manual => getting-started}/figures/package-feeds.png (100%) rename documentation/{concepts-manual => getting-started}/figures/patching.png (100%) rename documentation/{concepts-manual => getting-started}/figures/sdk-generation.png (100%) rename documentation/{concepts-manual => getting-started}/figures/sdk.png (100%) rename documentation/{concepts-manual => getting-started}/figures/source-fetching.png (100%) rename documentation/{concepts-manual => getting-started}/figures/source-input.png (100%) rename documentation/{concepts-manual => getting-started}/figures/user-configuration.png (100%) rename documentation/{concepts-manual => getting-started}/figures/yocto-environment-ref.png (100%) diff --git a/documentation/concepts-manual/concepts-manual-customization.xsl b/documentation/concepts-manual/concepts-manual-customization.xsl deleted file mode 100644 index 0e1d7131d5..0000000000 --- a/documentation/concepts-manual/concepts-manual-customization.xsl +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl b/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl deleted file mode 100644 index 987d66bfda..0000000000 --- a/documentation/concepts-manual/concepts-manual-eclipse-customization.xsl +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/documentation/concepts-manual/concepts-manual-style.css b/documentation/concepts-manual/concepts-manual-style.css deleted file mode 100644 index e2882e45aa..0000000000 --- a/documentation/concepts-manual/concepts-manual-style.css +++ /dev/null @@ -1,988 +0,0 @@ -/* - Generic XHTML / DocBook XHTML CSS Stylesheet. - - Browser wrangling and typographic design by - Oyvind Kolas / pippin@gimp.org - - Customised for Poky by - Matthew Allum / mallum@o-hand.com - - Thanks to: - Liam R. E. Quin - William Skaggs - Jakub Steiner - - Structure - --------- - - The stylesheet is divided into the following sections: - - Positioning - Margins, paddings, width, font-size, clearing. - Decorations - Borders, style - Colors - Colors - Graphics - Graphical backgrounds - Nasty IE tweaks - Workarounds needed to make it work in internet explorer, - currently makes the stylesheet non validating, but up until - this point it is validating. - Mozilla extensions - Transparency for footer - Rounded corners on boxes - -*/ - - - /*************** / - / Positioning / -/ ***************/ - -body { - font-family: Verdana, Sans, sans-serif; - - min-width: 640px; - width: 80%; - margin: 0em auto; - padding: 2em 5em 5em 5em; - color: #333; -} - -h1,h2,h3,h4,h5,h6,h7 { - font-family: Arial, Sans; - color: #00557D; - clear: both; -} - -h1 { - font-size: 2em; - text-align: left; - padding: 0em 0em 0em 0em; - margin: 2em 0em 0em 0em; -} - -h2.subtitle { - margin: 0.10em 0em 3.0em 0em; - padding: 0em 0em 0em 0em; - font-size: 1.8em; - padding-left: 20%; - font-weight: normal; - font-style: italic; -} - -h2 { - margin: 2em 0em 0.66em 0em; - padding: 0.5em 0em 0em 0em; - font-size: 1.5em; - font-weight: bold; -} - -h3.subtitle { - margin: 0em 0em 1em 0em; - padding: 0em 0em 0em 0em; - font-size: 142.14%; - text-align: right; -} - -h3 { - margin: 1em 0em 0.5em 0em; - padding: 1em 0em 0em 0em; - font-size: 140%; - font-weight: bold; -} - -h4 { - margin: 1em 0em 0.5em 0em; - padding: 1em 0em 0em 0em; - font-size: 120%; - font-weight: bold; -} - -h5 { - margin: 1em 0em 0.5em 0em; - padding: 1em 0em 0em 0em; - font-size: 110%; - font-weight: bold; -} - -h6 { - margin: 1em 0em 0em 0em; - padding: 1em 0em 0em 0em; - font-size: 110%; - font-weight: bold; -} - -.authorgroup { - background-color: transparent; - background-repeat: no-repeat; - padding-top: 256px; - background-image: url("figures/concepts-manual-title.png"); - background-position: left top; - margin-top: -256px; - padding-right: 50px; - margin-left: 0px; - text-align: right; - width: 740px; -} - -h3.author { - margin: 0em 0me 0em 0em; - padding: 0em 0em 0em 0em; - font-weight: normal; - font-size: 100%; - color: #333; - clear: both; -} - -.author tt.email { - font-size: 66%; -} - -.titlepage hr { - width: 0em; - clear: both; -} - -.revhistory { - padding-top: 2em; - clear: both; -} - -.toc, -.list-of-tables, -.list-of-examples, -.list-of-figures { - padding: 1.33em 0em 2.5em 0em; - color: #00557D; -} - -.toc p, -.list-of-tables p, -.list-of-figures p, -.list-of-examples p { - padding: 0em 0em 0em 0em; - padding: 0em 0em 0.3em; - margin: 1.5em 0em 0em 0em; -} - -.toc p b, -.list-of-tables p b, -.list-of-figures p b, -.list-of-examples p b{ - font-size: 100.0%; - font-weight: bold; -} - -.toc dl, -.list-of-tables dl, -.list-of-figures dl, -.list-of-examples dl { - margin: 0em 0em 0.5em 0em; - padding: 0em 0em 0em 0em; -} - -.toc dt { - margin: 0em 0em 0em 0em; - padding: 0em 0em 0em 0em; -} - -.toc dd { - margin: 0em 0em 0em 2.6em; - padding: 0em 0em 0em 0em; -} - -div.glossary dl, -div.variablelist dl { -} - -.glossary dl dt, -.variablelist dl dt, -.variablelist dl dt span.term { - font-weight: normal; - width: 20em; - text-align: right; -} - -.variablelist dl dt { - margin-top: 0.5em; -} - -.glossary dl dd, -.variablelist dl dd { - margin-top: -1em; - margin-left: 25.5em; -} - -.glossary dd p, -.variablelist dd p { - margin-top: 0em; - margin-bottom: 1em; -} - - -div.calloutlist table td { - padding: 0em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} - -div.calloutlist table td p { - margin-top: 0em; - margin-bottom: 1em; -} - -div p.copyright { - text-align: left; -} - -div.legalnotice p.legalnotice-title { - margin-bottom: 0em; -} - -p { - line-height: 1.5em; - margin-top: 0em; - -} - -dl { - padding-top: 0em; -} - -hr { - border: solid 1px; -} - - -.mediaobject, -.mediaobjectco { - text-align: center; -} - -img { - border: none; -} - -ul { - padding: 0em 0em 0em 1.5em; -} - -ul li { - padding: 0em 0em 0em 0em; -} - -ul li p { - text-align: left; -} - -table { - width :100%; -} - -th { - padding: 0.25em; - text-align: left; - font-weight: normal; - vertical-align: top; -} - -td { - padding: 0.25em; - vertical-align: top; -} - -p a[id] { - margin: 0px; - padding: 0px; - display: inline; - background-image: none; -} - -a { - text-decoration: underline; - color: #444; -} - -pre { - overflow: auto; -} - -a:hover { - text-decoration: underline; - /*font-weight: bold;*/ -} - -/* This style defines how the permalink character - appears by itself and when hovered over with - the mouse. */ - -[alt='Permalink'] { color: #eee; } -[alt='Permalink']:hover { color: black; } - - -div.informalfigure, -div.informalexample, -div.informaltable, -div.figure, -div.table, -div.example { - margin: 1em 0em; - padding: 1em; - page-break-inside: avoid; -} - - -div.informalfigure p.title b, -div.informalexample p.title b, -div.informaltable p.title b, -div.figure p.title b, -div.example p.title b, -div.table p.title b{ - padding-top: 0em; - margin-top: 0em; - font-size: 100%; - font-weight: normal; -} - -.mediaobject .caption, -.mediaobject .caption p { - text-align: center; - font-size: 80%; - padding-top: 0.5em; - padding-bottom: 0.5em; -} - -.epigraph { - padding-left: 55%; - margin-bottom: 1em; -} - -.epigraph p { - text-align: left; -} - -.epigraph .quote { - font-style: italic; -} -.epigraph .attribution { - font-style: normal; - text-align: right; -} - -span.application { - font-style: italic; -} - -.programlisting { - font-family: monospace; - font-size: 80%; - white-space: pre; - margin: 1.33em 0em; - padding: 1.33em; -} - -.tip, -.warning, -.caution, -.note { - margin-top: 1em; - margin-bottom: 1em; - -} - -/* force full width of table within div */ -.tip table, -.warning table, -.caution table, -.note table { - border: none; - width: 100%; -} - - -.tip table th, -.warning table th, -.caution table th, -.note table th { - padding: 0.8em 0.0em 0.0em 0.0em; - margin : 0em 0em 0em 0em; -} - -.tip p, -.warning p, -.caution p, -.note p { - margin-top: 0.5em; - margin-bottom: 0.5em; - padding-right: 1em; - text-align: left; -} - -.acronym { - text-transform: uppercase; -} - -b.keycap, -.keycap { - padding: 0.09em 0.3em; - margin: 0em; -} - -.itemizedlist li { - clear: none; -} - -.filename { - font-size: medium; - font-family: Courier, monospace; -} - - -div.navheader, div.heading{ - position: absolute; - left: 0em; - top: 0em; - width: 100%; - background-color: #cdf; - width: 100%; -} - -div.navfooter, div.footing{ - position: fixed; - left: 0em; - bottom: 0em; - background-color: #eee; - width: 100%; -} - - -div.navheader td, -div.navfooter td { - font-size: 66%; -} - -div.navheader table th { - /*font-family: Georgia, Times, serif;*/ - /*font-size: x-large;*/ - font-size: 80%; -} - -div.navheader table { - border-left: 0em; - border-right: 0em; - border-top: 0em; - width: 100%; -} - -div.navfooter table { - border-left: 0em; - border-right: 0em; - border-bottom: 0em; - width: 100%; -} - -div.navheader table td a, -div.navfooter table td a { - color: #777; - text-decoration: none; -} - -/* normal text in the footer */ -div.navfooter table td { - color: black; -} - -div.navheader table td a:visited, -div.navfooter table td a:visited { - color: #444; -} - - -/* links in header and footer */ -div.navheader table td a:hover, -div.navfooter table td a:hover { - text-decoration: underline; - background-color: transparent; - color: #33a; -} - -div.navheader hr, -div.navfooter hr { - display: none; -} - - -.qandaset tr.question td p { - margin: 0em 0em 1em 0em; - padding: 0em 0em 0em 0em; -} - -.qandaset tr.answer td p { - margin: 0em 0em 1em 0em; - padding: 0em 0em 0em 0em; -} -.answer td { - padding-bottom: 1.5em; -} - -.emphasis { - font-weight: bold; -} - - - /************* / - / decorations / -/ *************/ - -.titlepage { -} - -.part .title { -} - -.subtitle { - border: none; -} - -/* -h1 { - border: none; -} - -h2 { - border-top: solid 0.2em; - border-bottom: solid 0.06em; -} - -h3 { - border-top: 0em; - border-bottom: solid 0.06em; -} - -h4 { - border: 0em; - border-bottom: solid 0.06em; -} - -h5 { - border: 0em; -} -*/ - -.programlisting { - border: solid 1px; -} - -div.figure, -div.table, -div.informalfigure, -div.informaltable, -div.informalexample, -div.example { - border: 1px solid; -} - - - -.tip, -.warning, -.caution, -.note { - border: 1px solid; -} - -.tip table th, -.warning table th, -.caution table th, -.note table th { - border-bottom: 1px solid; -} - -.question td { - border-top: 1px solid black; -} - -.answer { -} - - -b.keycap, -.keycap { - border: 1px solid; -} - - -div.navheader, div.heading{ - border-bottom: 1px solid; -} - - -div.navfooter, div.footing{ - border-top: 1px solid; -} - - /********* / - / colors / -/ *********/ - -body { - color: #333; - background: white; -} - -a { - background: transparent; -} - -a:hover { - background-color: #dedede; -} - - -h1, -h2, -h3, -h4, -h5, -h6, -h7, -h8 { - background-color: transparent; -} - -hr { - border-color: #aaa; -} - - -.tip, .warning, .caution, .note { - border-color: #fff; -} - - -.tip table th, -.warning table th, -.caution table th, -.note table th { - border-bottom-color: #fff; -} - - -.warning { - background-color: #f0f0f2; -} - -.caution { - background-color: #f0f0f2; -} - -.tip { - background-color: #f0f0f2; -} - -.note { - background-color: #f0f0f2; -} - -.glossary dl dt, -.variablelist dl dt, -.variablelist dl dt span.term { - color: #044; -} - -div.figure, -div.table, -div.example, -div.informalfigure, -div.informaltable, -div.informalexample { - border-color: #aaa; -} - -pre.programlisting { - color: black; - background-color: #fff; - border-color: #aaa; - border-width: 2px; -} - -.guimenu, -.guilabel, -.guimenuitem { - background-color: #eee; -} - - -b.keycap, -.keycap { - background-color: #eee; - border-color: #999; -} - - -div.navheader { - border-color: black; -} - - -div.navfooter { - border-color: black; -} - -.writernotes { - color: red; -} - - - /*********** / - / graphics / -/ ***********/ - -/* -body { - background-image: url("images/body_bg.jpg"); - background-attachment: fixed; -} - -.navheader, -.note, -.tip { - background-image: url("images/note_bg.jpg"); - background-attachment: fixed; -} - -.warning, -.caution { - background-image: url("images/warning_bg.jpg"); - background-attachment: fixed; -} - -.figure, -.informalfigure, -.example, -.informalexample, -.table, -.informaltable { - background-image: url("images/figure_bg.jpg"); - background-attachment: fixed; -} - -*/ -h1, -h2, -h3, -h4, -h5, -h6, -h7{ -} - -/* -Example of how to stick an image as part of the title. - -div.article .titlepage .title -{ - background-image: url("figures/white-on-black.png"); - background-position: center; - background-repeat: repeat-x; -} -*/ - -div.preface .titlepage .title, -div.colophon .title, -div.chapter .titlepage .title, -div.article .titlepage .title -{ -} - -div.section div.section .titlepage .title, -div.sect2 .titlepage .title { - background: none; -} - - -h1.title { - background-color: transparent; - background-repeat: no-repeat; - height: 256px; - text-indent: -9000px; - overflow:hidden; -} - -h2.subtitle { - background-color: transparent; - text-indent: -9000px; - overflow:hidden; - width: 0px; - display: none; -} - - /*************************************** / - / pippin.gimp.org specific alterations / -/ ***************************************/ - -/* -div.heading, div.navheader { - color: #777; - font-size: 80%; - padding: 0; - margin: 0; - text-align: left; - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 50px; - background: url('/gfx/heading_bg.png') transparent; - background-repeat: repeat-x; - background-attachment: fixed; - border: none; -} - -div.heading a { - color: #444; -} - -div.footing, div.navfooter { - border: none; - color: #ddd; - font-size: 80%; - text-align:right; - - width: 100%; - padding-top: 10px; - position: absolute; - bottom: 0px; - left: 0px; - - background: url('/gfx/footing_bg.png') transparent; -} -*/ - - - - /****************** / - / nasty ie tweaks / -/ ******************/ - -/* -div.heading, div.navheader { - width:expression(document.body.clientWidth + "px"); -} - -div.footing, div.navfooter { - width:expression(document.body.clientWidth + "px"); - margin-left:expression("-5em"); -} -body { - padding:expression("4em 5em 0em 5em"); -} -*/ - - /**************************************** / - / mozilla vendor specific css extensions / -/ ****************************************/ -/* -div.navfooter, div.footing{ - -moz-opacity: 0.8em; -} - -div.figure, -div.table, -div.informalfigure, -div.informaltable, -div.informalexample, -div.example, -.tip, -.warning, -.caution, -.note { - -moz-border-radius: 0.5em; -} - -b.keycap, -.keycap { - -moz-border-radius: 0.3em; -} -*/ - -table tr td table tr td { - display: none; -} - - -hr { - display: none; -} - -table { - border: 0em; -} - - .photo { - float: right; - margin-left: 1.5em; - margin-bottom: 1.5em; - margin-top: 0em; - max-width: 17em; - border: 1px solid gray; - padding: 3px; - background: white; -} - .seperator { - padding-top: 2em; - clear: both; - } - - #validators { - margin-top: 5em; - text-align: right; - color: #777; - } - @media print { - body { - font-size: 8pt; - } - .noprint { - display: none; - } - } - - -.tip, -.note { - background: #f0f0f2; - color: #333; - padding: 20px; - margin: 20px; -} - -.tip h3, -.note h3 { - padding: 0em; - margin: 0em; - font-size: 2em; - font-weight: bold; - color: #333; -} - -.tip a, -.note a { - color: #333; - text-decoration: underline; -} - -.footnote { - font-size: small; - color: #333; -} - -/* Changes the announcement text */ -.tip h3, -.warning h3, -.caution h3, -.note h3 { - font-size:large; - color: #00557D; -} diff --git a/documentation/concepts-manual/figures/concepts-manual-title.png b/documentation/concepts-manual/figures/concepts-manual-title.png deleted file mode 100644 index bac7a69994c1b5372bd1d848e51f2b5adc8c1d92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11920 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

tZMUt)75;z;Sm< zDRT};cn%va+#dGMvP1W1Eh>XlfM}269D&uxxe66HoeSY%uL17rv zOsnK!HkPn(X%!HbSck_<{-ElsYCvt+1j?Jvt%7HkX|Rz%#G;AxW@{2I06gIEC;u1%~6B)o`m zF*k2n6$ew7FKT*ndc(m5FsI9?&UW2L%sF(Qh|&96qQRA9VK7RhcY2he0tqx#FO&P3 z(}6US{ajJ78}0&Ga>K>blMf5Ob99olEsSV9O?dbwoGK|a6fqaLJxAUuJ`05c^8nIi zx4<=DmrgN151T{7&y+=C%Joqd)>s5qt&^O0V=FxOd$yV0JO`b~hhdkf%=} z{<@R$ah2+iua_jZ^chtMvV8D$d-2tBkbrAOza!0FNvR9D3ANx^kz^B)F%tRS)itE` zTV&_^f9JvRdPfErxMn=qO?Bh~I=(J;YhxKkeR}%z{~ZXQvED#{a2)HzxBmpbs^PC) z$2Yhx+1Ec^=XSr60|$@`Dl!16hQ$;#LO}W~tw*otJ?!50O4)^e1E!#DobZ?P*Hw`? zSq^rvP>CY1R-=3Gsr2omTS9l0-UpZ%XEqOP8oa|+&drJ&nsWOpAiJiMt&z8j%j{ci zDECh=vMWUq&l}h|#C<=XcN59+y4J>Eg4H=8?6zJy9$=y}5cxv8GLxB|qofdqEHn@i zeDUT<)Y4UBMqgd!Y*&AF)m&T^&t#Y$0F#!-y1Ao2e6=K;y@v7I0$Q#Su{D;&(jg!s z3c&~;Hp!X%*$663h?JcAR!&AFbnWm&M*YysUTXfvY%(*EpL%ShNK(7mv56^qFuhyn*bBH!TMlEfYfA=9_plh-TDO@?xObmDWg7{A zTn-zXG)AM_c(OL@+wMsIHbpePtS3|>n1r~?vbS=fI|AOTQJ;Vg8L$T}1h2I@0g-hJ zua9HDn7F5jXXx4*?}scdh32xF4JX%LoQ$hQVTlVZ1kOP~`Cw|V*98)rrPbB=rS95n z^995HPb|kQyZemoyEHOhU)SJknH~29)=D0vb|$YqUg|(2RS%!HI?PnB530sV6iH(! z&R&S zNiLk{*YQ1T43rhV?1f;Z^~s)m4uXKZwwS*-OEY0w_xJf_G`RcU= zIJ3y7YNo~U2oCUiJX3GVU!P-2fM3#TAE>9L(26KN@ksCt8WII(*B{rJNqdQDS~8 zDgSPPy4QuI#r|&<(*FhG|D&+_+Ujr7_1_x9|6WV|zux(OD#5<@JqwaQ(<3Qc_>)7B M6qOUH64LkoA1-AY4FCWD diff --git a/documentation/concepts-manual/figures/analysis-for-package-splitting.png b/documentation/getting-started/figures/analysis-for-package-splitting.png similarity index 100% rename from documentation/concepts-manual/figures/analysis-for-package-splitting.png rename to documentation/getting-started/figures/analysis-for-package-splitting.png diff --git a/documentation/concepts-manual/figures/configuration-compile-autoreconf.png b/documentation/getting-started/figures/configuration-compile-autoreconf.png similarity index 100% rename from documentation/concepts-manual/figures/configuration-compile-autoreconf.png rename to documentation/getting-started/figures/configuration-compile-autoreconf.png diff --git a/documentation/concepts-manual/figures/cross-development-toolchains.png b/documentation/getting-started/figures/cross-development-toolchains.png similarity index 100% rename from documentation/concepts-manual/figures/cross-development-toolchains.png rename to documentation/getting-started/figures/cross-development-toolchains.png diff --git a/documentation/concepts-manual/figures/image-generation.png b/documentation/getting-started/figures/image-generation.png similarity index 100% rename from documentation/concepts-manual/figures/image-generation.png rename to documentation/getting-started/figures/image-generation.png diff --git a/documentation/concepts-manual/figures/images.png b/documentation/getting-started/figures/images.png similarity index 100% rename from documentation/concepts-manual/figures/images.png rename to documentation/getting-started/figures/images.png diff --git a/documentation/concepts-manual/figures/layer-input.png b/documentation/getting-started/figures/layer-input.png similarity index 100% rename from documentation/concepts-manual/figures/layer-input.png rename to documentation/getting-started/figures/layer-input.png diff --git a/documentation/concepts-manual/figures/package-feeds.png b/documentation/getting-started/figures/package-feeds.png similarity index 100% rename from documentation/concepts-manual/figures/package-feeds.png rename to documentation/getting-started/figures/package-feeds.png diff --git a/documentation/concepts-manual/figures/patching.png b/documentation/getting-started/figures/patching.png similarity index 100% rename from documentation/concepts-manual/figures/patching.png rename to documentation/getting-started/figures/patching.png diff --git a/documentation/concepts-manual/figures/sdk-generation.png b/documentation/getting-started/figures/sdk-generation.png similarity index 100% rename from documentation/concepts-manual/figures/sdk-generation.png rename to documentation/getting-started/figures/sdk-generation.png diff --git a/documentation/concepts-manual/figures/sdk.png b/documentation/getting-started/figures/sdk.png similarity index 100% rename from documentation/concepts-manual/figures/sdk.png rename to documentation/getting-started/figures/sdk.png diff --git a/documentation/concepts-manual/figures/source-fetching.png b/documentation/getting-started/figures/source-fetching.png similarity index 100% rename from documentation/concepts-manual/figures/source-fetching.png rename to documentation/getting-started/figures/source-fetching.png diff --git a/documentation/concepts-manual/figures/source-input.png b/documentation/getting-started/figures/source-input.png similarity index 100% rename from documentation/concepts-manual/figures/source-input.png rename to documentation/getting-started/figures/source-input.png diff --git a/documentation/concepts-manual/figures/user-configuration.png b/documentation/getting-started/figures/user-configuration.png similarity index 100% rename from documentation/concepts-manual/figures/user-configuration.png rename to documentation/getting-started/figures/user-configuration.png diff --git a/documentation/concepts-manual/figures/yocto-environment-ref.png b/documentation/getting-started/figures/yocto-environment-ref.png similarity index 100% rename from documentation/concepts-manual/figures/yocto-environment-ref.png rename to documentation/getting-started/figures/yocto-environment-ref.png