From 34c6c063044f167f27be65d7a17c78c7c1ce09f0 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Sat, 4 Mar 2023 01:12:35 +0530
Subject: [PATCH] Remove demos and tutorials traces

---
 boards/beagleplay/09-demos-and-tutorials.rst | 105 -------------------
 boards/beagleplay/index.rst                  |  15 ---
 2 files changed, 120 deletions(-)
 delete mode 100644 boards/beagleplay/09-demos-and-tutorials.rst

diff --git a/boards/beagleplay/09-demos-and-tutorials.rst b/boards/beagleplay/09-demos-and-tutorials.rst
deleted file mode 100644
index 9e4ee322..00000000
--- a/boards/beagleplay/09-demos-and-tutorials.rst
+++ /dev/null
@@ -1,105 +0,0 @@
-.. _beagleplay-demos-and-tutorials:
-
-Demos & Tutorials
-##################
-
-.. dropdown:: Demos
-    :margin: 4 4 2 2
-    :open:
-
-.. dropdown:: Tutorials
-    :margin: 4 4 2 2
-    :open:
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-connect-wifi
-        :link-type: ref
-
-        **01. Connect WiFi**
-        ^^^
-
-        Connect to wifi using wpa_gui & wpa_cli tools.
-    
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-serial-console
-        :link-type: ref
-
-        **02. Using serial console**
-        ^^^
-
-        Use USB-UART adaptor to access boot console.
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-mikrobus
-        :link-type: ref
-
-        **03. Using mikroBUS**
-        ^^^
-
-        Use mikroBUS interface for expansion.
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-qwiic
-        :link-type: ref
-
-        **04. Using qwiic interface**
-        ^^^
-
-        Use qwiic I2C interface to connect 1000s of qwiic enabled boards.
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-grove
-        :link-type: ref
-
-        **05. Using grove modules**
-        ^^^
-
-        Learn to use grove modules.
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-csi
-        :link-type: ref
-
-        **06. Using CSI interface**
-        ^^^
-
-        Connect and use cameras via CSI interface.
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-oldi
-        :link-type: ref
-
-        **07. Using oldi**
-        ^^^
-
-        Learn to use oldi display interface.
-
-    .. card::
-        :margin: 4 4 2 2
-        :link: beagleplay-zephyr-development
-        :link-type: ref
-
-        **08. Zephyr Development**
-        ^^^
-
-        Setup zephyr development environment.
-
-.. toctree::
-   :maxdepth: 1
-   :hidden:
-
-   demos-and-tutorials/connect-wifi
-   demos-and-tutorials/using-serial-console
-   demos-and-tutorials/using-mikrobus
-   demos-and-tutorials/using-qwiic
-   demos-and-tutorials/using-grove
-   demos-and-tutorials/using-csi
-   demos-and-tutorials/using-oldi
-   demos-and-tutorials/zephyr-cc1352-development
\ No newline at end of file
diff --git a/boards/beagleplay/index.rst b/boards/beagleplay/index.rst
index 4f6875b6..1efb7ccf 100644
--- a/boards/beagleplay/index.rst
+++ b/boards/beagleplay/index.rst
@@ -110,21 +110,6 @@ BeaglePlay
 
       BeaglePlay board expansion interface
 
-   .. grid-item-card:: 
-      :link: beagleplay-demos-and-tutorials
-      :link-type: ref
-
-      **09. Demos & Tutorials**
-      ^^^
-
-      .. image:: images/chapter-thumbnails/09-demos-and-tutorials.jpg
-         :align: center
-         :alt: BeaglePlay Chapter09 thumbnail
-
-      +++
-
-      Demos and Tutorials
-
    .. grid-item-card:: 
       :link: beagleplay-support-documents
       :link-type: ref
-- 
GitLab