diff --git a/mix.exs b/mix.exs index c0384e4e..378ec999 100644 --- a/mix.exs +++ b/mix.exs @@ -78,7 +78,7 @@ defmodule Ash.MixProject do "documentation/topics/security/policies.md", "documentation/topics/reference/glossary.md", "documentation/topics/reference/expressions.md", - "documentation/how-to/cook-book/preventing-concurrent-writes.livemd", + "documentation/how-to/preventing-concurrent-writes.livemd", "documentation/dsls/DSL:-Ash.Resource.md", "documentation/dsls/DSL:-Ash.Domain.md", "documentation/dsls/DSL:-Ash.Notifier.PubSub.md", @@ -104,7 +104,6 @@ defmodule Ash.MixProject do Security: ~r"documentation/topics/security", Development: ~r"documentation/topics/development", Advanced: ~r"documentation/topics/advanced", - # "Cook Book": ~r"documentation/how-to/cook-book", "How To": ~r"documentation/how-to", Reference: [ ~r"documentation/topics/reference",