Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website to remove the main menu from pro level #6244

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/content/excel/data-connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand All @@ -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:

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Data Connectors",
"position": 4
"position": 3
}
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion website/content/pro/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Getting started",
"position": 1
"position": 0
}
2 changes: 1 addition & 1 deletion website/content/pro/getting-started/free-trial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 20 additions & 1 deletion website/content/pro/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion website/content/pro/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions website/content/pro/main-menu/_category_.json

This file was deleted.

47 changes: 0 additions & 47 deletions website/content/pro/main-menu/index.md

This file was deleted.

File renamed without changes.
Loading