-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(versioning): add versioning to docs website
- Loading branch information
Jan-Niklas Wortmann
committed
Oct 3, 2020
1 parent
f23a2a8
commit 21051db
Showing
5 changed files
with
136 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"targets": { | ||
"rxjs-dev": { | ||
"hosting": { | ||
"next": [ | ||
"next-rxjs" | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,120 @@ | ||
{ | ||
"TopBar": [ | ||
{ | ||
"url": "guide/overview", | ||
"title": "Overview" | ||
}, | ||
{ | ||
"url": "api", | ||
"title": "Reference" | ||
}, | ||
{ | ||
"url": "guide/v6/migration", | ||
"title": "Migration" | ||
}, | ||
{ | ||
"url": "team", | ||
"title": "Team" | ||
} | ||
], | ||
"TopBarNarrow": [], | ||
"SideNav": [ | ||
{ | ||
"url": "guide/overview", | ||
"title": "Overview", | ||
"tooltip": "RxJS Overview", | ||
"children": [ | ||
{ | ||
"url": "guide/observable", | ||
"title": "Observables" | ||
}, | ||
{ | ||
"url": "guide/observer", | ||
"title": "Observer" | ||
}, | ||
{ | ||
"url": "guide/operators", | ||
"title": "Operators" | ||
}, | ||
{ | ||
"url": "guide/subscription", | ||
"title": "Subscription" | ||
}, | ||
{ | ||
"url": "guide/subject", | ||
"title": "Subjects" | ||
}, | ||
{ | ||
"url": "guide/scheduler", | ||
"title": "Scheduler" | ||
}, | ||
{ | ||
"url": "guide/testing/marble-testing", | ||
"title": "Marble Testing" | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "guide/installation", | ||
"title": "Installation", | ||
"tooltip": "Installation" | ||
}, | ||
{ | ||
"url": "api", | ||
"title": "Reference", | ||
"tooltip": "RxJS Reference" | ||
}, | ||
{ | ||
"url": "guide/glossary-and-semantics", | ||
"title": "Glossary", | ||
"tooltip": "Glossary and Semantics" | ||
}, | ||
{ | ||
"tooltip": "Operator Decision Tree", | ||
"url": "operator-decision-tree", | ||
"title": "Operator Decision Tree" | ||
}, | ||
{ | ||
"title": "About Version 6", | ||
"children": [ | ||
{ | ||
"url": "guide/v6/migration", | ||
"title": "Migration" | ||
}, | ||
{ | ||
"url": "guide/v6/pipeable-operators", | ||
"title": "Pipeable Operators" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Deprecations & Breaking Changes", | ||
"children": [ | ||
{ | ||
"url": "deprecations/scheduler-argument", | ||
"title": "Scheduler Argument" | ||
} | ||
|
||
] | ||
}, | ||
{ | ||
"url": "resources", | ||
"title": "External Resources", | ||
"tooltip": "External Resources" | ||
}, | ||
{ | ||
"url": "code-of-conduct", | ||
"title": "Code of Conduct", | ||
"tooltip": "Code of Conduct" | ||
} | ||
], | ||
"docVersions": [] | ||
} | ||
"TopBar": [ | ||
{ | ||
"url": "guide/overview", | ||
"title": "Overview" | ||
}, | ||
{ | ||
"url": "api", | ||
"title": "Reference" | ||
}, | ||
{ | ||
"url": "guide/v6/migration", | ||
"title": "Migration" | ||
}, | ||
{ | ||
"url": "team", | ||
"title": "Team" | ||
} | ||
], | ||
"TopBarNarrow": [], | ||
"SideNav": [ | ||
{ | ||
"url": "guide/overview", | ||
"title": "Overview", | ||
"tooltip": "RxJS Overview", | ||
"children": [ | ||
{ | ||
"url": "guide/observable", | ||
"title": "Observables" | ||
}, | ||
{ | ||
"url": "guide/observer", | ||
"title": "Observer" | ||
}, | ||
{ | ||
"url": "guide/operators", | ||
"title": "Operators" | ||
}, | ||
{ | ||
"url": "guide/subscription", | ||
"title": "Subscription" | ||
}, | ||
{ | ||
"url": "guide/subject", | ||
"title": "Subjects" | ||
}, | ||
{ | ||
"url": "guide/scheduler", | ||
"title": "Scheduler" | ||
}, | ||
{ | ||
"url": "guide/testing/marble-testing", | ||
"title": "Marble Testing" | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "guide/installation", | ||
"title": "Installation", | ||
"tooltip": "Installation" | ||
}, | ||
{ | ||
"url": "api", | ||
"title": "Reference", | ||
"tooltip": "RxJS Reference" | ||
}, | ||
{ | ||
"url": "guide/glossary-and-semantics", | ||
"title": "Glossary", | ||
"tooltip": "Glossary and Semantics" | ||
}, | ||
{ | ||
"tooltip": "Operator Decision Tree", | ||
"url": "operator-decision-tree", | ||
"title": "Operator Decision Tree" | ||
}, | ||
{ | ||
"title": "About Version 6", | ||
"children": [ | ||
{ | ||
"url": "guide/v6/migration", | ||
"title": "Migration" | ||
}, | ||
{ | ||
"url": "guide/v6/pipeable-operators", | ||
"title": "Pipeable Operators" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Deprecations & Breaking Changes", | ||
"children": [ | ||
{ | ||
"url": "deprecations/scheduler-argument", | ||
"title": "Scheduler Argument" | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "resources", | ||
"title": "External Resources", | ||
"tooltip": "External Resources" | ||
}, | ||
{ | ||
"url": "code-of-conduct", | ||
"title": "Code of Conduct", | ||
"tooltip": "Code of Conduct" | ||
} | ||
], | ||
"docVersions": [ | ||
{ | ||
"title": "v7", | ||
"url": "https://next-rxjs.web.app/" | ||
}, | ||
{ | ||
"title": "v6", | ||
"url": "https://rxjs.dev/" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters