Commit Graph

112 Commits

Author SHA1 Message Date
Puru Vijay 165a014dea More accurate external link error 2024-09-23 16:22:14 +05:30
Puru Vijay 8e13fbb30a Fix broken links 2024-09-23 16:20:13 +05:30
Puru Vijay e32b436d18 Fix all links 2024-09-21 19:11:23 +05:30
Puru Vijay 73aea92c63 Add recommendation logic 2024-09-20 23:50:06 +05:30
Puru Vijay 80ac733194 rename action 2024-09-20 22:18:36 +05:30
Puru Vijay 84481cda07 throw error 2024-09-20 22:17:06 +05:30
Puru Vijay 9da2081d8d External link checks 2024-09-20 22:16:23 +05:30
Puru Vijay 0d7920109d IMprove checks 2024-09-20 22:06:08 +05:30
Puru Vijay 1803402eaa Add GH action 2024-09-19 22:29:19 +05:30
Puru Vijay 413f711a7e Push 2024-09-19 22:25:56 +05:30
Puru Vijay b218355fa4 Fix again 2024-09-19 16:25:55 +05:30
Puru Vijay 020ab908c0 Fix artifact left over from merge conflict 2024-09-19 16:25:29 +05:30
Puru Vijay 9912b26974 Fix heading level 2024-09-19 13:54:51 +05:30
Puru Vijay 9ff09c3807 Consistent naming 2024-09-19 12:56:38 +05:30
Puru Vijay 618680eea0 Move evertything inside content 2024-09-19 12:41:53 +05:30
Puru Vijay 78e43832e2 Merge remote-tracking branch 'origin/master' into configless 2024-09-19 12:40:52 +05:30
Puru Vijay 6412318479 prettier (#85)
Push
2024-09-19 12:38:41 +05:30
John Detter 9aad24ebd0 Fix broken tutorial package link (#86) 2024-09-16 11:08:13 -05:00
Puru Vijay 1d0046fa94 Change prettierrc 2024-09-13 22:05:38 +05:30
Puru Vijay 2164f55489 Merge remote-tracking branch 'origin' into configless 2024-09-13 21:18:40 +05:30
ike709 5631393053 Explicitly remind the reader to start the server (#43) 2024-08-29 17:55:13 -04:00
Mats Bennervall 61f427df9a Update Rust Quickstart to use correct function to find User (#80)
Update quickstart.md
2024-08-29 17:54:13 -04:00
Tyler Cloutier 1b9e7d33c8 Update quickstart.md (#81)
Revert the find_by changes in rust which were never made.
2024-08-29 17:52:53 -04:00
Shubham Mishra c4759844e3 scheduler table doc update (#77) 2024-08-09 16:28:49 -07:00
Tyler Cloutier efcc979a6f Update quickstart.md (#74) 2024-08-09 16:28:38 -07:00
Shubham Mishra 73c3918c9b Shub/revert scheduler table doc (#76)
Revert "scheduler table doc update (#73)"

This reverts commit cd924d2049.
2024-08-02 11:55:37 -07:00
Shubham Mishra cd924d2049 scheduler table doc update (#73) 2024-08-02 23:25:52 +05:30
Zeke Foppa 7472a4ca87 Remove Python & update "coming soon" languages (#72)
* [bfops/remove-python]: do thing

* [bfops/remove-python]: empty

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-07-26 11:18:43 -07:00
Chip 6317ec1ecf CSharp Module tweak & Unity Tutorial part 1, 2b, 3 tweaks (#56)
* expanded on taggedenums and added examples for each special ReducerKind

Fixed a few typos/mistakes here and there also.

* fixed part2 hyperlinks

* fixed config version type

from Identity to uint

* update Throw => throw

* update log typo

* fix type on connect reducerkind from init=>connect

* private=>public for UpdatePlayerLoginState reducer

* remove double "publish" condenses it into one publish at the end after chat

* fixed name of GameManager file, tweaks to instructions

kept application.runInBackground (it wasn't included)

renamed many instances of "TutorialGameManager.cs" to "BitcraftMiniGameManager.cs" to represent accurate filename

* fixed onConnectError

* more TutorialGameManager renames to BitcraftMiniGameManager.cs and also a FilterByX fix

* added clarity to UIUsernameChooser.cs and LocalPlayer.cs -- Also fixed RemotePlayer.cs errors

* some small tweaks again to GameManager name

* updated tagged enums to reflect record usage and pattern matching

* filter -> find fixes

* expanded on taggedenums and added examples for each special ReducerKind

Fixed a few typos/mistakes here and there also.

* fixed config version type

from Identity to uint

* update Throw => throw

* update log typo

* fix type on connect reducerkind from init=>connect

* private=>public for UpdatePlayerLoginState reducer

* remove double "publish" condenses it into one publish at the end after chat

* fixed name of GameManager file, tweaks to instructions

kept application.runInBackground (it wasn't included)

renamed many instances of "TutorialGameManager.cs" to "BitcraftMiniGameManager.cs" to represent accurate filename

* fixed onConnectError

* more TutorialGameManager renames to BitcraftMiniGameManager.cs and also a FilterByX fix

* added clarity to UIUsernameChooser.cs and LocalPlayer.cs -- Also fixed RemotePlayer.cs errors

* some small tweaks again to GameManager name

* updated tagged enums to reflect record usage and pattern matching

* filter -> find fixes

* updated based on feedback
2024-06-28 00:39:46 +08:00
Ingvar Stepanyan 4e15ed15a5 Update C# tagged enum docs (#65)
* Update C# tagged enum docs

* Apply suggestions from code review

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>

* Reword

---------

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
2024-06-18 16:13:16 +01:00
Ingvar Stepanyan 780884f8b4 Update docs for Consistent Filtering proposal (#68)
* Update docs for Consistent Filtering proposal

Updating docs for FilterBy methods across SDKs, adding docs for FindBy methods, and a couple of drive-by fixes for broken links.

* Update docs/sdks/c-sharp/index.md

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>

---------

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
2024-06-18 16:12:58 +01:00
Ingvar Stepanyan 5b3c85662f Remove obsolete C# module imports (#67) 2024-06-18 16:12:24 +01:00
Ingvar Stepanyan 4b9b82c3c8 DbEventArgs -> ReducerContext in C# API docs (#66)
This API was recently renamed.
2024-06-18 16:12:13 +01:00
Ingvar Stepanyan 1f97c4230d Remove CreateInstance() from C# client docs (#69)
This method no longer exists - an instance with a default logger is set up automatically.
2024-06-18 16:01:53 +01:00
Zeke Foppa 1ce3b53a1c Update docs for making tables public/private (#63)
* [bfops/revert-premature-merge]: do revert

* [bfops/redo-61]: Redo #61

* [bfops/redo-61]: redo

* [bfops/redo-61]: add C#

* [bfops/redo-61]: review

* [bfops/redo-61]: review

---------

Co-authored-by: Zeke Foppa <github.com/bfops>
2024-06-14 08:59:41 -07:00
Kim Altintop 7cd55a06ad Update response of /database/info (#64)
To match changes in clockworklabs/spacetimedb#1305
2024-06-14 16:29:25 +02:00
Zeke Foppa c86e3daca6 Revert "Update docs for #[spacetimedb(table)] (#61)" (#62)
This reverts commit fce4df6f66.
2024-06-06 16:48:05 -04:00
Zeke Foppa fce4df6f66 Update docs for #[spacetimedb(table)] (#61)
* [bfops/public-tables]: update docs for #[spacetimedb(table)]

* [bfops/public-tables]: review

---------

Co-authored-by: Zeke Foppa <github.com/bfops>
2024-06-06 13:41:59 -07:00
Puru Vijay 284686e756 navTitle 2024-05-26 23:01:04 +05:30
Puru Vijay dd7df665c0 Rename unity tutorial 2024-05-26 20:06:59 +05:30
Puru Vijay 7a087eb971 Add mising meta.json 2024-05-26 19:27:58 +05:30
Puru Vijay 5668e6ce9d More 2024-05-26 19:18:56 +05:30
Puru Vijay 264fe63609 more fix 2024-05-26 19:18:13 +05:30
Puru Vijay 8ec48eaf45 More 2024-05-26 19:15:54 +05:30
Puru Vijay 80bacc2659 Consecutive heading in http 2024-05-26 19:14:27 +05:30
Puru Vijay e43c8c0438 Fix 2024-05-26 18:57:58 +05:30
Puru Vijay 48a4e69d91 remove typescript 2024-05-26 03:04:52 +05:30
Puru Vijay 743d5c111e Push 2024-05-26 02:59:50 +05:30
Zeke Foppa f813a298d5 Fix the C# module link in part 1 (#55)
* [bfops/docs]: empty

* [bfops/docs]: one more fix

---------

Co-authored-by: Zeke Foppa <github.com/bfops>
2024-05-22 22:23:32 -04:00
Zeke Foppa f10dcf2ad8 Fix the C# module link in overview (#54)
* [bfops/docs]: C# fix

* [bfops/docs]: empty

---------

Co-authored-by: Zeke Foppa <github.com/bfops>
2024-05-22 20:01:27 -04:00