summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorminhhoang1023 <40023817+minhhoang1023@users.noreply.github.com>2024-01-17 18:10:31 +0700
committerGitHub <noreply@github.com>2024-01-17 11:10:31 +0000
commit6fb7860a3e33ad5fc942b7261562d2ce7e00f7f6 (patch)
treec9ea1947fffd51d1c01df9735b865c8debaa6ba8
parent711c6203ab4c817bdda3166d746c2a4760c624d3 (diff)
Update to OpenBB Add-in for Excel (#5965)
-rw-r--r--website/content/excel/_category_.json2
-rw-r--r--website/content/excel/getting-started/installation.md3
-rw-r--r--website/content/excel/index.md10
-rw-r--r--website/sidebars.js2
-rw-r--r--website/src/theme/DocSidebarItem/Category/index.js2
5 files changed, 10 insertions, 9 deletions
diff --git a/website/content/excel/_category_.json b/website/content/excel/_category_.json
index ae7c1108047..2be2b91ca9a 100644
--- a/website/content/excel/_category_.json
+++ b/website/content/excel/_category_.json
@@ -1,4 +1,4 @@
{
- "label": "OpenBB Excel Add-in",
+ "label": "OpenBB Add-in for Excel",
"position": 0
}
diff --git a/website/content/excel/getting-started/installation.md b/website/content/excel/getting-started/installation.md
index 32d888077de..45073c5083c 100644
--- a/website/content/excel/getting-started/installation.md
+++ b/website/content/excel/getting-started/installation.md
@@ -1,14 +1,13 @@
---
title: Installation
sidebar_position: 1
-description: This page presents the general requirements and the steps to install the OpenBB Excel Add-in. The OpenBB Excel Add-in is available on Windows, Mac, and Excel on the web. It can be installed by an administrator or by individual users.
+description: This page presents the general requirements and the steps to install the OpenBB Add-in for Excel. The OpenBB Add-in for Excel is available on Windows, Mac, and Excel on the web. It can be installed by an administrator or by individual users.
keywords:
- Microsoft Excel
- Add-in
---
## Requirements
-
- The OpenBB Excel Add-in is available on the following platforms: Windows (Microsoft 365), Mac (Microsoft 365), Excel on the web.
- Access to the OpenBB Terminal Pro. If you don't have access you can sign up for the waitlist [here](https://my.openbb.co/app/pro).
diff --git a/website/content/excel/index.md b/website/content/excel/index.md
index d56ffd09b96..bd8232b7e78 100644
--- a/website/content/excel/index.md
+++ b/website/content/excel/index.md
@@ -1,7 +1,7 @@
---
title: Overview
sidebar_position: 0
-description: OpenBB Excel Add-in is a powerful tool that allows you to access financial data directly from Excel. With the OpenBB Excel Add-in, you can easily create financial models and perform financial analysis without leaving your spreadsheet.
+description: OpenBB Add-in for Excel is a powerful tool that allows you to access financial data directly from Excel. With the OpenBB Add-in for Excel, you can easily create financial models and perform financial analysis without leaving your spreadsheet.
keywords:
- investment research platform
- microsoft excel
@@ -18,16 +18,18 @@ keywords:
import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
-<HeadTitle title="OpenBB Excel Add-in Docs" />
+<HeadTitle title="OpenBB Add-in for Excel Docs" />
-OpenBB for Excel opens the gateway to a wealth of standardized financial data sourced from top-tier industry providers such as Polygon.io, Financial Modeling Prep, Benzinga, Intrinio, the Federal Reserve Bank of St. Louis, Trading Economics, and Ultima Insights, among others.
+OpenBB Add-in for Excel opens the gateway to a wealth of standardized financial data sourced from top-tier industry providers such as Polygon.io, Financial Modeling Prep, Benzinga, Intrinio, the Federal Reserve Bank of St. Louis, Trading Economics, and Ultima Insights, among others.
+
+Data standardization is at the core of OpenBB Add-in for Excel, offering you a consistent and reliable dataset from a diverse range of asset classes, from equity, fixed income, and cryptocurrency to macroeconomics. This seamless fetch of data means you can readily compare across providers and update it instantly, ensuring accuracy and saving you valuable time.
<div className="flex-grow flex items-center justify-center mt-5">
<a href="https://my.openbb.co/app/pro">
<button
className="bg-grey-200 hover:bg-grey-400 dark:bg-[#303038] dark:hover:bg-grey-600 text-grey-900 dark:text-grey-200 text-sm font-medium py-2 px-4 rounded"
>
- Join Excel Add-In waitlist
+ Join Add-In for Excel waitlist
</button>
</a>
</div>
diff --git a/website/sidebars.js b/website/sidebars.js
index 1254a4be319..61cc29e70fe 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -25,7 +25,7 @@ const sidebars = {
},
{
type: "category",
- label: "OpenBB Excel Add-in",
+ label: "OpenBB Add-in for Excel",
items: [{ type: "autogenerated", dirName: "excel" }],
customProps: {
hiddenByDefault: true,
diff --git a/website/src/theme/DocSidebarItem/Category/index.js b/website/src/theme/DocSidebarItem/Category/index.js
index 9324b3bd871..0d8c9087943 100644
--- a/website/src/theme/DocSidebarItem/Category/index.js
+++ b/website/src/theme/DocSidebarItem/Category/index.js
@@ -84,7 +84,7 @@ export default function DocSidebarItemCategory({
"OpenBB Platform": "/platform",
"OpenBB Bot": "/bot",
"OpenBB Terminal Pro": "/pro",
- "OpenBB Excel Add-in": "/excel",
+ "OpenBB Add-in for Excel": "/excel",
};
const newHref = labelToHrefMap[label] || href;
const {