diff --git a/docs_app/.firebaserc b/docs_app/.firebaserc index 20d36e6eae..e1e81ce830 100644 --- a/docs_app/.firebaserc +++ b/docs_app/.firebaserc @@ -2,8 +2,8 @@ "targets": { "rxjs-dev": { "hosting": { - "stable": [ - "rxjs-dev" + "v6": [ + "version-6" ] } } diff --git a/docs_app/content/navigation.json b/docs_app/content/navigation.json index c474c6cbe9..310eed963d 100644 --- a/docs_app/content/navigation.json +++ b/docs_app/content/navigation.json @@ -110,12 +110,12 @@ ], "docVersions": [ { - "title": "v7", - "url": "https://next-rxjs.web.app/" + "title": "stable", + "url": "https://rxjs.dev/" }, { "title": "v6", - "url": "https://rxjs.dev/" + "url": "https://v6.rxjs.dev/" } ] } diff --git a/docs_app/firebase.json b/docs_app/firebase.json index 0b4a3a7944..67ea2629a5 100644 --- a/docs_app/firebase.json +++ b/docs_app/firebase.json @@ -4,7 +4,7 @@ }, "hosting": { "public": "dist", - "target": "stable", + "target": "v6", "cleanUrls": true, "redirects": [ //////////////////////////////////////////////////////////////////////////////////////////////