# Description of Changes
Some small CI tweaks related to the monorepo merge.
Once we've landed these, I think we can make most of the new checks
required.
# API and ABI breaking changes
CI only changes
# Expected complexity level and risk
1
# Testing
None, just tweaked names.
---------
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
# Description of Changes
We recently merged several repos into the SpacetimeDB repo. This PR
update the docs accordingly.
# API and ABI breaking changes
None
# Expected complexity level and risk
1
# Testing
None, just docs
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
* Fix example that was still rust-ey in C# ref
This must have gotten missed when porting the Rust ref over to C#.
* Read `.Value`
Co-authored-by: james gilles <jameshgilles@gmail.com>
---------
Co-authored-by: james gilles <jameshgilles@gmail.com>
* Some wording changes to the required unity versions
we've had a few people utilize Unity 2021.2, but have a lot of errors/issues in the console. It's best to direct users to 2022.3.32f1 onward.
* Removed recommended verbiage
* Fix blocking publish route
* Added common routes
* Default to open - which was the previous functionality
* Update spacetimedb-standalone.md
* Update spacetimedb-standalone.md
* Updated with support for the typescript SDK
* Updated with known good subscribe route
* Updated doc text
* Clarified comment
* nit
We've gotten several questions in the public Discord
about the semantics of subscriptions in the SDKs.
I did a brain-dump about them, Tyler fed it into ChatGPT,
I touched up the result a bit, and here it is.
Some day we probably want to rewrite this to read less like AI slop.
But for now it's probably fine.
These links are broken in the live docs, but removing index.md from the links fixes them for me.
Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
* clients connect to databases, not modules
* the name is for the database, not the module
* reducers are exposed by databases, not modules
* don't name clients "modules" too
* Modules have no state, the database has it
* more database instead of client connection
* databases are hosted, not modules
* users interact with databases, not modules
* fix typo
* Apply suggestions from code review
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
---------
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
* Added a preliminary llms.md/.txt file to the repo to help LLMs generate code for users and understand SpacetimeDB
* Update llms.md
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
* Addressed some feedback
* Fixed up some stuff
* Added TypeScript SDK code
* Added subscription semantics section and small fixes
* Added info about ConnectionId and the reducer context
* Addressed comments
---------
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>