summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidierRLopes <dro.lopes@campus.fct.unl.pt>2024-03-25 07:29:05 -0700
committerGitHub <noreply@github.com>2024-03-25 14:29:05 +0000
commitfef92fe9b7f1505e1cf0b1609f11b4a446b4a1d4 (patch)
treeb61dc022cc326a0e99e90fa1223d3ab4df2cfcbc
parent1794d6973f35c6e85ebb8a5be06c536f1c4248a7 (diff)
update website to remove the main menu from pro level (#6244)
Co-authored-by: Andrew <andrew.kenreich@gmail.com>
-rw-r--r--website/content/excel/data-connectors.md8
-rw-r--r--website/content/pro/charting.md (renamed from website/content/pro/main-menu/charting.md)2
-rw-r--r--website/content/pro/data-connectors/_category_.json (renamed from website/content/pro/main-menu/data-connectors/_category_.json)2
-rw-r--r--website/content/pro/data-connectors/index.md (renamed from website/content/pro/main-menu/data-connectors/index.md)4
-rw-r--r--website/content/pro/data-connectors/integrate-your-own-backend.md (renamed from website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md)0
-rw-r--r--website/content/pro/data-connectors/native-integrations.md (renamed from website/content/pro/main-menu/data-connectors/native-integrations.md)0
-rw-r--r--website/content/pro/data-connectors/single-widget.md (renamed from website/content/pro/main-menu/data-connectors/single-widget.md)2
-rw-r--r--website/content/pro/getting-started/_category_.json2
-rw-r--r--website/content/pro/getting-started/free-trial.md2
-rw-r--r--website/content/pro/getting-started/index.md21
-rw-r--r--website/content/pro/homepage.md (renamed from website/content/pro/main-menu/homepage.md)0
-rw-r--r--website/content/pro/index.md2
-rw-r--r--website/content/pro/main-menu/_category_.json4
-rw-r--r--website/content/pro/main-menu/index.md47
-rw-r--r--website/content/pro/news.md (renamed from website/content/pro/main-menu/news.md)0
15 files changed, 32 insertions, 64 deletions
diff --git a/website/content/excel/data-connectors.md b/website/content/excel/data-connectors.md
index 2fda0f8deb6..0ddb5197bfa 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';
<HeadTitle title="Data connectors | OpenBB Add-in for Excel Docs" />
-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
index cbdc01c061e..6f18360bce4 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
index 4462097d884..50f9cdcbc83 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
index 24469212797..0d0b2ccaa8b 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
index a315d7206f9..a315d7206f9 100644
--- a/website/content/pro/main-menu/data-connectors/integrate-your-own-backend.md
+++ b/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
index 99529f6c430..99529f6c430 100644
--- a/website/content/pro/main-menu/data-connectors/native-integrations.md
+++ b/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
index 3a955031505..815c1029b81 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 8a60d16f641..446d1af1efe 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 630b6e7c60b..e2d7a2bb845 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 <https://my.openbb.co/app/pro/early-access>
+1. Join the waitlist at <https://my.openbb.co/app/pro/early-access>
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 3d022116517..0ad429003d5 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';
+
+<TutorialVideo
+ youtubeLink="https://www.youtube.com/embed/BVfjZInFc60?si=ez46auhSLWz9PH1C"
+ videoLegend="Short introduction to structure"
+/>
+
+The main menu is your gateway to the powerful features of the OpenBB Terminal Pro. It comprises four key sections:
+
+<img className="pro-border-gradient" width="800" alt="Main Menu" src="https://github.com/OpenBB-finance/OpenBBTerminal/assets/25267873/2b3df52f-83a8-442e-8021-85caa795b68f" />
+
+* **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
index 1ceabfe6b0c..1ceabfe6b0c 100644
--- a/website/content/pro/main-menu/homepage.md
+++ b/website/content/pro/homepage.md
diff --git a/website/content/pro/index.md b/website/content/pro/index.md
index bb846b7cba2..ffb7947bd2f 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 7a8da94b45e..00000000000
--- 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 745ebb5a3ba..00000000000
--- 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';
-
-<HeadTitle title="Main Menu | OpenBB Terminal Pro Docs" />
-
-import TutorialVideo from '@site/src/components/General/TutorialVideo.tsx';
-
-<TutorialVideo
- youtubeLink="https://www.youtube.com/embed/BVfjZInFc60?si=ez46auhSLWz9PH1C"
- videoLegend="Short introduction to main menu"
-/>
-
-The main menu is your gateway to the powerful features of the OpenBB Terminal Pro. It comprises four key sections:
-
-<img className="pro-border-gradient" width="800" alt="Main Menu" src="https://github.com/OpenBB-finance/OpenBBTerminal/assets/25267873/2b3df52f-83a8-442e-8021-85caa795b68f" />
-
-* **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
index 393bf629ebb..393bf629ebb 100644
--- a/website/content/pro/main-menu/news.md
+++ b/website/content/pro/news.md