From 4a849ca21249351ac1fec7da9cd5160e12ca048d Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Sat, 10 Aug 2024 10:59:32 +0200 Subject: [PATCH] chore: Documentation release 0.9.5 --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index f2ac3b2..f8914c4 100644 --- a/mix.exs +++ b/mix.exs @@ -58,14 +58,14 @@ defmodule EctoWatch.MixProject do skip_undefined_reference_warnings_on: ["CHANGELOG.md"], extras: extras(), groups_for_extras: groups_for_extras(), - main: "guides/introduction/Getting Started.md", + main: "Getting Started", api_reference: false ] end def extras() do [ - "Getting Started", + "guides/introduction/Getting Started.md", "guides/introduction/Tracking columns and using labels.md", "guides/introduction/Getting additional values.md", "guides/introduction/Watching without a schema.md",