File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Aggregates multiple Documenter.jl-based documentation pages `docs` into `outdir`
160
160
"""
161
161
function make (
162
162
outdir,
163
- docs:: Vector{DropdownComponent} ;
163
+ docs:: Vector ;
164
164
assets_dir = nothing ,
165
165
brand_image:: Union{Nothing,BrandImage} = nothing ,
166
166
custom_stylesheets = [],
@@ -292,7 +292,7 @@ function flatten_multidocrefs(docs::Vector)
292
292
out
293
293
end
294
294
295
- function maybe_clone (docs:: Vector{<: DropdownComponent} )
295
+ function maybe_clone (docs:: Vector )
296
296
for doc in filter (x -> x isa MultiDocRef, docs)
297
297
if ! isdir (doc. upstream)
298
298
if isempty (doc. giturl)
@@ -331,7 +331,7 @@ function maybe_clone(docs::Vector{<: DropdownComponent})
331
331
end
332
332
333
333
function make_output_structure (
334
- docs:: Vector{<: DropdownComponent} ,
334
+ docs:: Vector ,
335
335
prettyurls,
336
336
hide_previews;
337
337
canonical:: Union{AbstractString,Nothing} ,
372
372
373
373
function make_global_nav (
374
374
dir,
375
- docs:: Vector{<: DropdownComponent} ,
375
+ docs:: Vector ,
376
376
thispagepath,
377
377
brand_image,
378
378
search_engine,
You can’t perform that action at this time.
0 commit comments