summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidierRLopes <dro.lopes@campus.fct.unl.pt>2023-11-03 14:32:48 -0700
committerGitHub <noreply@github.com>2023-11-03 21:32:48 +0000
commit04f0a63abfbb35103c42737b08e875c0ff8ccefb (patch)
tree7c608aa860ccbbc3dc2adfa3e03ac26424c7bc3d
parentc10301fbc710b307580fb00daa9981d714945cc0 (diff)
fix front matter (#5667)
-rw-r--r--website/content/pro/dashboards/index.md2
-rw-r--r--website/content/pro/dashboards/report.md3
-rw-r--r--website/content/pro/main-menu/data-connectors/single-widget.md2
3 files changed, 4 insertions, 3 deletions
diff --git a/website/content/pro/dashboards/index.md b/website/content/pro/dashboards/index.md
index 6b1b99f026c..d710c9adc8d 100644
--- a/website/content/pro/dashboards/index.md
+++ b/website/content/pro/dashboards/index.md
@@ -4,7 +4,7 @@ sidebar_position: 0
description: This documentation page explains the functionalities of OpenBB Terminal
Pro's dashboard feature. Learn how to add widgets, text, rename, duplicate, and
interact with dashboards in various ways for efficient data visualization.
-keywords: Documentation
+keywords:
- Dashboard Usage
- Data Visualization
- Add Widgets
diff --git a/website/content/pro/dashboards/report.md b/website/content/pro/dashboards/report.md
index 3c8bdf34715..1507cb7a1f0 100644
--- a/website/content/pro/dashboards/report.md
+++ b/website/content/pro/dashboards/report.md
@@ -4,7 +4,8 @@ sidebar_position: 3
description: Learn how to create a report out of a dashboard in OpenBB Terminal Pro.
Discover the power of static reports in PDF or PNG format with additional insights
and how to export it.
-keywords: report creation
+keywords:
+- Report creation
- Export dashboard as report
- Export report as PDF
- Export report as PNG
diff --git a/website/content/pro/main-menu/data-connectors/single-widget.md b/website/content/pro/main-menu/data-connectors/single-widget.md
index caf8e3a9085..f32078a7338 100644
--- a/website/content/pro/main-menu/data-connectors/single-widget.md
+++ b/website/content/pro/main-menu/data-connectors/single-widget.md
@@ -29,4 +29,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/advanced.md), or reach out to OpenBB for support.
+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.