+
This is documentation for Dagger 0.1, which is no longer actively maintained.
+
+
+ )
+}
+
+export default DeprecatedVersionBanner
\ No newline at end of file
diff --git a/website/src/theme/DocPage/index.js b/website/src/theme/DocPage/index.js
index f1e11606..b553cb6e 100644
--- a/website/src/theme/DocPage/index.js
+++ b/website/src/theme/DocPage/index.js
@@ -27,6 +27,7 @@ import {
} from '@docusaurus/theme-common';
import Head from '@docusaurus/Head';
import amplitude from 'amplitude-js';
+import DeprecatedVersionBanner from '../../components/DeprecatedVersionBanner';
function DocPageContent({
currentDocRoute,
@@ -171,6 +172,9 @@ function DocPage(props) {
currentDocRoute={currentDocRoute}
versionMetadata={versionMetadata}
sidebarName={sidebarName}>
+ {currentDocRoute.sidebar === '0.1' && (
+