diff options
| -rw-r--r-- | docs/index.rst | 1 | ||||
| -rw-r--r-- | docs/templates/topindex.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3bc78e902..9a021b390 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,3 +16,4 @@ MicroPython documentation and references wipy/quickref.rst unix/quickref.rst zephyr/quickref.rst + renesas-ra/quickref.rst diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html index 4f78b9613..41bcc740d 100644 --- a/docs/templates/topindex.html +++ b/docs/templates/topindex.html @@ -78,6 +78,10 @@ <a class="biglink" href="{{ pathto("zephyr/quickref") }}">Quick reference for the Zephyr port</a><br/> <span class="linkdescr">snippets of useful code and a tutorial</span> </p> + <p class="biglink"> + <a class="biglink" href="{{ pathto("renesas-ra/quickref") }}">Quick reference for the Renesas RA</a><br/> + <span class="linkdescr">general information for Renesas RA based boards, snippets of useful code, and a tutorial</span> + </p> </td> </tr></table> |
