Skip to content

Commit

Permalink
Update documentation (#128)
Browse files Browse the repository at this point in the history
* Typo fixes

* Other changes in documentation
  • Loading branch information
masesdevelopers authored Oct 20, 2023
1 parent ec16600 commit 38b845d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU
## Summary

* [Getting started](src/documentation/articles/gettingstarted.md)
* [How works](src/documentation/articles/howitworks.md)
* [How it works](src/documentation/articles/howitworks.md)
* [Usage](src/documentation/articles/usage.md)
* [Use cases](src/documentation/articles/usecases.md)
* [Templates usage](src/documentation/articles/usageTemplates.md)
Expand Down
5 changes: 3 additions & 2 deletions src/documentation/articles/currentstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ The latest release implementes these features:

* [x] A working provider based on Apache Kafka Streams
* [x] The provider can use KNetCompactedReplicator
* [x] An external package for serialization based on .NET 6 Json serializers
* [x] An external package for serialization based on Apache Avro serializers
* [x] A base package for serialization based on .NET Json serializers
* [x] An external package for serialization based on Apache Avro serializers
* [x] A package with some templates
3 changes: 2 additions & 1 deletion src/documentation/articles/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ The roadmap can be synthetized in the following points:
* [ ] Extends the first provider with new features able to create Apache Kafka Streams topology to retrieve information
* [x] Use KNetCompactedReplicator beside Apache Kafka Streams
* [x] Add external package to manage data serialization
* [x] Add Avro external package to manage data serialization
* [x] Add Avro external package to manage data serialization
* [x] Add Templates package
2 changes: 1 addition & 1 deletion src/documentation/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
href: intro.md
- name: Getting started
href: gettingstarted.md
- name: How works
- name: How it works
href: howitworks.md
- name: Usage
href: usage.md
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/articles/usecases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# KEFCore: use cases

[Entity Framework Core](https://learn.microsoft.com/it-it/ef/core/) provider for [Apache Kafka](https://kafka.apache.org/) can be used in some operative conditions.
Here a possible, non exausthive list, of use cases.
Here a possible, non exhaustive list, of use cases.

Before read following chapters it is important to understand [how it works](howitworks.md).

Expand Down
2 changes: 1 addition & 1 deletion src/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU
## Summary

* [Getting started](articles/gettingstarted.md)
* [How works](articles/howitworks.md)
* [How it works](articles/howitworks.md)
* [Usage](articles/usage.md)
* [Use cases](articles/usecases.md)
* [Templates usage](articles/usageTemplates.md)
Expand Down

0 comments on commit 38b845d

Please sign in to comment.