yari
yari copied to clipboard
The platform code behind MDN Web Docs
This PR gives the writer's homepage an update to make it look nicer, both synchronizing it with the appearance of the normal homepage, and moving a few things around for...
enhance(tool/add-redirect): add locale argument + allow to pass external URL as redirect destination
## Summary - Make arguments of `add-redirect` command similar to the `move` command - Fix impossibility to pass external URL as the redirect destination Fix #9294
## Summary remove layers and unnecessary js ### Problem Our top-navigation is overly complex and hard to extend. It also uses JS to solve for CSS issues. ### Solution Unnest...
## Summary ### Problem We occasionally have bugs which cause react to totally unmount, leaving an empty page. This seems particularly silly, when we've already server side rendered the page,...
## Summary ### Problem The top navigation wraps on desktop widths between 992px and 1009px. ### Solution Prevent wrap on desktop widths >= 992px (`$screen-lg`). *Note*: Instead, it will overflow...
## Summary (MP-1349) ### Problem - We SSR at build time, which means to deploy changes to yari we have to wait for a full content build (~1 hour) to...
While pages in the en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json path render as expected on http://localhost:5000 they are not formatting correctly on http://localhost:3000.
### Summary  ### URL https://developer.mozilla.org/en-US/docs/MDN/Community/Discussions https://developer.mozilla.org/en-US/docs/Learn/Learning_and_getting_help ### Reproduction steps 1. Navigate to https://developer.mozilla.org/en-US/docs/MDN/Community/Discussions 2. Scroll to the MDN Plus section of the Discussion category row. 3. Observe the content...
MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String The left panel is wrapping text for lengthy properties or method names, the issue is not limited to the above URL only.  
### Summary example on https://developer.mozilla.org/en-US/docs/Web/CSS/calc#formal_syntax with https://developer.mozilla.org/en-US/docs/Web/CSS/calc-keyword β βProbably makes sense to link somehow, but needs discussion, yet is low priority. Wait for the rewrite to be done, then bring...