Skip to content

discussions Search Results · topic:javascript org:mdn fork:true

Filter by

563 results
 (72 ms)

563 results

inmdn (press backspace or delete to remove)

This issue is about testing the new bug triage process that has been published at https://developer.mozilla.org/en-US/docs/MDN/Contribute/Processes/Content_bug_triage. In the triagers list I have tentatively ...

After some idea sharing and live prototyping, we believe we have landed on something that can work for both: 1. Showing that a page is localized but, more importantly, 2. that the content is community ...

This will resolve in https://github.com/mdn/yari/issues/2903 as actionable summary. From what I understand, at the moment, deprecation is done via macros, that render some EJS template. Since we want ...

After a lengthy discussion yesterday between the MDN Web docs team, we have changed how we will implement banners on MDN Web Docs going forward. At the moment, we show a banner as a floating, fixed positioned ...

Because of how we initially implemented the document pages, it limited us by how we could use margins to space out content. After the recent update, we now have more freedom. With that, I want to propose ...

This question originally came up in https://github.com/mdn/yari/discussions/3464#discussioncomment-597900 and should be considered separately.

To get fully rendered HTML to the client, you have to do some sort of server-side rendering . Aka. SSR. It basically involves Node rendering some content structs with some React code through. I.e. import ...

At the moment, we generate a contributors.txt for every single document. E.g. https://developer.mozilla.org/en-US/docs/Web/Guide/Graphics/contributors.txt This has served us well in terms of giving the ...

As of https://github.com/mdn/yari/pull/3158 you can now navigate all the content (per locale) using the Sitemap tool. It s only available in CRUD mode . To reach it, use the link at the bottom of the ...

Instructions now that main is the default branch: git branch -m master main git fetch origin git branch -u origin/main main origin here (in 2 places) refers to the mdn/yari repo, not your myusername/yari ...