Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: walkthrough of the client libraries #1401

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/pages/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ This is an easy way to learn how to modify MUD functionality in various ways.
[These tutorials](tutorials/walkthrough) are deep dives into various sections of code.

- [The onchain components of the template](tutorials/walkthrough/onchain):
In this tutorial you learn how to understand the onchain components of the minimal template.
In this walkthrough you learn how to understand the onchain components of the minimal template.
- [The MUD client libraries](walkthrough/client-lib):
In this walkthrough you'll learn about the client setup files that are included in all client templates.

## Emojimon

Expand Down
1 change: 1 addition & 0 deletions docs/pages/tutorials/walkthrough.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
These tutorials are deep dives into various sections of code.

1. [Onchain parts of the getting started](walkthrough/minimal-onchain)
1. [The MUD client libraries](walkthrough/client-lib)
1 change: 1 addition & 0 deletions docs/pages/tutorials/walkthrough/_meta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default {
"minimal-onchain": "The onchain components of the template",
"client-lib": "The MUD client libraries"
};
Loading
Loading