Skip to content

Commit

Permalink
Merge pull request #1410 from tradingview/CLL-253_add_product_links_t…
Browse files Browse the repository at this point in the history
…o_footer

Add product links to footer
  • Loading branch information
SlicedSilver committed Aug 22, 2023
2 parents fd20a2b + 450c3e1 commit ef47716
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 ef47716

Please sign in to comment.