Skip to content

Commit

Permalink
docs: multi-modality
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Feb 23, 2023
1 parent 179e728 commit dc162d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Izumi (*jp. 泉水, spring*) is an ecosystem of independent libraries and framew

including the following components:

1. [distage](https://izumi.7mind.io/distage/) – Compile-time safe, transparent and debuggable Dependency Injection framework for pure FP Scala,
1. [distage](https://izumi.7mind.io/distage/) – Compile-time safe, transparent and debuggable multi-modal Dependency Injection framework for pure FP Scala,
2. [distage-testkit](https://izumi.7mind.io/distage/distage-testkit) – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
3. [distage-framework-docker](https://izumi.7mind.io/distage/distage-framework-docker) – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
4. [LogStage](https://izumi.7mind.io/logstage/) – Automatic structural logs from Scala string interpolations,
Expand Down
2 changes: 1 addition & 1 deletion doc/microsite/src/main/tut/izumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Izumi (*jp. 泉水, spring*) is an ecosystem of independent libraries and framew

including the following components:

1. @ref[**distage**](distage/00_distage.md) – Compile-time safe, transparent and debuggable Dependency Injection framework for pure FP Scala,
1. @ref[**distage**](distage/00_distage.md) – Compile-time safe, transparent and debuggable multi-modal Dependency Injection framework for pure FP Scala,
2. @ref[**distage-testkit**](distage/distage-testkit.md) – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
3. @ref[**distage-framework-docker**](distage/distage-framework-docker.md) – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
4. @ref[**LogStage**](logstage/00_logstage.md) – Automatic structural logs from Scala string interpolations,
Expand Down

0 comments on commit dc162d7

Please sign in to comment.