Skip to content

Commit b05254a

Browse files
fix docs (#633)
1 parent 9622a97 commit b05254a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/make-multi.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ MultiDocumenter.make(
3333
docs;
3434
# search_engine = false, # https://github.com/JuliaComputing/MultiDocumenter.jl/issues/82
3535
brand_image = MultiDocumenter.BrandImage("", "logo.svg"),
36-
rootpath = "/GraphNeuralNetworks.jl/"
36+
rootpath = "/GraphNeuralNetworks.jl/",
37+
search_engine = MultiDocumenter.SearchConfig(
38+
index_versions = ["dev"],
39+
engine = MultiDocumenter.FlexSearch
40+
)
3741
)
3842

3943
# Copy after make since make cleans the directory

0 commit comments

Comments
 (0)