Skip to content

Commit

Permalink
add warning to csync 5 usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed authored Apr 9, 2024
1 parent 3c3698d commit b7eea6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/dev/apis/csync/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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 Expand Up @@ -186,4 +193,4 @@ myEntry.Changed += (sender, args) => {
logger.LogInfo($"The old value was {args.OldValue}");
logger.LogInfo($"The new value is {args.NewValue}");
}
```
```

0 comments on commit b7eea6b

Please sign in to comment.