Skip to content

Commit f31adac

Browse files
committed
changed order
1 parent 10a0d78 commit f31adac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ src_dir = joinpath(@__DIR__, "src")
1111
examples_dir = joinpath(@__DIR__, "..", "examples")
1212
examples_generated_dir = joinpath(src_dir, "examples")
1313
!ispath(examples_generated_dir) && mkpath(examples_generated_dir)
14+
# the order here will be propagated to the order in the html menu
1415
example_files = [joinpath(examples_dir, f) for f in [
16+
"examples.jl",
1517
"mutagenesis.jl",
1618
"recipes.jl",
1719
"schema_examination.jl",
1820
"schema_visualization.jl",
19-
"examples.jl",
2021
]]
2122

2223
function print_html_raw(str)

0 commit comments

Comments
 (0)