-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use SVG for brand icons and FA icon for source link #1475
base: master
Are you sure you want to change the base?
Conversation
For recompiling the CSS (also applies to #1476), please use DocumenterTools (it's not obvious, we really need to document this) -- it makes sure that the correct code formatting is used for the resulting CSS etc.: using DocumenterTools: Themes
Themes.compile_native_themes() The only thing you need to make sure is that your local Documenter clone is a dev. dependency of the environment where you also installed DocumenterTools. |
Yeah might useful to add this to the contributing page in the docs |
af52823
to
725a1db
Compare
Uses inline SVG icons for repo brands (GitHub, GitLab etc) which allows for ADO logo as well.
Remove FA brands font as a result.
Had to update the stylesheet - not sure I've done this in the right/best way, also recompiling causes complete changes to the CSS, not sure if there is a preferred way to do this?
Also changed the source link for each function to use the FA code icon which I think looks nicer?