Skip to content

Commit c8ef00c

Browse files
committed
Added bullets to table of contents
1 parent d5b006e commit c8ef00c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

documentation/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55

66
### Table of contents
77

8-
#### [Controller instantiation](#controller-instantiation)
9-
#### [Authenticated user](#authenticated-user)
10-
#### [Calling actions](#calling-actions)
11-
#### [Model state validation](#model-state-validation)
12-
#### [Catching thrown exceptions](#catching-thrown-exceptions)
13-
#### [Generic result](#generic-result)
14-
#### [Any result](#any-result)
15-
#### [Ok result](#ok-result)
16-
#### [Unauthorized result](#unauthorized-result)
17-
#### [BadRequest result](#badrequest-result)
18-
#### [JSON result](#json-result)
19-
#### [StatusCode result](#statuscode-result)
20-
#### [NotFound result](#notfound-result)
21-
#### [Conflict result](#conflict-result)
22-
#### [EmptyContent (void) result](#emptycontent-void-result)
23-
#### [AndProvide... methods](#andprovide-methods)
8+
- [Controller instantiation](#controller-instantiation)
9+
- [Authenticated user](#authenticated-user)
10+
- [Calling actions](#calling-actions)
11+
- [Model state validation](#model-state-validation)
12+
- [Catching thrown exceptions](#catching-thrown-exceptions)
13+
- [Generic result](#generic-result)
14+
- [Any result](#any-result)
15+
- [Ok result](#ok-result)
16+
- [Unauthorized result](#unauthorized-result)
17+
- [BadRequest result](#badrequest-result)
18+
- [JSON result](#json-result)
19+
- [StatusCode result](#statuscode-result)
20+
- [NotFound result](#notfound-result)
21+
- [Conflict result](#conflict-result)
22+
- [EmptyContent (void) result](#emptycontent-void-result)
23+
- [AndProvide... methods](#andprovide-methods)
2424

2525
### Controller instantiation
2626

0 commit comments

Comments
 (0)