-
-
Notifications
You must be signed in to change notification settings - Fork 209
feat: document the update checker #707
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
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
1383098 to
2d10af2
Compare
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.
Pull request overview
This PR adds comprehensive documentation for Paper's built-in automatic update checker feature, which notifies server administrators when new versions are available.
Key Changes
- Created new documentation page explaining the update checker feature, how it works, what data is transmitted, and configuration options
- Added system property reference for the JVM argument to disable the update checker
- Updated configuration schema to document the YAML-based configuration option
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/content/docs/paper/admin/misc/update-checker.md | New documentation page explaining the update checker feature, data collection, and configuration methods |
| src/content/docs/paper/admin/reference/system-properties.md | Added documentation for the paper.disableStartupVersionCheck JVM system property |
| src/config/paper/paper-global.yml | Added schema definition for the update-checker.enabled configuration option with description and cross-reference |
| astro.config.ts | Added the new update checker documentation to the navigation menu under Miscellaneous section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.