Improving the Docs
Fixing problems in the documentation
How the docs work
./docs
--/packages
--mypackage/
--guides/ # docs for guides, tutorials and other information
--installation.md
--getting_started.md
--tutorial1.md
--operators/ # docs for publicly exposed operators
--firstoperator.md
--anotheroperator.md
--creators/ # any public methods that create RxJS observables
--firstcreator.md
--secondcreator.mdWorkflow for updating docs with code changes
Last updated