diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-01-24 00:05:55 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-25 18:17:09 +0100 |
commit | 2ee00d0964dddf364c195e656ab938c721b50569 (patch) | |
tree | f867da552a44e6beec69e1374028dbc16395bb56 /docs/website/docs.html | |
parent | b90fa707f3a3d43d54944e7b80ad6423f2f93667 (diff) | |
download | buildroot-2ee00d0964dddf364c195e656ab938c721b50569.tar.gz buildroot-2ee00d0964dddf364c195e656ab938c721b50569.zip |
docs: really move the website
Now that the automated scripts that deply our website have been updated,
really move the website to its final location.
We still keep a symlink for the images, as they are used both for the
website, and for the manual.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/docs.html')
-rw-r--r-- | docs/website/docs.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/website/docs.html b/docs/website/docs.html new file mode 100644 index 0000000000..c44ad8bacc --- /dev/null +++ b/docs/website/docs.html @@ -0,0 +1,51 @@ +<!--#include file="header.html" --> + +<div class="row"> +<div class="col-sm-10 col-sm-offset-1"> + +<h2>Documentation</h2> + +<p>The Buildroot user manual is where you want to start reading if you +wish to understand how Buildroot works, or wish to change/extend/fix +things. It is available as:</p> + +<h4>Latest stable release</h4> +<ul> + <li><a href="/downloads/manual/manual.html">Online HTML</a></li> + <li><a href="/downloads/manual/manual.pdf">PDF document</a></li> + <li><a href="/downloads/manual/manual.text">ASCII text</a></li> +</ul> + +<h4>Nightly build</h4> +<ul> + <li><a href="http://nightly.buildroot.org/manual.html">Online HTML</a></li> + <li><a href="http://nightly.buildroot.org/manual.pdf">PDF document</a></li> + <li><a href="http://nightly.buildroot.org/manual.text">ASCII text</a></li> +</ul> + +<p>If you find any errors (factual, grammatical, whatever) please +report them to us.</p> + +<p>If you find that you need help with Buildroot, you can ask for +help:</p> + +<ul> + + <li>On the <a href="support.html">buildroot mailing list</a> + at <code>buildroot at buildroot.org</code></li> + + <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC + channel</a>, <code>#buildroot</code> on Freenode</li> + + <li>On our <a href="https://bugs.buildroot.org">bugtracker</a>.</li> + + <li>Through the various companies offering commercial Buildroot + support.</li> + +</ul> + +</div><!--/.col-sm-10 --> +</div><!--/.row --> + +<!--#include file="footer.html" --> + |