Browse Source

little fix

tags/v1.1.4
Alex S 4 years ago
parent
commit
57dc59d98d
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      lib/mix/tasks/pleroma/docs.ex

+ 3
- 1
lib/mix/tasks/pleroma/docs.ex View File

@@ -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…
Cancel
Save