-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update quickstart.md (#81) Revert the find_by changes in rust which were never made. * Update Rust Quickstart to use correct function to find User (#80) Update quickstart.md * Explicitly remind the reader to start the server (#43) * Fix broken tutorial package link (#86) * prettier (#85) Push * Update quickstart.md (#84) * Fix typo in modules/rust/index.md (#83) Person -> Unique (because that belongs to `Unique` table) * Update part-2b-c-sharp.md (#75) The intent is to throw an exception if the player already exists, not the other way 'round. * Fixed code examples in rust reference regarding insertion (#42) * Rust client quickstart updated for 0.12 (#92) * Rust client updated for 0.12 * Small update * More updates * Final pass --------- Co-authored-by: John Detter <[email protected]> * I didn't notice that auto-merge was enabled, so here's my review (#94) * Update Rust SDK ref for the new SDK (#93) * Updated rust quickstart for 0.12 (#88) * Updated rust quickstart for 0.12 * Suggested tweaks --------- Co-authored-by: John Detter <[email protected]> * Update rust index page for 0.12 (#89) * Updated rust quickstart for 0.12 * Suggested tweaks * Initial updates to the index file * More updates to index, rolled back changes from another PR I'm working on * Small improvements --------- Co-authored-by: John Detter <[email protected]> --------- Co-authored-by: Tyler Cloutier <[email protected]> Co-authored-by: Mats Bennervall <[email protected]> Co-authored-by: ike709 <[email protected]> Co-authored-by: John Detter <[email protected]> Co-authored-by: Puru Vijay <[email protected]> Co-authored-by: Egor Gavrilov <[email protected]> Co-authored-by: Arrel Neumiller <[email protected]> Co-authored-by: Muthsera <[email protected]> Co-authored-by: John Detter <[email protected]> Co-authored-by: Phoebe Goldman <[email protected]> Co-authored-by: Zeke Foppa <[email protected]>
- Loading branch information
1 parent
78c51b0
commit f859208
Showing
23 changed files
with
836 additions
and
1,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"semi": true, | ||
"singleQuote": true, | ||
"arrowParens": "avoid", | ||
"jsxSingleQuote": false, | ||
"trailingComma": "es5", | ||
"endOfLine": "auto", | ||
"printWidth": 80 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ git clone ssh://[email protected]/<username>/spacetime-docs | |
git add . | ||
git commit -m "A specific description of the changes I made and why" | ||
``` | ||
|
||
5. Push your changes to your fork as a branch | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.