Skip to content

Commit

Permalink
chore: add section for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 8, 2024
1 parent 3b2edae commit 9795c6b
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 @@ -34,13 +34,17 @@ defmodule AshAppsignal.MixProject do
logo: "logos/small-logo.png",
extra_section: "GUIDES",
extras: [
"documentation/tutorials/getting-started-with-ash-appsignal.md"
"documentation/tutorials/getting-started-with-ash-appsignal.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 AshAppsignal": [
"CHANGELOG.md"
]
],
groups_for_modules: [
AshAppsignal: [
Expand Down

0 comments on commit 9795c6b

Please sign in to comment.