Skip to content

Commit

Permalink
fix: improve docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 20, 2024
1 parent e31a1ab commit 133345a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

- [Introduction](./introduction.md)
- [Reducers](./reducers/README.md)
- [Deno](./reducers/deno.md)
- [Typescript](./reducers/typescript.md)
- [Rust](./reducers/rust.md)
4 changes: 2 additions & 2 deletions book/src/reducers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Scroll Reducers are Map/Reduce algorithms that turn block data into a relevant i

There are several ways to implement reducers in Scrolls:

- [Typescript](typescript.md): using custom Typescript code to implement the map/reduce logic
- [Rust](rust.md): using custom Rust code to implement the map/reduce logic
- [Typescript](./typescript.md): using custom Typescript code to implement the map/reduce logic
- [Rust](./rust.md): using custom Rust code to implement the map/reduce logic

0 comments on commit 133345a

Please sign in to comment.