Update docs URL pattern

This commit is contained in:
itepechi 2023-09-27 05:30:44 +09:00
parent 613940ad8d
commit 7f9d011076
1 changed files with 3 additions and 2 deletions

View File

@ -18,9 +18,10 @@ defmodule Pleroma.Mixfile do
# Docs # Docs
name: "Akkoma", name: "Akkoma",
homepage_url: "https://akkoma.dev/", homepage_url: "https://akkoma.dev/",
source_url: "https://akkoma.dev/AkkomaGang/akkoma", source_url: "https://git.itepechi.me/itepechi/akkoma",
docs: [ 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", logo: "priv/static/images/logo.png",
extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"), extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
groups_for_extras: [ groups_for_extras: [