diff options
| author | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-04-29 10:52:59 +0900 |
|---|---|---|
| committer | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-04-29 12:29:08 +0900 |
| commit | 52add7b45c944f5302e2255a848f4c0d3703587b (patch) | |
| tree | eb4440296524851d09db5cfc3746b7bfaa49b83f | |
| parent | 1b618005301ab6cff3bde91302c49da32283ed0a (diff) | |
docs: Update files for renesas-ra port.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
| -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> |
