Skip to content

Commit

Permalink
Configure ExDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Dec 12, 2024
1 parent 92c5204 commit f4a7546
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ defmodule PhoenixImportmap.MixProject do
package: package(),
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps()
deps: deps(),

# Docs
name: "Phoenix Importmap",
source_url: "https://github.com/gilest/phoenix_importmap",
docs: [
main: "PhoenixImportmap"
]
]
end

Expand Down

0 comments on commit f4a7546

Please sign in to comment.