hide banner on documentation landing page
Some checks failed
Documentation Website Deployment / deploy (push) Has been cancelled

This commit is contained in:
Mark Silverwood 2024-11-15 16:09:11 +00:00
parent 6ce1fd9592
commit dc9204d95a
No known key found for this signature in database

View File

@ -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 (