Merge branch 'streamer-refactoring' into 'develop'
[akkoma] / lib / pleroma / docs / markdown.ex
index 24930cc9f4d8d653f91a6d1347c3c3a92ae7e97b..8386dc2fbe207c7a380a47853a69c0a2ac39e910 100644 (file)
@@ -3,9 +3,9 @@ defmodule Pleroma.Docs.Markdown do
 
   @spec process(keyword()) :: {:ok, String.t()}
   def process(descriptions) do
-    config_path = "docs/config.md"
+    config_path = "docs/generated_config.md"
     {:ok, file} = File.open(config_path, [:utf8, :write])
-    IO.write(file, "# Configuration\n")
+    IO.write(file, "# Generated configuration\n")
     IO.write(file, "Date of generation: #{Date.utc_today()}\n\n")
 
     IO.write(