Skip to content

Commit

Permalink
docs: strip .md suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 15, 2023
1 parent ac09bce commit d2aa6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule AshStateMachine.MixProject do
|> Enum.map(fn path ->
title =
path
|> Path.basename(".livemd")
|> Path.basename(".md")
|> Path.basename(".cheatmd")
|> Path.basename(".livemd")
|> String.split(~r/[-_]/)
Expand Down

0 comments on commit d2aa6c3

Please sign in to comment.