-
Notifications
You must be signed in to change notification settings - Fork 13
docs: Create comprehensive README.md #44
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
Replaces the placeholder README with a full document covering all major features, configuration, and usage for external developers.
README.md
Outdated
| * **Scheduled Tasks**: Run recurring tasks using powerful cron syntax. | ||
| * **Ad-Hoc Commands**: Expose custom command-line commands in a consistent way that can be triggered from the command line. | ||
| * **Simple Configuration**: All behaviour is controlled by a single, comprehensive JSON configuration file. | ||
| * **Logging**: Built-in centralised logging for both Silver and your application's output. Log buffing, flushing and rotation is automatically handled. |
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.
s/buffing/buffering/
This commit updates README.md to remove the outdated reference of using SHA1 for checksums. While we'll maintain backwards compatibility for existing integrations, we want to align our documentation with modern security best practices and nnot hint to its use.
|
|
||
| Typical usages might include: | ||
| * wrapping a single Java web application | ||
| * hosting a set of Go microservices |
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.
microservices -> system services
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.
I'll leave this. It's what i'm attending as it's what we're using it for.
This PR fleshes out the README.md from a placeholder to a complete guide. It covers all the key areas to help someone get started with Silver.
What's new: