diff --git a/apps/docs/docusaurus.config.js b/apps/docs/docusaurus.config.js
index c520156a7170290e5c2e68f7127099234bc23a4c..675b7150e0d3e19c62b18b34bcf69ee79dbfd6b4 100644
--- a/apps/docs/docusaurus.config.js
+++ b/apps/docs/docusaurus.config.js
@@ -62,6 +62,12 @@ const config = {
     ({
       // Replace with your project's social card
       image: "img/favicon.png", // TODO change this
+      announcementBar: {
+        id: "migrate_to_next",
+        content:
+          'We are migrating to Next.js based documentation. Check it out <a href="https://ts.llamaindex.ai">here</a>!',
+        isCloseable: false,
+      },
       navbar: {
         title: "LlamaIndex.TS",
         logo: {