From 6ffcbec269966d1ecf1ffc5399db74857c7a314a Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Mon, 26 Dec 2022 18:21:34 -0500
Subject: [PATCH] Make sure BeaglePlay is first in the index

Newest board family should go first. Microcontroller boards may need separation.
---
 index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.rst b/index.rst
index 580705e7..b52bb20e 100644
--- a/index.rst
+++ b/index.rst
@@ -331,7 +331,7 @@ Capes
    :hidden:
    :caption: Boards
    
-   /boards/terms-and-conditions.rst
+   /boards/beagleplay/index
    /boards/beaglebone/ai-64/index
    /boards/beaglebone/ai/index
    /boards/beaglebone/black/index
@@ -341,7 +341,7 @@ Capes
    /boards/pocketbeagle/original/index
    /boards/beagleconnect/freedom/index
    /boards/beagleboard/index
-   /boards/beagleplay/index
+   /boards/terms-and-conditions.rst
 
 
 Projects
-- 
GitLab