We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8949 commit 0fe01bdCopy full SHA for 0fe01bd
1 file changed
mix.exs
@@ -19,7 +19,7 @@ defmodule Ecto.MixProject do
19
20
# Docs
21
name: "Ecto",
22
- docs: docs()
+ docs: &docs/0
23
]
24
end
25
@@ -164,7 +164,8 @@ defmodule Ecto.MixProject do
164
"guides/testing/Testing with Ecto.md",
165
"guides/cheatsheets/crud.cheatmd",
166
"guides/cheatsheets/associations.cheatmd",
167
- "CHANGELOG.md"
+ "CHANGELOG.md",
168
+ {"Ecto SQL guides", %{url: "https://hexdocs.pm/ecto_sql"}}
169
170
171
0 commit comments