Skip to content

Commit

Permalink
Docs/v6 (#5911)
Browse files Browse the repository at this point in the history
* 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 <jan-niklas.wortmann@evorait.com>
Co-authored-by: Nicholas Jamieson <nicholas@cartant.com>
  • Loading branch information
3 people committed Apr 26, 2021
1 parent cbc31ff commit 881cacd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs_app/.firebaserc
Expand Up @@ -2,8 +2,8 @@
"targets": {
"rxjs-dev": {
"hosting": {
"stable": [
"rxjs-dev"
"v6": [
"version-6"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions docs_app/content/navigation.json
Expand Up @@ -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/"
}
]
}
2 changes: 1 addition & 1 deletion docs_app/firebase.json
Expand Up @@ -4,7 +4,7 @@
},
"hosting": {
"public": "dist",
"target": "stable",
"target": "v6",
"cleanUrls": true,
"redirects": [
//////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 881cacd

Please sign in to comment.