From e41f8fed25dca7f0733efe02273e9466a2ec25bf Mon Sep 17 00:00:00 2001 From: Miles Lucas Date: Mon, 22 Feb 2021 12:43:10 -0600 Subject: [PATCH] rearrange docs order --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 2ea06bd..6eb32c7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,8 +19,8 @@ makedocs(; ), pages=[ "Home" => "index.md", - "Getting Started" => "gettingstarted.md", "Introduction" => "introduction.md", + "Getting Started" => "gettingstarted.md", "Benchmarks" => "bench.md", "API/Reference" => "api.md" ],