# LoopBack 4 documentation

This package contains documentation for LoopBack 4. It's published to npm as
[@loopback/docs](https://www.npmjs.com/package/@loopback/docs).

## Documentation site

The `site` directory contains pages for documentation published at
[loopback.io](http://loopback.io/doc/en/lb4/index.html).

The content is organized along four quadrants as explained in
[How is our documentation organized](./site/index.md#how-is-our-documentation-organized).

To contribute, please check out
[Contributing to LoopBack documentation](https://loopback.io/doc/en/contrib/doc-contrib.html)
and [Developing Documentation](./site/DEVELOPING.md#documentation).

## API references

The API docs are generated by running `npm run tsdocs` at the root directory of
[loopback-next](https://github.com/strongloop/loopback-next). The task is run as
part of the release process. Official
[API references](https://loopback.io/doc/en/lb4/apidocs.index.html) is served
from [loopback.io](https://www.loopback.io) web site.
