Skip to content

Commit 388f94f

Browse files
authored
Added link to new video (from me) (#1147)
* Added link to 2021 video, reorganized links * Fixed broken API references in documentation
1 parent 5b99f22 commit 388f94f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Diff for: README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ The ultimate goal of this library is to eliminate as much boilerplate as possibl
1717

1818
These are some steps you can take to help you understand what this project is and how you can use it:
1919

20-
- [What is JSON:API and why should I use it?](https://nordicapis.com/the-benefits-of-using-json-api/)
21-
- [The JSON:API specification](http://jsonapi.org/format/)
22-
- Demo [Video](https://youtu.be/KAMuo6K7VcE), [Blog](https://dev.to/wunki/getting-started-5dkl)
23-
- [Our documentation](https://www.jsonapi.net/)
24-
- [Check out the example projects](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples)
25-
- [Embercasts: Full Stack Ember with ASP.NET Core](https://www.embercasts.com/course/full-stack-ember-with-dotnet/watch/whats-in-this-course-cs)
20+
### About
21+
- [What is JSON:API and why should I use it?](https://nordicapis.com/the-benefits-of-using-json-api/) (blog, 2017)
22+
- [Pragmatic JSON:API Design](https://www.youtube.com/watch?v=3jBJOga4e2Y) (video, 2017)
23+
- [JSON:API and JsonApiDotNetCore](https://www.youtube.com/watch?v=79Oq0HOxyeI) (video, 2021)
24+
- [JsonApiDotNetCore Release 4.0](https://dev.to/wunki/getting-started-5dkl) (blog, 2020)
25+
- [JSON:API, .Net Core, EmberJS](https://youtu.be/KAMuo6K7VcE) (video, 2017)
26+
- [Embercasts: Full Stack Ember with ASP.NET Core](https://www.embercasts.com/course/full-stack-ember-with-dotnet/watch/whats-in-this-course-cs) (paid course, 2017)
27+
28+
### Official documentation
29+
- [The JSON:API specification](https://jsonapi.org/format/1.1/)
30+
- [JsonApiDotNetCore website](https://www.jsonapi.net/)
2631
- [Roadmap](ROADMAP.md)
2732

2833
## Related Projects

Diff for: docs/docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"src": [
55
{
6-
"files": [ "**/JsonApiDotNetCore.csproj" ],
6+
"files": [ "**/JsonApiDotNetCore.csproj","**/JsonApiDotNetCore.Annotations.csproj" ],
77
"src": "../"
88
}
99
],

0 commit comments

Comments
 (0)