diff --git a/website/content/excel/data-connectors.md b/website/content/excel/data-connectors.md
index 2fda0f8deb6c..0ddb5197bfab 100644
--- a/website/content/excel/data-connectors.md
+++ b/website/content/excel/data-connectors.md
@@ -16,9 +16,9 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
-OpenBB Add-In for Excel allows you to access your [data connectors](https://docs.openbb.co/pro/main-menu/data-connectors) from OpenBB Terminal Pro inside Microsoft Excel. This can be done using the [OBB.BYOD](https://docs.openbb.co/excel/reference/byod) function.
+OpenBB Add-In for Excel allows you to access your [data connectors](https://docs.openbb.co/pro/data-connectors) from OpenBB Terminal Pro inside Microsoft Excel. This can be done using the [OBB.BYOD](https://docs.openbb.co/excel/reference/byod) function.
-## [Single widget](https://docs.openbb.co/pro/main-menu/data-connectors/single-widget)
+## [Single widget](https://docs.openbb.co/pro/data-connectors/single-widget)
```excel
=OBB.BYOD("widget_name")
@@ -30,7 +30,7 @@ OpenBB Add-In for Excel allows you to access your [data connectors](https://docs
:::
-## [Own backend](https://docs.openbb.co/pro/main-menu/data-connectors/integrate-your-own-backend)
+## [Own backend](https://docs.openbb.co/pro/data-connectors/integrate-your-own-backend)
```excel
=OBB.BYOD("widget_name","backend_name")
@@ -53,7 +53,7 @@ The easiest way to pass optional parameters is to write them into cells and refe
:::
-## [Native integrations](https://docs.openbb.co/pro/main-menu/data-connectors#native-integrations)
+## [Native integrations](https://docs.openbb.co/pro/data-connectors#native-integrations)
Supported native integrations:
diff --git a/website/content/pro/main-menu/charting.md b/website/content/pro/charting.md
similarity index 99%
rename from website/content/pro/main-menu/charting.md
rename to website/content/pro/charting.md
index cbdc01c061eb..6f18360bce4f 100644
--- a/website/content/pro/main-menu/charting.md
+++ b/website/content/pro/charting.md
@@ -1,6 +1,6 @@
---
title: Charting
-sidebar_position: 3
+sidebar_position: 2
description: Learn about the charting feature of OpenBB Terminal Pro, powered by TradingView
charting library. The page provides instructions for adjusting time intervals and
timelines, using technical analysis indicators, and accessing editing tools. Learn
diff --git a/website/content/pro/main-menu/data-connectors/_category_.json b/website/content/pro/data-connectors/_category_.json
similarity index 68%
rename from website/content/pro/main-menu/data-connectors/_category_.json
rename to website/content/pro/data-connectors/_category_.json
index 4462097d884e..50f9cdcbc833 100644
--- a/website/content/pro/main-menu/data-connectors/_category_.json
+++ b/website/content/pro/data-connectors/_category_.json
@@ -1,4 +1,4 @@
{
"label": "Data Connectors",
- "position": 4
+ "position": 3
}
diff --git a/website/content/pro/main-menu/data-connectors/index.md b/website/content/pro/data-connectors/index.md
similarity index 94%
rename from website/content/pro/main-menu/data-connectors/index.md
rename to website/content/pro/data-connectors/index.md
index 24469212797e..0d0b2ccaa8bd 100644
--- a/website/content/pro/main-menu/data-connectors/index.md
+++ b/website/content/pro/data-connectors/index.md
@@ -39,11 +39,11 @@ We offer three distinct methods for importing your data into the platform.
## Single Widget
-This method allows users to import an API endpoint that is directly rendered into a table format. While customization is limited, it provides a quick and easy way to visualize your data. More information can be found [here](/pro/main-menu/data-connectors/single-widget).
+This method allows users to import an API endpoint that is directly rendered into a table format. While customization is limited, it provides a quick and easy way to visualize your data. More information can be found [here](/pro/data-connectors/single-widget).
## Integrate your own backend
-For those who prefer a more hands-on approach, you can create your own backend. You can either leverage OpenBB's cookie-cutter or build a language-agnostic API. More information can be found [here](/pro/main-menu/data-connectors/integrate-your-own-backend).
+For those who prefer a more hands-on approach, you can create your own backend. You can either leverage OpenBB's cookie-cutter or build a language-agnostic API. More information can be found [here](/pro/data-connectors/integrate-your-own-backend).
## Native Integrations
diff --git a/website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md b/website/content/pro/data-connectors/integrate-your-own-backend.md
similarity index 100%
rename from website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md
rename to website/content/pro/data-connectors/integrate-your-own-backend.md
diff --git a/website/content/pro/main-menu/data-connectors/native-integrations.md b/website/content/pro/data-connectors/native-integrations.md
similarity index 100%
rename from website/content/pro/main-menu/data-connectors/native-integrations.md
rename to website/content/pro/data-connectors/native-integrations.md
diff --git a/website/content/pro/main-menu/data-connectors/single-widget.md b/website/content/pro/data-connectors/single-widget.md
similarity index 93%
rename from website/content/pro/main-menu/data-connectors/single-widget.md
rename to website/content/pro/data-connectors/single-widget.md
index 3a9550315052..815c1029b81a 100644
--- a/website/content/pro/main-menu/data-connectors/single-widget.md
+++ b/website/content/pro/data-connectors/single-widget.md
@@ -36,4 +36,4 @@ If your endpoint requires additional headers, don't worry. You can easily add th
In addition, if your API endpoint doesn't return a a simple JSON but a nested architecture, you will be prompted with a "Data Key" parameter which you can use to grab the data of interest.
-If you want to do something more custom, you should look into creating [your own backend](/pro/main-menu/data-connectors/integrate-your-own-backend), or reach out to OpenBB for support.
+If you want to do something more custom, you should look into creating [your own backend](/pro/data-connectors/integrate-your-own-backend), or reach out to OpenBB for support.
diff --git a/website/content/pro/getting-started/_category_.json b/website/content/pro/getting-started/_category_.json
index 8a60d16f641c..446d1af1efe5 100644
--- a/website/content/pro/getting-started/_category_.json
+++ b/website/content/pro/getting-started/_category_.json
@@ -1,4 +1,4 @@
{
"label": "Getting started",
- "position": 1
+ "position": 0
}
diff --git a/website/content/pro/getting-started/free-trial.md b/website/content/pro/getting-started/free-trial.md
index 630b6e7c60bc..e2d7a2bb845e 100644
--- a/website/content/pro/getting-started/free-trial.md
+++ b/website/content/pro/getting-started/free-trial.md
@@ -20,7 +20,7 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
There are 3 main ways to get started:
-1. Join the wait list at
+1. Join the waitlist at
2. Get invited by a colleague who already has access
diff --git a/website/content/pro/getting-started/index.md b/website/content/pro/getting-started/index.md
index 3d0221165177..0ad429003d51 100644
--- a/website/content/pro/getting-started/index.md
+++ b/website/content/pro/getting-started/index.md
@@ -31,9 +31,28 @@ The interface is divided into two main areas:
* **Sidebar**: Here, you'll find your main menu and your dashboards.
- * **Main Menu**: This is your command center, housing the Home, Charting, News, and Data Connectors sections. Each section serves a unique purpose, designed to enhance your research capabilities. Learn more about the Main Menu [here](/pro/main-menu).
+ * **Main Menu**: This is your command center, housing the Home, Charting, News, and Data Connectors sections. Each section serves a unique purpose, designed to enhance your research capabilities.
* **Dashboards**: This is where all your dashboards (and folders) are organized. To understand more about how dashboards can streamline your workflow, visit [this page](/pro/dashboards).
* **Working Area**: This is your research canvas. It's where you'll interact with widgets that provide valuable insights to inform your investment decisions through dashboards, or where you'll access one of the views available from the main menu.
+import TutorialVideo from '@site/src/components/General/TutorialVideo.tsx';
+
+
+
+The main menu is your gateway to the powerful features of the OpenBB Terminal Pro. It comprises four key sections:
+
+
+
+* **Homepage**: This is your OpenBB homepage, where you'll find the latest updates and insights from the OpenBB team. This includes announcements, roadmap, events and others.
+
+* **News**: Stay informed with the latest financial news articles, curated and presented for easy consumption.
+
+* **Charting**: A versatile tool that allows you to visualize and analyze data across various domains - equities, macroeconomics, or cryptocurrencies. Use it for technical analysis or overlay financials for equities to gain deeper insights.
+
+* **Data Connectors**: This feature empowers you to integrate your own data into Terminal Pro. Leverage this alongside the vast financial data accessible from Terminal Pro to make informed decisions.
+
Now that you're familiar with the layout, let's dive into the powerful features of OpenBB Terminal Pro.
diff --git a/website/content/pro/main-menu/homepage.md b/website/content/pro/homepage.md
similarity index 100%
rename from website/content/pro/main-menu/homepage.md
rename to website/content/pro/homepage.md
diff --git a/website/content/pro/index.md b/website/content/pro/index.md
index bb846b7cba2a..ffb7947bd2f6 100644
--- a/website/content/pro/index.md
+++ b/website/content/pro/index.md
@@ -1,6 +1,6 @@
---
title: Overview
-sidebar_position: 0
+sidebar_position: -1
description: OpenBB Terminal Pro offers advanced investment research capabilities
with powerful features like high-quality financial data, customizability, collaborative
tools, generative AI, and more.
diff --git a/website/content/pro/main-menu/_category_.json b/website/content/pro/main-menu/_category_.json
deleted file mode 100644
index 7a8da94b45e4..000000000000
--- a/website/content/pro/main-menu/_category_.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "label": "Main menu",
- "position": 4
-}
\ No newline at end of file
diff --git a/website/content/pro/main-menu/index.md b/website/content/pro/main-menu/index.md
deleted file mode 100644
index 745ebb5a3ba3..000000000000
--- a/website/content/pro/main-menu/index.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: Main Menu
-sidebar_position: 0
-description: The main menu is the gateway to the powerful features of the OpenBB Terminal
- Pro. Find the latest updates from the OpenBB team, financial news articles, and
- use tools for data visualization and analysis across equities, macroeconomics, and
- cryptocurrencies. Integrate your own data with Data connectors for better financial
- decisions.
-keywords:
-- Homepage
-- News
-- Charting
-- Data connectors
-- Financial data
-- Financial news articles
-- Financial decisions
-- Macroeconomics
-- Cryptocurrencies
-- Equities
-- Roadmap
-- Events
-- Technical analysis
-- Data visualization
----
-
-import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
-
-
-
-import TutorialVideo from '@site/src/components/General/TutorialVideo.tsx';
-
-
-
-The main menu is your gateway to the powerful features of the OpenBB Terminal Pro. It comprises four key sections:
-
-
-
-* **Homepage**: This is your OpenBB homepage, where you'll find the latest updates and insights from the OpenBB team. This includes announcements, roadmap, events and others.
-
-* **News**: Stay informed with the latest financial news articles, curated and presented for easy consumption.
-
-* **Charting**: A versatile tool that allows you to visualize and analyze data across various domains - equities, macroeconomics, or cryptocurrencies. Use it for technical analysis or overlay financials for equities to gain deeper insights.
-
-* **Data Connectors**: This feature empowers you to integrate your own data into Terminal Pro. Leverage this alongside the vast financial data accessible from Terminal Pro to make informed decisions.
diff --git a/website/content/pro/main-menu/news.md b/website/content/pro/news.md
similarity index 100%
rename from website/content/pro/main-menu/news.md
rename to website/content/pro/news.md