Skip to content

Commit

Permalink
docs: add changelog to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 8, 2024
1 parent 2665e5c commit 66bc715
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,17 @@ defmodule AshCsv.MixProject do
extras: [
{"README.md", title: "Home"},
"documentation/tutorials/getting-started-with-ash-csv.md",
"documentation/dsls/DSL:-AshCsv.DataLayer.md"
"documentation/dsls/DSL:-AshCsv.DataLayer.md",
"CHANGELOG.md"
],
groups_for_extras: [
Tutorials: ~r'documentation/tutorials',
"How To": ~r'documentation/how_to',
Topics: ~r'documentation/topics',
DSLs: ~r'documentation/dsls'
DSLs: ~r'documentation/dsls',
"About AshCsv": [
"CHANGELOG.md"
]
],
groups_for_modules: [
AshCsv: [
Expand Down

0 comments on commit 66bc715

Please sign in to comment.