Documentation updates for stable release (#73)
[akkoma] / lib / pleroma / docs / markdown.ex
index da3f20f4341ae46b0cd29e10acd94e1092f081f5..0a7b826ab390497da164c30f8875595db6120360 100644 (file)
@@ -1,9 +1,13 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Docs.Markdown do
   @behaviour Pleroma.Docs.Generator
 
   @spec process(keyword()) :: {:ok, String.t()}
   def process(descriptions) do
-    config_path = "docs/generated_config.md"
+    config_path = "docs/docs/generated_config.md"
     {:ok, file} = File.open(config_path, [:utf8, :write])
     IO.write(file, "# Generated configuration\n")
     IO.write(file, "Date of generation: #{Date.utc_today()}\n\n")