diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:24:56 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:24:56 -0700 |
commit | f8b2b9341661440dde1644f3c7f1c8479dd7c149 (patch) | |
tree | fb9fe9c7761f6c9f63104e7e22403758e1414c49 /docs/source/_templates | |
parent | c5f25beb3e50939ff61997717960369c1897f90a (diff) | |
download | librambutan-f8b2b9341661440dde1644f3c7f1c8479dd7c149.tar.gz librambutan-f8b2b9341661440dde1644f3c7f1c8479dd7c149.zip |
docs: superficial librambutan rebranding
Diffstat (limited to 'docs/source/_templates')
-rw-r--r-- | docs/source/_templates/indexcontent.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/_templates/indexcontent.html b/docs/source/_templates/indexcontent.html index d1bb65b..2d1c8f9 100644 --- a/docs/source/_templates/indexcontent.html +++ b/docs/source/_templates/indexcontent.html @@ -14,22 +14,23 @@ <!-- Content --> {% block body %} -<h1>Hi!</h1> +<h1>Hi There!</h1> -This is the documentation for the LeafLabs Maple boards, version {{ -release }}. +This is the documentation for librambutan, a libre firmware library for STM32 +ARM microcontrollers. If browsing on the docs.rambutan.cc website, you can +select the version/branch from the box in the lower right-hand corner. <h2>Read This First</h2> Having problems? Check out <a href="{{ pathto("troubleshooting") }}">Troubleshooting</a> and the <a href="{{ pathto("faq") }}">FAQ</a>. Can't find what you want -here? Look on the <a href="http://wiki.leaflabs.com/">LeafLabs -wiki</a>. +here? Head back up to the <a href="https://docs.rambutan.cc/">project-wide +docs</a>. </p> <p>See the <a href="{{ pathto("whats-new") }}">What's New</a> page for -changes that are new in {{ release }}.</p> +changes that are new in '{{ release }}'.</p> <h2>Contents at a Glance</h2> |