Skip to content

Commit

Permalink
Add content to How To summary page (zio#2256)
Browse files Browse the repository at this point in the history
* Add content to How To summary page

* Add some description
  • Loading branch information
ghostdogpr authored Nov 18, 2019
1 parent 63f97b9 commit 76d3a9c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/howto/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
id: howto_index
title: "Summary"
title: "Summary"
---

Coming soon
Here are a few guides for common patterns with ZIO:

- **[Use the module pattern](use_module_pattern.md)**: how to structure larger ZIO programs with the help of **ZIO environment**.
- **[Test effects](test_effects.md)**: how to use **ZIO Test** to test effectual programs seamlessly.
- **[Mock services](mock_services.md)**: how to test interactions between services with **mocks**.
- **[Handle errors](handle_errors.md)**: how to deal with **errors** in ZIO (declared errors vs unforeseen defects).
- **[Access system information](system.md)**: how to access **environment variables** and other **system properties** with ZIO.

0 comments on commit 76d3a9c

Please sign in to comment.