mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
little fix
This commit is contained in:
parent
6b0e8b73df
commit
57dc59d98d
|
@ -35,6 +35,8 @@ defmodule Mix.Tasks.Pleroma.Docs do
|
|||
descriptions[:pleroma][:config_description]
|
||||
)
|
||||
|
||||
Mix.shell().info([:green, "Markdown docs successfully generated to #{file_path}."])
|
||||
type = if implementation == Pleroma.Docs.Markdown, do: "Markdown", else: "JSON"
|
||||
|
||||
Mix.shell().info([:green, "#{type} docs successfully generated to #{file_path}."])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue