From b88769bdd255a581674f363e1828b7d885cea9f8 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Thu, 2 Mar 2017 15:00:29 +0100 Subject: [PATCH] Rename manual homepage to index.md to fix link Otherwise the main link does not work at all. --- docs/make.jl | 2 +- docs/src/{overview.md => index.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/src/{overview.md => index.md} (100%) diff --git a/docs/make.jl b/docs/make.jl index e8b2289a..d9c80488 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,7 @@ makedocs( format = :html, sitename = "CategoricalArrays", pages = Any[ - "Overview" => "overview.md", + "Overview" => "index.md", "Using CategoricalArrays" => "using.md", "Implementation details" => "implementation.md", "Index" => "functionindex.md" diff --git a/docs/src/overview.md b/docs/src/index.md similarity index 100% rename from docs/src/overview.md rename to docs/src/index.md