There was an error while loading. Please reload this page.
1 parent b6845fc commit c1e206fCopy full SHA for c1e206f
1 file changed
mix.exs
@@ -23,7 +23,7 @@ defmodule Beamchmark.MixProject do
23
source_url: @github_url,
24
homepage_url: "https://membraneframework.org",
25
docs: docs(),
26
- aliases: [docs: ["docs", &prepend_llms_links/1]]
+ aliases: [docs: ["docs", &append_llms_links/1]]
27
]
28
end
29
@@ -81,7 +81,7 @@ defmodule Beamchmark.MixProject do
81
82
83
84
- defp prepend_llms_links(_) do
+ defp append_llms_links(_args) do
85
output_dir = docs()[:output] || "doc"
86
path = Path.join(output_dir, "llms.txt")
87
0 commit comments