Skip to content

Guides visual redesign

Rodrigo Muino Tomonari requested to merge github/fork/jathayde/main into main

Created by: jathayde

Screenshot 2024-03-18 at 11 12 26 AM

@AmandaPerino @rafaelfranca @carlosantoniodasilva @matthewd

Motivation / Background

This Pull Request has been created because of a project with the Rails Foundation to improve the visual presentation of the Rails Guides, bringing them more inline with the new marketing rupbyonrails.org site.

Detail

The CSS has been recreated from SCSS files, generated into the final pieces. The stylesrc directory contains those commented source files.

Additional information

This currently uses CodeKit offline to process the SCSS. Ideally this could be part of the rake guides:generate task, or a new task.

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one change. Unrelated changes should be opened in separate PRs.
  • Commit message has a detailed description of what changed and why. If this PR fixes a related issue include it in the commit message. Ex: [Fix #issue-number]
  • Tests are added or updated if you fix a bug or add a feature.
  • CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature. Minor bug fixes and documentation changes should not be included.

Merge request reports