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