From 23a29c0757d1fa8e5a4e4d65e57b05e81b4b5b42 Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Fri, 3 Nov 2023 14:27:46 -0700 Subject: [PATCH] fix front matter --- website/content/pro/dashboards/index.md | 2 +- website/content/pro/dashboards/report.md | 3 ++- website/content/pro/main-menu/data-connectors/single-widget.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/pro/dashboards/index.md b/website/content/pro/dashboards/index.md index 6b1b99f026c4..d710c9adc8dc 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 3c8bdf34715a..1507cb7a1f08 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 caf8e3a90858..f32078a73382 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.