Skip to content

Commit 3b936ab

Browse files
committed
Rename prepend_llms_links to append_llms_links
1 parent c958208 commit 3b936ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule ExLibnice.MixProject do
2424
source_url: @github_url,
2525
homepage_url: "https://membraneframework.org",
2626
docs: docs(),
27-
aliases: [docs: ["docs", &prepend_llms_links/1]]
27+
aliases: [docs: ["docs", &append_llms_links/1]]
2828
]
2929
end
3030

@@ -84,7 +84,7 @@ defmodule ExLibnice.MixProject do
8484
]
8585
end
8686

87-
defp prepend_llms_links(_) do
87+
defp append_llms_links(_args) do
8888
output_dir = docs()[:output] || "doc"
8989
path = Path.join(output_dir, "llms.txt")
9090

0 commit comments

Comments
 (0)