Skip to content

Commit

Permalink
Merge pull request #182 from dojoengine/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
ponderingdemocritus authored Jan 20, 2024
2 parents df0cd58 + bbb30ee commit 5a988e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dojo-book/docs/pages/client/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dojo is BYO client, meaning that you can use any client you want to connect to the Dojo network.

- [npm](./npm.md)
- [npm](./dojojs.md)
- [torii](torii.md)

> Dojo is always looking to expand these clients, if you would like to contribute reach out into the [Discord](https://discord.gg/KG9w9BmDrV)
2 changes: 1 addition & 1 deletion dojo-book/docs/pages/client/sdk/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This will generate a `.dll` or `.so` binary in the `target/release` directory, d

### Watch video

[![Watch the video](/unity-screen-grab.png)](/dojo.unity_demo.mp4)
<!-- [![Watch the video](/unity-screen-grab.png)](/dojo.unity_demo.mp4) -->

## Dojo Unity Concepts

Expand Down
4 changes: 2 additions & 2 deletions dojo-book/docs/pages/theory/what-is-dojo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Building on-chain games often involves grappling with the challenge of indexing

Using Torii drastically reduces the time and effort required to build on-chain games. It also eliminates the need to manually create indexers, which can be a tedious and error-prone process.

### [Katana](/crates/katana/README.md) - Blazingly fast development network
### [Katana](/toolchain/katana/overview.md) - Blazingly fast development network

Katana is a customizable Starknet development network. It is blazingly fast and allows you to iterate on your game logic swiftly.

### [Sozo CLI](/crates/sozo/README.md) - CLI Management Tool
### [Sozo CLI](/toolchain/sozo/overview.md) - CLI Management Tool

Dojo worlds are poised to become some of the largest contracts. Sozo is a CLI tool that assists you in managing your worlds. It enables you to create, build, test, and deploy your worlds. Additionally, you can craft new components and systems and register them with your world.

Expand Down
4 changes: 2 additions & 2 deletions dojo-book/docs/pages/toolchain/torii/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The torii server comprises of the rust backend that exposes the graphql and gRPC
Torii client interfaces with the server to provide an easy to use api for your clients:

- [wasm](/client/dojojs.md#dojoenginetorii-wasm)
- [unity](/client/torii/unity.md)
- [c](/client/torii/unity.md)
- [unity](/client/sdk/unity.md)
- [c](/client/sdk/unity.md)

### Usage

Expand Down

0 comments on commit 5a988e0

Please sign in to comment.