Tags: luisxyz/yari
Tags
Use Elasticsearch index aliases to avoid search downtime (mdn#3409) * Use ElasticSearch index aliases to avoid search downtime Fixes mdn#3098 * Use ElasticSearch index aliases to avoid search downtime Part of mdn#3098 (the reason this PR doesn't close issue mdn#3098) is because the `prod-build.yml` still uses `--update`) * flake8 * Apply suggestions from code review Co-authored-by: Ryan Johnson <[email protected]> * remove 'already' * feedbacked * cleaning up * cope with --update the first time ever * Apply suggestions from code review Co-authored-by: Ryan Johnson <[email protected]> * feedbacked Co-authored-by: Ryan Johnson <[email protected]>
Treat BCD ranges as exact versions to avoid confusion for the reader (m… …dn#3494) * Treat BCD ranges as exact versions to avoid confusion for the reader * Update client/src/document/ingredients/browser-compatibility-table/feature-row.tsx Co-authored-by: Peter Bengtsson <[email protected]> Co-authored-by: Peter Bengtsson <[email protected]>
Fix SVG <text> “Permitted content” (mdn#3456) Per https://svgwg.org/svg2-draft/text.html#elementdef-text the permitted content for the SVG <text> element includes “text content child elements” — not “text content elements” (which is something different). Fixes mdn/content#3882 This change also makes a change to the svginfo macro to cause it to use all-lowercase for the link anchors it generates (rather than initial cap).
PreviousNext