Skip to content

Commit 605e039

Browse files
authored
docs(readme): toc
1 parent a7be23c commit 605e039

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
JsonApiDotnetCore provides a framework for building [json:api](http://jsonapi.org/) compliant web servers. Unlike other .Net implementations, this library provides all the required middleware to build a complete server. All you need to focus on is defining the resources. However, the library is also fully extensible so you can customize the implementation to meet your specific needs.
1010

11+
# Table Of Contents
12+
- [Installation](#installation)
13+
- [Generators](#generators)
14+
- [Usage](#usage)
15+
- [Middleware and Services](#middleware-and-services)
16+
- [Defining Models](#defining-models)
17+
- [Specifying Public Attributes](#specifying-public-attributes)
18+
- [Relationships](#relationships)
19+
- [Defining Controllers](#defining-controllers)
20+
- [Non-Integer Type Keys](#non-integer-type-keys)
21+
- [Routing](#routing)
22+
- [Namespacing and Versioning URLs](#namespacing-and-versioning-urls)
23+
- [Defining Custom Data Access Methods](#defining-custom-data-access-methods)
24+
- [Pagination](#pagination)
25+
- [Filtering](#filtering)
26+
- [Sorting](#sorting)
27+
- [Tests](#tests)
28+
1129
## Installation
1230

1331
`Install-Package JsonApiDotnetCore`

0 commit comments

Comments
 (0)