diff --git a/docs/make.jl b/docs/make.jl index f9c4606..6ea2bf6 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,7 +15,8 @@ makedocs(; assets=String[], ), pages=[ - "Home" => "index.md", + "Home" => "intro.md", + "API" => "index.md" ], )