Skip to content

Commit

Permalink
Writing #68: learn from examples...
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed May 16, 2024
1 parent 4fb3542 commit bbac1e2
Show file tree
Hide file tree
Showing 19 changed files with 1,784 additions and 283 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ npm install tgrid
Just install with `npm` command. That's all.
If you wanna use `TGrid` in `NestJS`, read `Nestia` guide documents.
If you wanna use `TGrid` in `NestJS`, read `Nestia` guide documents, too.
- [TGrid > Guide Documents > Setup](https://tgrid.com/docs/setup/)
- [Nestia > Guide Documents > Setup](https://nestia.io/docs/setup/)
- [Nestia > Guide Documents > WebSocketRoute](https://nestia.io/docs/core/WebSocketRoute/)
## Guide Documents
Check out the document in the [website](https://tgrid.com/docs):
Expand Down
Binary file added website/assets/classes.vsdx
Binary file not shown.
Binary file added website/assets/concepts.vsdx
Binary file not shown.
Binary file added website/assets/examples.vsdx
Binary file not shown.
Binary file added website/assets/projects.vsdx
Binary file not shown.
File renamed without changes.
4 changes: 4 additions & 0 deletions website/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"docs": {
"title": "📖 Guide Documents",
"type": "page"
},
"playground": {
"title": "💻 Playground",
"type": "page"
}
}
Loading

0 comments on commit bbac1e2

Please sign in to comment.