Skip to content

Commit 92c6c28

Browse files
committed
Add README to documentation
1 parent 06cd5fc commit 92c6c28

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mix.exs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ defmodule Envious.MixProject do
44
def project do
55
[
66
app: :envious,
7-
version: "1.0.0",
7+
version: "1.0.1",
88
elixir: "~> 1.16",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),
1111
description: description(),
1212
package: package(),
13+
docs: docs(),
1314
name: "envious",
1415
source_url: "https://github.com/jax-ex/envious"
1516
]
@@ -42,4 +43,11 @@ defmodule Envious.MixProject do
4243
links: %{"GitHub" => "https://github.com/jax-ex/envious"}
4344
]
4445
end
46+
47+
defp docs do
48+
[
49+
main: "readme",
50+
extras: ["README.md"]
51+
]
52+
end
4553
end

0 commit comments

Comments
 (0)