diff options
Diffstat (limited to 'docs/source/_templates/indexcontent.html')
-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> |