From 90c21c8bfe3011b78d7b6f39895d4a4cc4758cda Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:05:26 -0400 Subject: [PATCH] Removing banners --- .../src/theme/DocRoot/Layout/Main/index.js | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/website/src/theme/DocRoot/Layout/Main/index.js b/website/src/theme/DocRoot/Layout/Main/index.js index da6e29265b..a8c9d449b8 100644 --- a/website/src/theme/DocRoot/Layout/Main/index.js +++ b/website/src/theme/DocRoot/Layout/Main/index.js @@ -119,34 +119,6 @@ export default function DocRootLayoutMain({ hiddenSidebarContainer && styles.docItemWrapperEnhanced )} > - {!pageAvailable && - dbtVersion && ( -
- -

- Unfortunately, this feature is not available in dbt Core - version {dbtVersion} -

- {hasFirstAvailableVersion ? ( -

- {" "} - You should upgrade to {firstAvailableVersion} or later if - you want to use this feature. -

- ) : null} -
-
- )} {PreData.showisPrereleaseBanner && (