From 07223397297f0c485a8294f23b900390b9062929 Mon Sep 17 00:00:00 2001 From: clsource Date: Thu, 28 May 2026 09:23:23 -0400 Subject: [PATCH 1/2] docs: added dark theme to mermaid, simplify code for detection --- mix.exs | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/mix.exs b/mix.exs index e9348f2..0476e74 100644 --- a/mix.exs +++ b/mix.exs @@ -65,18 +65,8 @@ defmodule Mob.MixProject do """ From d517129d0c39fb8ec8a4f616463fb3fc53107d9e Mon Sep 17 00:00:00 2001 From: clsource Date: Thu, 28 May 2026 09:35:48 -0400 Subject: [PATCH 2/2] docs: joined functions before_closing_body_tag(:html) --- mix.exs | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/mix.exs b/mix.exs index 0476e74..1114731 100644 --- a/mix.exs +++ b/mix.exs @@ -64,11 +64,19 @@ defmodule Mob.MixProject do """ + + """ end @@ -143,19 +151,6 @@ defmodule Mob.MixProject do ] end - defp before_closing_body_tag(:html) do - """ - - """ - end - - defp before_closing_body_tag(_), do: "" - defp elixirc_paths(:test), do: ["lib", "test/onboarding", "test/onboarding/support"] defp elixirc_paths(_), do: ["lib"]