diff --git a/docs/make.jl b/docs/make.jl index 52f0f760..5c7e843c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -65,12 +65,12 @@ Documenter.makedocs(; ), pages=[ "Introduction" => "introduction.md", + "Gallery" => "examples.md", "Data" => "data.md", "Developer documentation" => [ "Nonlinear transforms" => "nonlinear_transforms.md", "Architecture" => "architecture.md", "Adding demos" => "adding_demos.md", - "Test example page" => "examples.md", ], "Examples" => joinpath.(("examples",), replace.(examples, (".jl" => ".md",))), ], @@ -143,4 +143,4 @@ deploydocs(; # documenter_example_paths = joinpath.( # ("examples"), # first.(splitext.(last.(splitdir.(examples)))) .* (".md",) -# ) \ No newline at end of file +# )