mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 15:49:35 -04:00
41cfbbc7e0
# Description of Changes This patch does the following: - Adds api reference docs for the module-side query builder in the view docs - Merges the client sdk and subscription docs pages - Keeps subscription and client overview docs high-level (moved all api docs to the language reference docs) - Replaces SQL examples in the docs with the query builder - Replaces SQL subscriptions in the templates with the query builder Note, the last commit in this patch set transitions the templates over to use the query builder instead of SQL subscriptions. This will break them temporarily until #4000 merges. Also note, a lot of this was AI assisted. It can still be improved upon, but it's in a better state than it was. # API and ABI breaking changes N/A # Expected complexity level and risk 1 # Testing N/A --------- Signed-off-by: joshua-spacetime <josh@clockworklabs.io> Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>