Skip to content
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

Remove 'unreleased' warning from csync v5 page #120

Merged
merged 2 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/dev/apis/csync.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CSync was originally authored by [@Owen3H](https://github.com/Owen3H). Sadly, Ow
with the Lethal Company Modding discord and removed CSync from the Thunderstore.

This led to the creation of a [fork](https://github.com/lc-sigurd/CSync), under the [@lc-sigurd](https://github.com/lc-sigurd)
organisation. As ofApril 2024, the fork has undergone extensive changes, resolving many issues that
organisation. As of April 2024, the fork has undergone extensive changes, resolving many issues that
remain unfixed in Owen's distribution of CSync.

Shortly after removing CSync from the Thunderstore in March, Owen reinstated the mod. It is nonetheless
Expand Down
7 changes: 0 additions & 7 deletions docs/dev/apis/csync/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ description: The main guide to using CSync (v5).

# Guide to using CSync

::: warning

## CSync 5 is unreleased.
Please use the [CSync 4 usage guide](/dev/apis/csync/v4-usage-guide) for the time being.

:::

## 1. Creating your config class

Create a new class extending `SyncedConfig2`.
Expand Down