Skip to content

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Nov 14, 2024

The pipeline involves multiple repositories and services and the interactions between them are not easily understandable. So I think it'd be very helpful to have it documented.

Big thanks to @copiousfreetime for helping me piecing this together.

Co-authored-by: Jeremy Hinegardner <copiousfreetime@users.noreply.github.com>
@st0012 st0012 force-pushed the document-documentation-generation-pipeline branch from c6e5507 to 2cad8ca Compare November 14, 2024 23:35

- A scheduled [GitHub Action](https://github.com/ruby/actions/blob/master/.github/workflows/docs.yml) generates the documentation for all [actively maintained Ruby versions](https://www.ruby-lang.org/en/downloads/branches/) plus the master branch. Each documentation set is generated using the version of RDoc bundled with that specific Ruby version.
- *Example:* For [Ruby 3.3](https://docs.ruby-lang.org/en/3.3/), the documentation is generated with RDoc 6.6.3.1.
- The generated docs are uploaded as `ruby-docs-en-<version>.tar.xz` to the `ftp.r-l.o/pub/ruby/doc/` S3 bucket.
Copy link
Contributor

Choose a reason for hiding this comment

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

It took me a moment to understand the r-l.o abbreviation. Is this actually the bucket name or a shortcut in this doc?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's the actual name used in the github action (location).

@st0012
Copy link
Member Author

st0012 commented Nov 19, 2024

@hsbt can you help me check if my understanding on this is correct?

@hsbt hsbt merged commit e147fe7 into ruby:master Apr 21, 2025
@hsbt
Copy link
Member

hsbt commented Apr 22, 2025

@st0012 Sorry to my late response. I'm considering adding for the Japanese version with this PR.

I or others will add that after merging this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants