Skip to content

Update installation supported OSes #3190

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mDuo13
Copy link
Collaborator

@mDuo13 mDuo13 commented Jul 11, 2025

  • Update the minimum/supported/recommended versions for various supported OSes. Fixes Update install docs for Ubuntu 20.04 end-of-life #3060
  • CentOS is no longer supported, so renamed the relevant files to remove mention of CentOS, and added redirects from their old locations.
    • Also added redirects for Japanese, and updated old redirects to go to the new location instead of redirecting to a path that's been redirected again.
  • Remove the leading $ from some commandline instructions. People like to copy-paste instructions and this breaks that without adding clarity, so we've moved away from including $ in shell examples (unless the example includes both the command and response, in which case the $ helps to distinguish which is which).
  • Update reporting mode page to clarify that Reporting Mode has been removed and to direct people to Clio instead & remove a Reporting Mode diagram that's no longer needed. (Remove rippled Reporting Mode #2957 - doesn't fully fix though)
  • Remove some unnecessary frontmatter from the affected files.
  • For some reason, the local build started alerting about a missing partial in the PermissionedDomainSet transaction type reference page. This alerted me to an error that must have occurred when migrating Permissioned Domains docs from the opensource.ripple.com repo (add permissioned domain object #3029, 2.4.0 Release Notes and Doc Updates #3008)—both the PermissionedDomain ledger entry page and the PermissionedDomainSet transaction page were supposed to refer to the same snippet, but the snippet wasn't copied over; instead, its contents were pasted into the ledger entry page and the transaction page was left referring to a snippet that didn't exist.
    • I fixed it by adding the snippet and referring to it in both places.
    • Also, I adjusted the snippet not to contain the header itself; that's a minor style thing where snippets should not contain the header because they may need to be included in places with different header levels, and it also makes it harder to accidentally gloss over the snippet while reading the source file that includes it.
  • Some other minor corrections and rewordings.

I made minimal updates to some Japanese-translated files to fix some broken links and remove reference to the deleted diagram, but this will still need a more thorough update to the Japanese translations.

Aside: I tried making the "Installation" landing page look nicer (for example, by using the {% xrpl-card %} macro that's used on the References landing page or by using a table) but I wasn't satisfied with any of the results so I decided to set aside those improvements (#2256) for another time.

@mDuo13 mDuo13 added content updates Updating, cleaning up, or rewriting existing content for better usability or new contexts infra Server configuration, validation, infrastructure, peer-to-peer network details needs japanese translation PRs with English changes that need to be added/updated in the Japanese translation of the site labels Jul 11, 2025
@maria-robobug maria-robobug self-requested a review July 15, 2025 17:30
maria-robobug
maria-robobug previously approved these changes Jul 16, 2025
Copy link
Contributor

@maria-robobug maria-robobug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some very minor comments, LGTM!

Co-authored-by: Maria Shodunke <[email protected]>
Copy link
Collaborator

@amarantha-k amarantha-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and approving updates made after original approval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content updates Updating, cleaning up, or rewriting existing content for better usability or new contexts infra Server configuration, validation, infrastructure, peer-to-peer network details needs japanese translation PRs with English changes that need to be added/updated in the Japanese translation of the site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update install docs for Ubuntu 20.04 end-of-life
4 participants