From abb76b77d5092f190d3ef3309b37afaccb50364b Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Sun, 3 Jul 2022 17:27:19 -0400
Subject: [PATCH] try to add support

---
 index.rst   |  6 ++++--
 support.rst | 20 +++++++++++---------
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/index.rst b/index.rst
index 1154cddc..f428f13d 100644
--- a/index.rst
+++ b/index.rst
@@ -11,13 +11,15 @@ Sections
 
 .. toctree::
    :maxdepth: 1
-   :caption: Boards:
 
+   :caption: Support
+   support.rst 
+
+   :caption: Boards
    beaglebone-black/index.rst
    beaglebone-ai-64/index.rst
 
 
-
 Indices and tables
 ############################
 
diff --git a/support.rst b/support.rst
index e839299d..0469e7a6 100644
--- a/support.rst
+++ b/support.rst
@@ -1,8 +1,10 @@
 # Support
 
+#NOTE: #TODO# all the links need updating and content moved into this repo.
+
 ## Getting started
 
-The starting experience for all Beagles has been made to be as consistent as is possible. For any of the Beagle Linux-based open hardware computers, visit our [getting started guide](https://docs.beagleboard.org/support/getting-started).
+The starting experience for all Beagles has been made to be as consistent as is possible. For any of the Beagle Linux-based open hardware computers, visit our [getting started guide](support/getting-started).
 
 ## Getting support
 
@@ -38,11 +40,11 @@ Repairs and replacements only provided on unmodified boards purchased via an aut
 
 ## Understanding Your Beagle
 
-* [BeagleBone Introduction](https://beagleboard.org//Support/bone101)
-* [Hardware](https://beagleboard.org//Support/Hardware+Support)
-* [Software](https://beagleboard.org//Support/Software+Support)
-* [BoneScript JavaScript library](https://beagleboard.org//Support/bonescript)
-* [Books](https://beagleboard.org//books)
-  * [Exploring BeagleBone](https://beagleboard.org//ebb)
-  * [BeagleBone Cookbook](https://beagleboard.org//cookbook)
-  * [Bad to the Bone](https://beagleboard.org//bad-to-the-bone)
\ No newline at end of file
+* [BeagleBone Introduction](https://beagleboard.org/Support/bone101)
+* [Hardware](https://beagleboard.org/Support/Hardware+Support)
+* [Software](https://beagleboard.org/Support/Software+Support)
+* [BoneScript JavaScript library](https://beagleboard.org/Support/bonescript)
+* [Books](https://beagleboard.org/books)
+  * [Exploring BeagleBone](https://beagleboard.org/ebb)
+  * [BeagleBone Cookbook](https://beagleboard.org/cookbook)
+  * [Bad to the Bone](https://beagleboard.org/bad-to-the-bone)
\ No newline at end of file
-- 
GitLab