Skip to content

Commit

Permalink
Fix ex_doc config in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolang committed Nov 29, 2024
1 parent a2aba54 commit 8664e2a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule Jaqex.MixProject do

defp docs do
[
main: "README",
main: "readme",
name: "Jaqex",
source_ref: "v#{@version}",
canonical: "https://hexdocs.pm/jaqex",
Expand All @@ -53,7 +53,19 @@ defmodule Jaqex.MixProject do
maintainers: ["Shaolang Ai"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/shaolang/jaqex"},
files: ["lib", "mix.exs", "README.md", "native", "checksum-*.exs"],
files: [
"README.md",
"checksum-*.exs",
"lib",
"mix.exs",
"native/jaqex/*.toml",
"native/jaqex/.cargo",
"native/jaqex/.gitignore",
"native/jaqex/Cargo.lock",
"native/jaqex/README.md",
"native/jaqex/src",
"priv/test.json"
],
]
end

Expand Down

0 comments on commit 8664e2a

Please sign in to comment.