From 450c3e187ee6f44d4c40d34b41ca865a6ec636a7 Mon Sep 17 00:00:00 2001 From: Ed Dewhurst Date: Tue, 22 Aug 2023 13:51:55 +0100 Subject: [PATCH] Add product links to footer --- website/docusaurus.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 83c70ea296..21ea0fa509 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -348,8 +348,12 @@ async function getConfig() { title: 'More', items: [ { - label: 'GitHub', - href: projectUrl, + label: 'Advanced Charts', + href: 'https://www.tradingview.com/charting-library-docs/', + }, + { + label: 'TradingView Widgets', + href: 'https://www.tradingview.com/widget/', }, ], },