markdown generation to the new file
This commit is contained in:
parent
53a3ad6043
commit
69faec031d
2 changed files with 3 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue