diff --git a/docs/make.jl b/docs/make.jl index 3cc936f..21ee45e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -47,7 +47,7 @@ makedocs(sitename="TrixiBase.jl", canonical="https://trixi-framework.github.io/TrixiBase.jl/stable"), # Explicitly specify documentation structure pages=[ - "Home" => "readme.md", + "Home" => "index.md", "API reference" => "reference.md", "Authors" => "authors.md", "License" => "license.md",