@@ -32,11 +32,6 @@ trait Resources(using ctx: DocContext) extends Locations, Writer:
32
32
33
33
private def scaladocVersionFile = Resource .Text (" scaladoc.version" , BuildInfo .version)
34
34
35
- lazy val noResultsIcon = {
36
- val path = Paths .get(" docs/_assets/images/no-results-icon.svg" )
37
- Resource .File (" icons/no-results.svg" , path)
38
- }
39
-
40
35
lazy val projectLogo = ctx.args.projectLogo.map { p =>
41
36
val path = Paths .get(p)
42
37
Resource .File (s " project-logo/ ${path.getFileName()}" , path)
@@ -138,7 +133,7 @@ trait Resources(using ctx: DocContext) extends Locations, Writer:
138
133
" https://scastie.scala-lang.org/embedded.js"
139
134
).map(Resource .URL .apply)
140
135
141
- fromResources ++ urls ++ projectLogo ++ darkProjectLogo ++ Seq (noResultsIcon, scaladocVersionFile, dynamicJsData)
136
+ fromResources ++ urls ++ projectLogo ++ darkProjectLogo ++ Seq (scaladocVersionFile, dynamicJsData)
142
137
}
143
138
144
139
val apiOnlyResources = List (
@@ -274,6 +269,7 @@ trait Resources(using ctx: DocContext) extends Locations, Writer:
274
269
dottyRes(" images/class.svg" ),
275
270
dottyRes(" images/class_comp.svg" ),
276
271
dottyRes(" images/class-dark.svg" ),
272
+ dottyRes(" images/no-results-icon.svg" ),
277
273
dottyRes(" images/object.svg" ),
278
274
dottyRes(" images/object_comp.svg" ),
279
275
dottyRes(" images/object-dark.svg" ),
0 commit comments