Skip to content

Commit

Permalink
Add product links to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
edew committed Aug 22, 2023
1 parent fd20a2b commit 450c3e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
Expand Down

0 comments on commit 450c3e1

Please sign in to comment.