From c7f07a2f172bfb6b5148cdda8057a72b95b9460b Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Sat, 2 Mar 2024 22:31:23 +0530
Subject: [PATCH] Fix header links

---
 conf.py   | 2 +-
 index.rst | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/conf.py b/conf.py
index 8e8a8766..db24966b 100644
--- a/conf.py
+++ b/conf.py
@@ -106,7 +106,7 @@ html_sidebars = {
 }
 
 html_theme_options = {
-    "header_links_before_dropdown": 4,
+    # "header_links_before_dropdown": 4,
     "show_prev_next": True,
     "icon_links": [
         {
diff --git a/index.rst b/index.rst
index d3456add..0f70ab4f 100644
--- a/index.rst
+++ b/index.rst
@@ -35,9 +35,7 @@ projects ongoing on our :ref:`contribution` page.
    :hidden:
    :caption: Introduction
 
-   /intro/beagle101/index
-   /intro/support/index
-   /intro/contribution/index
+   /intro/index
 
 
 Boards
-- 
GitLab