From: Thomas De Schampheleire Date: Tue, 12 Aug 2014 20:20:08 +0000 (+0200) Subject: manual/getting started: rename and move 'Getting involved' section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5712140af4f62de36187530c5c0f745742aacd16;p=buildroot.git manual/getting started: rename and move 'Getting involved' section The Getting Involved section is actually an overview of the ways to interact with the Buildroot community, which is useful for developers _and_ users. Therefore, this patch moves the section from the Developer Guide to the Getting Started section, and renames it to 'Community Resources'. Signed-off-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/get-involved.txt b/docs/manual/get-involved.txt index 929560e449..622597db9f 100644 --- a/docs/manual/get-involved.txt +++ b/docs/manual/get-involved.txt @@ -1,7 +1,7 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: -== Getting involved +== Community resources Like any open source project, Buildroot has different ways to share information in its community and outside. diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 6730e5376a..053d443ca6 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -22,6 +22,8 @@ include::introduction.txt[] include::starting-up.txt[] +include::get-involved.txt[] + = User guide include::working-with.txt[] @@ -40,8 +42,6 @@ include::beyond-buildroot.txt[] include::developer-guide.txt[] -include::get-involved.txt[] - include::contribute.txt[] = Appendix