Skip to content

Commit

Permalink
docs: Remove the link to Pedestal Logger
Browse files Browse the repository at this point in the history
Pedestal Logger is deprecated and shouldn't be documented anymore.
  • Loading branch information
CLOVIS-AI committed Apr 14, 2024
1 parent 61bc7fa commit 7186f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The release notes and changelogs are [available here](https://gitlab.com/opensav

This project contains the following modules:

- [Pedestal Logger](https://opensavvy.gitlab.io/pedestal/api-docs/logger/index.html) is a simple logger implementation for multiplatform projects.
- [Pedestal Progress](https://opensavvy.gitlab.io/pedestal/api-docs/progress/index.html) models the progress of an asynchronous task and its subtasks (companion: [KotlinX.Coroutines](https://opensavvy.gitlab.io/pedestal/api-docs/progress-coroutines/index.html)).
- [Pedestal State](https://opensavvy.gitlab.io/pedestal/api-docs/state/index.html) models the success or failure of an operation, without losing progress information (companions: [KotlinX.Coroutines](https://opensavvy.gitlab.io/pedestal/api-docs/state-coroutines/index.html), [Arrow](https://opensavvy.gitlab.io/pedestal/api-docs/state-arrow/index.html)).
- [Pedestal Cache](https://opensavvy.gitlab.io/pedestal/api-docs/cache/index.html) is a collection of reactive cache implementations to aggressively reduce bandwidth usage with easy integration with reactive UI frameworks, like React or Compose.
Expand Down

0 comments on commit 7186f21

Please sign in to comment.