Skip to content

Commit

Permalink
docs: add link to custom casting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 6, 2019
1 parent 1c4d994 commit de3eee5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/guides.pug
Expand Up @@ -41,17 +41,21 @@ block content
* [Getters and Setters](/docs/tutorials/getters-setters.html)
* [Virtuals](/docs/tutorials/virtuals.html)

### Integrations
### Advanced Topics

* [Working with Dates](/docs/tutorials/dates.html)
* [Custom Casting For Built-in Types](/docs/tutorials/custom-casting.html)
* [Custom SchemaTypes](/docs/customschematypes.html)

### Integrations

* [Promises](/docs/promises.html)
* [AWS Lambda](/docs/lambda.html)
* [Browser Library](/docs/browser.html)
* [GeoJSON](/docs/geojson.html)
* [Transactions](/docs/transactions.html)
* [MongoDB Driver Deprecation Warnings](/docs/deprecations.html)
* [Testing with Jest](/docs/jest.html)
* [Working with Dates](/docs/tutorials/dates.html)

### Migration Guides

Expand Down

0 comments on commit de3eee5

Please sign in to comment.