File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/dotty/tools/dottydoc/staticsite
test/dotty/tools/dottydoc/staticsite Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ case class Site(
155
155
" js/bootstrap.min.js" -> " /js/bootstrap.min.js" ,
156
156
" js/jquery.min.js" -> " /js/jquery.min.js" ,
157
157
" js/highlight.pack.js" -> " /js/highlight.pack.js" ,
158
- " images/dotty -logo.svg" -> " /images/dotty -logo.svg" ,
158
+ " images/scala3 -logo.svg" -> " /images/scala3 -logo.svg" ,
159
159
" images/scala-logo.svg" -> " /images/scala-logo.svg" ,
160
- " images/dotty -logo-white.svg" -> " /images/dotty -logo-white.svg" ,
160
+ " images/scala3 -logo-white.svg" -> " /images/scala3 -logo-white.svg" ,
161
161
" images/scala-logo-white.svg" -> " /images/scala-logo-white.svg"
162
162
)
163
163
.transform((_, v) => getResource(v))
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ class SiteTests extends DottyDocTest with SourceFileOps with CheckFromSource {
88
88
" css/search.css" ,
89
89
" css/sidebar.css" ,
90
90
" css/toolbar.css" ,
91
- " images/dotty -logo-white.svg" ,
92
- " images/dotty -logo.svg" ,
91
+ " images/scala3 -logo-white.svg" ,
92
+ " images/scala3 -logo.svg" ,
93
93
" images/scala-logo-white.svg" ,
94
94
" images/scala-logo.svg" ,
95
95
" js/api-search.js" ,
You can’t perform that action at this time.
0 commit comments