Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
docs: add rw/quorum provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jan 4, 2023
1 parent 24b9ae2 commit 578b1c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
- [Http](./providers/http.md)
- [IPC](./providers/ipc.md)
- [Mock]()
- [Quorum]()
- [Quorum](./providers/quorum.md)
- [Retry](./providers/retry.md)
- [RW]()
- [RW](./providers/rw.md)
- [WebSocket](./providers/ws.md)
- [Middleware]()
- [Builder]()
Expand Down
5 changes: 5 additions & 0 deletions book/providers/quorum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Quorum provider

```rust
{{#include ../../examples/providers/examples/quorum.rs}}
```
5 changes: 5 additions & 0 deletions book/providers/rw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# RW provider

```rust
{{#include ../../examples/providers/examples/rw.rs}}
```

0 comments on commit 578b1c4

Please sign in to comment.