Add linking directly to source code in API docs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Liru 2019-04-29 01:45:04 -04:00
parent d159231d60
commit 704bb44914
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ defmodule Aife.MixProject do
# The main page in the docs # The main page in the docs
main: "readme", main: "readme",
# logo: "path/to/logo.png", # logo: "path/to/logo.png",
extras: ["README.md"] extras: ["README.md"],
source_url_pattern: "https://git.haigure.net/liru/aife/src/branch/master/%{path}#L%{line}"
] ]
] ]
end end