YNU-756 & YNU-757: Fix broken favicon and edit page links#109
Merged
YNU-756 & YNU-757: Fix broken favicon and edit page links#109
Conversation
The favicon.ico was an SVG placeholder masquerading as an .ico file, causing browsers to reject it. This resulted in a broken/missing favicon, especially noticeable when navigating directly to anchor URLs. Replaced with the actual Yellow Network favicon from yellow.org (128x128 PNG).
… a fix' - Changed editUrl from the default Docusaurus template repo to https://github.com/layer-3/docs/tree/master/ - Renamed 'Edit this page' label to 'Suggest a fix' via i18n/en/code.json - Added i18n translation files generated by write-translations
dimast-x
approved these changes
Feb 13, 2026
philanton
approved these changes
Feb 13, 2026
alessio
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Back in Sept 2025 (commit 40b54de), a bulk asset update accidentally replaced the real favicon.ico with an SVG placeholder. Browsers couldn't parse it, so the tab icon was broken on all pages. The "Edit this page" link also still pointed to the default Docusaurus template repo.
Changes
Testing
Verified locally that: