From d159231d606d23186257e999a184a877366c32af Mon Sep 17 00:00:00 2001 From: Liru Date: Mon, 29 Apr 2019 01:33:28 -0400 Subject: [PATCH] Redirect index from api-reference to readme --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f70861d..998df5f 100644 --- a/mix.exs +++ b/mix.exs @@ -15,7 +15,7 @@ defmodule Aife.MixProject do homepage_url: "https://haigure.net", docs: [ # The main page in the docs - main: "Aife", + main: "readme", # logo: "path/to/logo.png", extras: ["README.md"] ]