From 8f5f53a196e0fd95572943ced374fc7d91cad0c2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 2 Oct 2023 09:26:56 -0400 Subject: [PATCH] chore: analytics on hex docs --- mix.exs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mix.exs b/mix.exs index 076288e..801f361 100644 --- a/mix.exs +++ b/mix.exs @@ -94,6 +94,13 @@ defmodule AshStateMachine.MixProject do source_ref: "v#{@version}", logo: "logos/small-logo.png", extra_section: "GUIDES", + before_closing_head_tag: fn type -> + if type == :html do + """ + + """ + end + end, spark: [ extensions: [ %{