-
Notifications
You must be signed in to change notification settings - Fork 23k
chore(ia): Reorganize CSS pages - part 3 (moving properties and shorthand under reference/properties) #41746
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
Conversation
Preview URLs (161 pages)
Flaws (633)Note! 66 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL: [ TRUNCATED! |
pepelsbey
left a comment
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.
Phew! Looks good! Thank you :)
|
Thanks for reviewing! 🙌 |
Description
Proposed new structure: https://github.com/dipikabh/mdn-css-reorg/blob/main/css-tree-proposed.json
Moved the existing
css/propertiesdirectory undercss/reference.Moved all pages with
page-type: css-propertyto the newcss/reference/properties.For sample:
yarn content move Web/CSS/animation-direction Web/CSS/Reference/Properties/animation-directionMoved all pages with
page-type: css-shorthand-propertyto the newcss/reference/properties.For sample:
yarn content move Web/CSS/animation Web/CSS/Reference/Properties/animationAdded short-titles to Reference (
files/en-us/web/css/reference/index.md) and Properties (files/en-us/web/css/reference/properties/index.md) landing pages so we don't repeat "CSS" in the breadcrumb:Currently:

After the update:

Updated links in the sidebar (
files/sidebars/cssref.yaml) for the new path to Properties.Before and after
Current structure:
After the move:
Related pull requests
Related issues
Discussion: https://github.com/orgs/mdn/discussions/256
Tracker issue: mdn/mdn#662