-
Notifications
You must be signed in to change notification settings - Fork 583
Import docs repo #2948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Import docs repo #2948
Conversation
This file contains hidden or 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
License and Readme
Small License Update
First pass on documentation updates for 0.7.0
More SDK Updates for 0.7.0
Co-authored-by: John Detter <no-reply@boppygames.gg>
* Updated server side module * More simplification * More progress * More updates * Ready to start testing again * Got through tutorial with some issues, going again * Added warnings * Small fix, this is ready to be released --------- Co-authored-by: John Detter <no-reply@boppygames.gg>
Co-authored-by: John Detter <no-reply@boppygames.gg>
Update after the change in #309.
Co-authored-by: John Detter <no-reply@boppygames.gg>
Fixes a margin for the figure that kinda breaks it on mobile.
Fixes a margin for the figure that kinda breaks it on mobile
Added nav.ts
Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
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>
fix: undefined 'u' sql name -> 'a'
* [bfops/ci-on-master]: Run CI on `master` commits * [bfops/ci-on-master]: tweak --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
* update reducer callback with correct info * remove flavor text - not needed
* updated dotnet add package * additional reference to spacetimedbsdk dotnet package
* [bfops/check-links]: fix link checker * [bfops/check-links]: fix * [bfops/check-links]: fix broken links * [bfops/check-links]: fix logic * [bfops/check-links]: fix site links --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
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.
* 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
Update maincloud.md
Update index.md
* 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
Nested the lang specific text into the overall codeblock instead of duplicating below.
Added missing required column identifier to simple query RLS documentation examples.
* 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>
…into bfops/import-docs
cloutiertyler
approved these changes
Jul 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
Merge the spacetime-docs repo contents into a subdirectory of this repo, completely unchanged. The corresponding branches have already been pushed as
docs/[original branch name]
.We will mirror this to spacetime-docs for now, and update the
release
branch there when we do a release.This should be merged with a merge commit, for two reasons:
master
without getting horrible merge conflicts (a squash commit would essentially newly create all of those files, causing merge conflicts)Because of that, I think we should skip the merge queue to merge this PR (so that we can use a merge commit). It's entirely new files, so it should not cause any issues for other PRs.
API and ABI breaking changes
None
Expected complexity level and risk
1
Testing
CI is updated in a descendant PR: #2949