mirror of
https://github.com/tradingview/lightweight-charts.git
synced 2024-11-25 16:50:59 +08:00
hide banner on documentation landing page
Some checks failed
Documentation Website Deployment / deploy (push) Has been cancelled
Some checks failed
Documentation Website Deployment / deploy (push) Has been cancelled
This commit is contained in:
parent
6ce1fd9592
commit
dc9204d95a
@ -191,7 +191,7 @@ const codeBlocks: CodeBlockProps[] = [
|
||||
const header = 'Lightweight Charts™ Documentation';
|
||||
const paragraph = `Lightweight Charts™ is a library for creating interactive financial charts. This documentation site provides all the information needed to get started with Lightweight Charts™ and help you make the most of its features.`;
|
||||
|
||||
const showBanner = true;
|
||||
const showBanner = false;
|
||||
|
||||
function Index(): React.JSX.Element {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user