When going to the swift book on the docs.swift.org website, it would seem as if the favicon is a globe oddly reminiscent of the SWIFT payment system instead of the orange bird seen on other swift.org domains. Is this intended?
Example link with the issue: Documentation
That's just the symbol that Safari uses for any site when there isn't a favicon.
Sorry, I'm wrong about that. It's the same as Safari's default symbol, but it is being explicitly used as a favicon: https://docs.swift.org/swift-book/favicon.svg
This looks like behavior we inherit from DocC-Render: swift-docc-render/app/public/favicon.svg at main · apple/swift-docc-render · GitHub
We could probably add something to the build script to customize it; issues/PRs are welcome here: Issues · apple/swift-book · GitHub
4 Likes