From 66bc71573feb5f77643d8d633e15828e52b8ee45 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 8 May 2024 19:15:37 -0400 Subject: [PATCH] docs: add changelog to docs --- mix.exs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 48a23c4..6cecfed 100644 --- a/mix.exs +++ b/mix.exs @@ -51,13 +51,17 @@ defmodule AshCsv.MixProject do extras: [ {"README.md", title: "Home"}, "documentation/tutorials/getting-started-with-ash-csv.md", - "documentation/dsls/DSL:-AshCsv.DataLayer.md" + "documentation/dsls/DSL:-AshCsv.DataLayer.md", + "CHANGELOG.md" ], groups_for_extras: [ Tutorials: ~r'documentation/tutorials', "How To": ~r'documentation/how_to', Topics: ~r'documentation/topics', - DSLs: ~r'documentation/dsls' + DSLs: ~r'documentation/dsls', + "About AshCsv": [ + "CHANGELOG.md" + ] ], groups_for_modules: [ AshCsv: [