Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the generated documentation HTML to improve consistency and organization by standardizing type name capitalization and relocating file lists to a dedicated "Definition files" section.
Key changes:
- Changed type labels from capitalized ("Class"/"Module") to lowercase ("class"/"module") across all documentation pages
- Moved file lists from header to new "Definition files" section at page bottom
- Updated SCSS to remove unnecessary list styling and refine type/parent selectors
Reviewed Changes
Copilot reviewed 300 out of 2747 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/classes/ActionDispatch/Session/*.html | Updated class/module documentation structure with lowercase type labels and relocated file lists |
| src/classes/ActionDispatch/Routing/*.html | Applied consistent formatting changes to routing-related documentation |
| src/classes/ActionDispatch/*.html | Standardized documentation structure for core ActionDispatch classes and modules |
| src/classes/ActionController/*.html | Updated controller-related documentation with new format |
| src/_sass/railsdoc.scss | Removed list styling and simplified type/parent selector formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref. toshimaru/sdoc#15
This pull request improves the consistency and clarity of the documentation HTML for the
AbstractControllerand its related modules/classes. The main changes include standardizing the display of type names, moving file lists from the header to a dedicated "Definition files" section, and updating the associated SCSS to match these structural changes.Key changes:
Documentation Structure Improvements:
AbstractControllerand its submodules/classes. This makes the documentation cleaner and more organized. [1] [2] [3] [4] [5] [6] F0b23826L18R18, [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21]Type Display Standardization:
SCSS/CSS Adjustments:
.typeand.parentselectors inrailsdoc.scssto match the new HTML structure and removed unnecessary styling forulandlielements within the code documentation.