From 94002113b271312610aa899354ceadf43bc36fe8 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Mon, 29 Aug 2022 14:38:37 -0400
Subject: [PATCH] WIP experiments with TOC

---
 books/index.rst |  1 -
 index.rst       | 17 +++++------------
 intro/index.rst |  2 +-
 3 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/books/index.rst b/books/index.rst
index 348d95f3..1cf8a938 100644
--- a/books/index.rst
+++ b/books/index.rst
@@ -15,7 +15,6 @@ Links to additional books available for purchase can be found on the
 
 .. toctree::
    :maxdepth: 1
-   :caption: Books
 
    beaglebone-cookbook/index.rst
    pru-cookbook/index.rst
diff --git a/index.rst b/index.rst
index 3f2ace49..77cf2e7c 100644
--- a/index.rst
+++ b/index.rst
@@ -15,22 +15,15 @@ Sections
    :maxdepth: 2
 
    intro/index.rst
-
-.. toctree::
-   :maxdepth: 2
-
    boards/index.rst
-
-.. toctree::
-   :maxdepth: 2
-
+   boards/beaglebone/index.rst
+   boards/beaglebone/black/index.rst
+   boards/beaglebone/ai-64/index.rst
+   projects/index.rst
    projects/index.rst
-
-.. toctree::
-   :maxdepth: 2
-
    books/index.rst
 
+
 Indices and tables
 ********************
 
diff --git a/intro/index.rst b/intro/index.rst
index 96900e60..e845887b 100644
--- a/intro/index.rst
+++ b/intro/index.rst
@@ -12,7 +12,7 @@ to contribute to the BeagleBoard documentation project and any of the many open-
 projects on-going on our `Contribution Page <contribution>`__.
 
 .. toctree::
-   :maxdepth: 1
+   :maxdepth: 2
 
    support/index.rst
    contribution/index.rst
-- 
GitLab