From 167c4219af011f47c6f3901dd7568add03c6c5fc Mon Sep 17 00:00:00 2001 From: Nassim Date: Thu, 9 Apr 2026 15:47:11 +0200 Subject: [PATCH] chore: include transactions guide in generated docs --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index d48cd44..fa541d7 100644 --- a/mix.exs +++ b/mix.exs @@ -87,6 +87,7 @@ defmodule AshSqlite.MixProject do {"README.md", title: "Home"}, "documentation/tutorials/getting-started-with-ash-sqlite.md", "documentation/topics/about-ash-sqlite/what-is-ash-sqlite.md", + "documentation/topics/about-ash-sqlite/transactions.md", "documentation/topics/resources/references.md", "documentation/topics/resources/polymorphic-resources.md", "documentation/topics/development/migrations-and-tasks.md",