-
Notifications
You must be signed in to change notification settings - Fork 519
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
Update docs for public preview #736
Conversation
6359944
to
278daf9
Compare
This push moves the contact section up, per @iliana, and removes the "more details below" link because... everything below is more details. |
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.
🐝
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.
Nice improvements.
@@ -284,6 +259,7 @@ The following settings are set for you automatically by [pluto](workspaces/api/) | |||
|
|||
* `settings.updates.metadata-base-url`: The common portion of all URIs used to download update metadata. | |||
* `settings.updates.target-base-url`: The common portion of all URIs used to download update files. | |||
* `settings.updates.seed`: A `u32` value that determines how far into in the update schedule this machine will accept an update. We recommending leaving this at its default generated value so that updates can be somewhat randomized in your cluster. |
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.
u32
is a Rust type. Should we say something more descriptive like "An unsigned 32-bit integer value"?
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 think it's a common type or abbreviation for many languages, and it's the least important thing in this sentence, so I don't think it's worth expanding.
I did a pass over our docs to clean them up for public preview. This moves the tenets out to a charter file as well.
Testing done:
Rendered with
grip
and read through, and ran through my spell checker.