Update docs URL pattern
This commit is contained in:
parent
613940ad8d
commit
7f9d011076
1 changed files with 3 additions and 2 deletions
5
mix.exs
5
mix.exs
|
@ -18,9 +18,10 @@ def project do
|
|||
# Docs
|
||||
name: "Akkoma",
|
||||
homepage_url: "https://akkoma.dev/",
|
||||
source_url: "https://akkoma.dev/AkkomaGang/akkoma",
|
||||
source_url: "https://git.itepechi.me/itepechi/akkoma",
|
||||
docs: [
|
||||
source_url_pattern: "https://akkoma.dev/AkkomaGang/akkoma/blob/develop/%{path}#L%{line}",
|
||||
source_url_pattern:
|
||||
"https://git.itepechi.me/itepechi/akkoma/src/branch/itepechi/%{path}#L%{line}",
|
||||
logo: "priv/static/images/logo.png",
|
||||
extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
|
||||
groups_for_extras: [
|
||||
|
|
Loading…
Reference in a new issue