logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: d26998c2ac4592471ec38b9bb63366ea29219749
parent: 6b79be4a06064b8bb54fe73c2ac768d10d52068b
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue,  7 May 2019 00:32:07 +0000

Merge branch 'fix/ex_doc-source-links' into 'develop'

Fix/ex_doc source links

See merge request pleroma/pleroma!1123

Diffstat:

Mmix.exs6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mix.exs b/mix.exs @@ -16,11 +16,11 @@ defmodule Pleroma.Mixfile do # Docs name: "Pleroma", - source_url: "https://git.pleroma.social/pleroma/pleroma", - source_url_pattern: - "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}", homepage_url: "https://pleroma.social/", + source_url: "https://git.pleroma.social/pleroma/pleroma", docs: [ + source_url_pattern: + "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}", logo: "priv/static/static/logo.png", extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"), groups_for_extras: [