Skip to content

Commit 3868e08

Browse files
committed
Update readme
1 parent 316a2e7 commit 3868e08

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@
1111

1212
MongoDB adapter for [js-data](http://www.js-data.io/).
1313

14-
## API Documentation
15-
[DSMongoDBAdapter](http://www.js-data.io/docs/dsmongodbadapter)
14+
## Table of contents
15+
16+
* [Quick start](#quick-start)
17+
* [Documentation](#documentation)
18+
* [API Reference](#api-reference)
19+
* [Support](#support)
20+
* [Community](#community)
21+
* [Contributing](#contributing)
22+
* [License](#license)
1623

1724
## Quick Start
1825
`npm install --save js-data js-data-mongodb`.
@@ -36,15 +43,13 @@ var User = store.defineResource({
3643
});
3744
```
3845

39-
## Changelog
40-
See [CHANGELOG.md](https://github.com/js-data/js-data-mongodb/blob/master/CHANGELOG.md).
46+
### Documentation
47+
- [Getting Started with js-data](http://www.js-data.io/docs/home)
48+
- [js-data-mongodb](http://www.js-data.io/docs/js-data-mongodb)
49+
- [CHANGELOG.md](https://github.com/js-data/js-data-mongodb/blob/master/CHANGELOG.md)
4150

42-
## Community
43-
- [StackOverflow Channel][so]
44-
- [Slack Chat][sl_l] [![Slack Status][sl_b]][sl_l]
45-
- [Announcements](http://www.js-data.io/blog)
46-
- [Mailing List](ml)
47-
- [Issue Tracker](https://github.com/js-data/js-data-mongodb/issues)
51+
## API Reference
52+
- [js-data-mongodb](http://api.js-data.io/js-data-mongodb/)
4853

4954
## Support
5055

@@ -54,6 +59,13 @@ Support questions are handled via [StackOverflow][so], [Slack][sl_l], and the
5459
When submitting bug reports on GitHub, please include as much detail as possible
5560
to make debugging quick and easy.
5661

62+
## Community
63+
- [StackOverflow Channel][so]
64+
- [Slack Chat][sl_l] [![Slack Status][sl_b]][sl_l]
65+
- [Announcements](http://www.js-data.io/blog)
66+
- [Mailing List](ml)
67+
- [Issue Tracker](https://github.com/js-data/js-data-mongodb/issues)
68+
5769
## Contributing
5870

5971
See [CONTRIBUTING.md](https://github.com/js-data/js-data-mongodb/blob/master/CONTRIBUTING.md).
@@ -78,4 +90,4 @@ See [LICENSE](https://github.com/js-data/js-data-mongodb/blob/master/LICENSE).
7890
[cod_l]: https://www.codacy.com/app/jasondobry/js-data-mongodb/dashboard
7991

8092
[ml]: https://groups.io/org/groupsio/jsdata
81-
[so]: http://stackoverflow.com/questions/tagged/jsdata
93+
[so]: http://stackoverflow.com/questions/tagged/jsdata

0 commit comments

Comments
 (0)