-
Notifications
You must be signed in to change notification settings - Fork 27
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
Improve config creation/syncing guides. #67
Conversation
Co-authored-by: Jenson R <[email protected]>
Most of this looks good, I'm not sure I like having config values read from This will prevent runtime editing of config values with future plugins and things like ConfigurationManager |
When I have some time i'll see if I can figure out a non-insane way to retain using ConfigEntry with syncing |
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; only a few comments on some formatting/logging stuff.
With the release of CSync, I have added a new section under Programming APIs and updated the Custom Config Syncing page accordingly. |
Should also close #56 |
@@ -6,281 +6,32 @@ description: An intermediate overview of how to sync custom configs for your Let | |||
|
|||
# Custom Config Syncing |
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.
Please do not remove the contents of this file. We want to make sure that a way w/o APIs is provided for those pursuing this. You can, however, leave the section about the config syncing APIs and move that above the rest of the article, with text saying that an easier method is available.
ConfigEntry
since it can't be serialized.SendMessage
method that checks whether to fragment.Fixes #65