From e2ee4c162e2c386952fef7cc8f5e0292fa933715 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 10 Dec 2025 11:17:14 -0300 Subject: [PATCH 1/3] option1: No sidebar no sections Signed-off-by: Daiane Angolini --- source/conf.py | 1 + source/index.rst | 10 ++++++++- source/partners/index.rst | 44 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 source/partners/index.rst diff --git a/source/conf.py b/source/conf.py index 0581138a..2e9a72f4 100644 --- a/source/conf.py +++ b/source/conf.py @@ -337,6 +337,7 @@ # Removes left sidebar from homepage 'index': [], 'glossary/index':[], + 'partners/index':[], } # If true, links to the reST sources are added to the pages. html_show_sourcelink = False diff --git a/source/index.rst b/source/index.rst index 278e098f..4acec4f7 100644 --- a/source/index.rst +++ b/source/index.rst @@ -46,7 +46,15 @@ Documentation Overview :name: sec-user-guide user-guide/index - + +.. toctree:: + :maxdepth: 2 + :glob: + :caption: Partners + :name: partners + + partners/index + .. toctree:: :maxdepth: 2 :caption: Reference Manual diff --git a/source/partners/index.rst b/source/partners/index.rst new file mode 100644 index 00000000..125ce269 --- /dev/null +++ b/source/partners/index.rst @@ -0,0 +1,44 @@ +Partners +======== + + +.. grid:: + + .. grid-item-card:: UnoQ + :link: `gs-arduino-uno-q` + :link-alt: UnoQ Machine Control Board for Arduino Uno + + The Arduino UNO Q is a single-board computer based on the Qualcomm Dragonwing™ QRB2210 System-on-Chip + (SoC) / Microprocessor (MPU), running a full Debian-based Linux environment. + It is paired with a dedicated STM32U585 Microcontroller (MCU) that allows for running Arduino sketches over Zephyr OS. + + Available with 2GB RAM and 16GB built-in eMMC storage. + + .. figure:: /_static/getting-started/arduino-uno-q/005_ARDUINO_UNO-Q_Front_500x386.png + :width: 300 + :align: center + :alt: Arduino UNO Q + :class: dark-light + + Arduino UNO Q + + :bdg-primary:`featured` + + + +.. grid:: + + .. grid-item-card:: Qualcomm + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For the machines: + + * One1 + * Two2 + * Three3 + * Four4 + + .. grid-item-card:: NXP + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. \ No newline at end of file From 6e10256980b629f99b8744c6ea00632c5ac3b6e2 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 10 Dec 2025 11:34:25 -0300 Subject: [PATCH 2/3] option2: left sidebar sections as partners cards as machines Signed-off-by: Daiane Angolini --- source/partners/index.rst | 48 ++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/source/partners/index.rst b/source/partners/index.rst index 125ce269..c6d7312c 100644 --- a/source/partners/index.rst +++ b/source/partners/index.rst @@ -2,6 +2,9 @@ Partners ======== +Featured +======== + .. grid:: .. grid-item-card:: UnoQ @@ -24,21 +27,50 @@ Partners :bdg-primary:`featured` +NXP +=== + +.. grid:: + + .. grid-item-card:: NXP imx8M Mini + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. + + .. grid-item-card:: NXP imx8M Nano + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. + + .. grid-item-card:: NXP imx8M Plus + :link: https://kprosise.github.io/partner.github.io/ + + This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. + +Qualcomm +======== .. grid:: - .. grid-item-card:: Qualcomm + .. grid-item-card:: Qualcomm One1 + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For One1 machine. + + .. grid-item-card:: Qualcomm Two2 + :link: https://kprosise.github.io/partner.github.io/ + + Find here the Qualcomm Partner Documentation site. For Two2 machine. + + + .. grid-item-card:: Qualcomm Three3 :link: https://kprosise.github.io/partner.github.io/ - Find here the Qualcomm Partner Documentation site. For the machines: + Find here the Qualcomm Partner Documentation site. For Three3 machine. - * One1 - * Two2 - * Three3 - * Four4 - .. grid-item-card:: NXP + .. grid-item-card:: Qualcomm Four4 :link: https://kprosise.github.io/partner.github.io/ - This document provides instructions for using FoundriesFactory with NXP i.MX-based boards. \ No newline at end of file + Find here the Qualcomm Partner Documentation site. For Four4 machine. \ No newline at end of file From 2577b9cf6f41df44b7b993c19ef74492f6981842 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 10 Dec 2025 16:12:25 -0300 Subject: [PATCH 3/3] bring right sidebar back Signed-off-by: Daiane Angolini --- source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 2e9a72f4..0581138a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -337,7 +337,6 @@ # Removes left sidebar from homepage 'index': [], 'glossary/index':[], - 'partners/index':[], } # If true, links to the reST sources are added to the pages. html_show_sourcelink = False