chore: fix docs title

This commit is contained in:
Zach Daniel 2024-05-06 10:23:41 -04:00
parent b6669dab94
commit 84f8d6d942

View file

@ -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",