You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valid values are of the form: `[github|twitter|gitter|discord]::link`. Scaladoc also supports `custom::link::white_icon_name::black_icon_name`. In this case icons must be present in `images/` directory.
92
+
Valid values are of the form: `[github|twitter|gitter|discord]::link`. Scaladoc also supports `custom::link::white_icon_name[::black_icon_name]`(Black icon is optional). For example:
93
+
94
+
`-social-links:scalalang::https://docs.scala-lang.org/::logo-scalalang.png` or `-social-links:scalalang::https://docs.scala-lang.org/::logo-scalalang.png::logo-scalalang-black.png`
95
+
96
+
In this case icons must be present in `docs/_assets/images/` directory.
0 commit comments