Skip to content

Commit ffd25db

Browse files
committed
docs: Update README.md
1 parent 9526cdc commit ffd25db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,21 @@ if (app.Environment.IsDevelopment())
3737
}
3838
```
3939

40-
That's it. You now have a fully functional Swagger UI in your application. The UI can be accessed by navigating to `/swagger` in your browser 🥳. A more detailed guide with more use cases can be found [here](/docs/Getting-Started.md).
40+
That's it. You now have a fully functional Swagger UI in your application. The UI can be accessed by navigating to `/swagger` in your browser 🥳. A more detailed guide with more use cases can be found [here](https://github.com/xC0dex/APIWeaver/blob/main/docs/Getting-Started.md).
4141

4242
## Currently supported features
4343

4444
- Fully functional and configurable Swagger UI (with dark mode 🌙)
4545
- OpenAPI 3.0 generation
4646
- Document generation based on minimal APIs
4747
- .NET 6, 7 and 8 including required members, nullable types and latest validation attributes
48+
- `System.Text.Json` including serializer options like IncludeFields, IgnoreReadOnlyFields, IgnoreReadOnlyProperties and more
49+
- Custom transformers to modify the generated OpenAPI document asynchronously
4850

4951
## Roadmap
5052

5153
- Support for controller based APIs (https://github.com/xC0dex/APIWeaver/issues/27)
52-
- Full `System.Text.Json` support ([Milestone](https://github.com/xC0dex/APIWeaver/milestone/1))
54+
- Full support for discriminators (https://github.com/xC0dex/APIWeaver/issues/21)
5355
- Security definitions for OpenAPI documents
5456
- API client generation based on the generated OpenAPI document
5557
- ... and many more

0 commit comments

Comments
 (0)