Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
9439356
Merge pull request #1 from clockworklabs/jdetter/add-license-and-readme
jdetter Oct 12, 2023
e24bf42
Update index.md
cloutiertyler Oct 12, 2023
176c19d
Update index.md
cloutiertyler Oct 12, 2023
9d7d5c7
Including this line for completeness
jdetter Oct 12, 2023
0311707
Merge pull request #2 from clockworklabs/jdetter/small-license-update
jdetter Oct 12, 2023
ec418f1
C# Quickstart is working
jdetter Oct 12, 2023
e40ce92
Python quickstart updated
jdetter Oct 12, 2023
d6de290
Another small python quickstart fix
jdetter Oct 12, 2023
ae49385
Merge pull request #3 from clockworklabs/jdetter/sdk-docs-updates
jdetter Oct 12, 2023
60fee24
Fix Nuget command
jdetter Oct 12, 2023
5493514
Applied Phoebe's patch
jdetter Oct 12, 2023
4412276
Merge pull request #5 from clockworklabs/jdetter/another-sdk-docs-update
jdetter Oct 12, 2023
f8a7b27
This was an error in applying a patch (#6)
jdetter Oct 13, 2023
91ace6a
Unity Tutorial Updates (#7)
jdetter Oct 14, 2023
f2e1fbd
Addressing Chippy's feedback (#8)
jdetter Oct 15, 2023
2968a4e
Update C# docs for connect/disconnect (#9)
RReverser Oct 25, 2023
1cafac1
Fix syntax highlighting (#10)
jdetter Oct 26, 2023
dae1640
Update index.md
cloutiertyler Nov 21, 2023
b6c5857
Merge pull request #11 from clockworklabs/cloutiertyler-patch-1
cloutiertyler Nov 21, 2023
ba8a6f7
Update index.md
cloutiertyler Nov 22, 2023
0c5cc3d
Added nav.ts
cloutiertyler Nov 22, 2023
9f47638
Merge pull request #12 from clockworklabs/docs-fix
cloutiertyler Nov 22, 2023
98810a9
Removed satisfies keyword for better Typescript compat
cloutiertyler Nov 22, 2023
02184d9
Added slugs to nav
cloutiertyler Nov 23, 2023
adfd936
Ask users to install .NET 8
RReverser Nov 27, 2023
f43e549
Fix most (but possibly not all) links in the docs
cloutiertyler Nov 28, 2023
a7ca89c
Update nav.ts
NateTheDev1 Nov 28, 2023
5e0867b
Merge pull request #15 from clockworklabs/NateTheDev1-patch-1
NateTheDev1 Nov 28, 2023
0f86be2
Created buildeR
NateTheDev1 Nov 28, 2023
6ec2815
Merge pull request #17 from clockworklabs/docs-js-compiler
cloutiertyler Nov 28, 2023
4927343
Merge pull request #14 from clockworklabs/tyler/0.8/links-fix
cloutiertyler Nov 28, 2023
182284b
Reorganized the doc paths to match slugs and removed _category.json f…
cloutiertyler Nov 29, 2023
a6e15db
Merge pull request #18 from clockworklabs/tyler/reorg
cloutiertyler Nov 29, 2023
1fb1e0f
Revert "Reorganized the doc paths to match slugs and removed _categor…
cloutiertyler Nov 29, 2023
23a9e2a
Merge pull request #19 from clockworklabs/revert-18-tyler/reorg
cloutiertyler Nov 29, 2023
5e79903
Update index.md
cloutiertyler Dec 8, 2023
8b32302
Update index.md
cloutiertyler Dec 8, 2023
e2155c8
Merge pull request #20 from clockworklabs/cloutiertyler-patch-2
cloutiertyler Dec 8, 2023
bc9a334
Update index.md
cloutiertyler Dec 16, 2023
c51e1ed
Merge pull request #22 from clockworklabs/cloutiertyler-patch-3
cloutiertyler Dec 16, 2023
ab10382
Update index.md
cloutiertyler Dec 16, 2023
688fec0
Merge pull request #13 from clockworklabs/ingvar/net-8
cloutiertyler Dec 16, 2023
059d87b
Revert "Revert "Reorganized the doc paths to match slugs and removed …
cloutiertyler Dec 16, 2023
4dd6a93
Typescript SDK 0.8 changes (#21)
drogus Dec 18, 2023
f6d1353
Update README.md
cloutiertyler Jan 24, 2024
4a50e1c
WebSocket API ref: remove `row_pk`. (#29)
gefjon Feb 28, 2024
ab6b6b4
Dylan/onboarding-upgrades (#28)
dylanh724 Mar 29, 2024
6ed040b
Unity tutorial - C# parity (#31)
dylanh724 Apr 25, 2024
a18a622
feat: Add "how to comile" for rust
dylanh724 Apr 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/.vscode
.idea
*.log
node_modules
dist
node_modules
2 changes: 2 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,5 @@
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To make changes to our docs, you can open a pull request in this repository. You
git clone ssh://[email protected]/<username>/spacetime-docs
```

3. Make your edits to the docs that you want to make + test them locally (see Testing Your Edits below)
3. Make your edits to the docs that you want to make + test them locally
4. Commit your changes:

```bash
Expand All @@ -29,6 +29,8 @@ git push -u origin a-branch-name-that-describes-my-change

6. Go to our GitHub and open a PR that references your branch in your fork on your GitHub

> NOTE! If you make a change to `nav.ts` you will have to run `npm run build` to generate a new `docs/nav.js` file.

## License

This documentation repository is licensed under Apache 2.0. See LICENSE.txt for more details.
5 changes: 0 additions & 5 deletions docs/Client SDK Languages/C#/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Client SDK Languages/Python/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Client SDK Languages/Rust/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Client SDK Languages/Typescript/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Client SDK Languages/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Cloud Testnet/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Getting Started/_category.json

This file was deleted.

36 changes: 0 additions & 36 deletions docs/Getting Started/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/HTTP API Reference/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Module ABI Reference/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Overview/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/SATN Reference/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/SQL Reference/_category.json

This file was deleted.

6 changes: 0 additions & 6 deletions docs/Server Module Languages/C#/_category.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/Server Module Languages/Rust/_category.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/Server Module Languages/_category.json

This file was deleted.

Loading