哪个 GitHub RxJS 文档的 repo?

Which GitHub repo for RxJS docs?

我想为 RxJS 文档创建一个 PR http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html

但是看不到哪个 repo 与文档相关联。

我查看了 docs 文件夹中的 RxJS GitHub 存储库,但找不到用于此 page/site.

的文档

这应该是位置 repo link

These files are not meant for reading directly in GitHub, they are just source code for generating the official page. You should find the docs at http://reactivex.io/rxjs/, containing all the documentation.

他们似乎使用 esdoc 生成文档。如果您通读 readme.md,您会发现一些关于 Adding Documentation.

的信息

所以我认为您必须更新代码中的注释。我不知道你想更新哪一部分,但可能是 here

中的某些内容