Skip to content

Commit 881cacd

Browse files
niklas-wortmannJan-Niklas Wortmanncartant
authored
Docs/v6 (#5911)
* docs(v6): release v6 docs and update configuration * docs(version): update urls for version 7 release * chore: empty commit to kick CI Co-authored-by: Jan-Niklas Wortmann <[email protected]> Co-authored-by: Nicholas Jamieson <[email protected]>
1 parent cbc31ff commit 881cacd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs_app/.firebaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"targets": {
33
"rxjs-dev": {
44
"hosting": {
5-
"stable": [
6-
"rxjs-dev"
5+
"v6": [
6+
"version-6"
77
]
88
}
99
}

docs_app/content/navigation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110
],
111111
"docVersions": [
112112
{
113-
"title": "v7",
114-
"url": "https://next-rxjs.web.app/"
113+
"title": "stable",
114+
"url": "https://rxjs.dev/"
115115
},
116116
{
117117
"title": "v6",
118-
"url": "https://rxjs.dev/"
118+
"url": "https://v6.rxjs.dev/"
119119
}
120120
]
121121
}

docs_app/firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"hosting": {
66
"public": "dist",
7-
"target": "stable",
7+
"target": "v6",
88
"cleanUrls": true,
99
"redirects": [
1010
//////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)