docs: revamp changelog

This commit is contained in:
Zach Daniel 2024-05-08 18:51:36 -04:00
parent 6eb2bacc1d
commit 8fbb2f4ee3
3 changed files with 1514 additions and 1578 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -70,13 +70,17 @@ defmodule AshGraphql.MixProject do
"documentation/topics/relay.md", "documentation/topics/relay.md",
"documentation/topics/upgrade.md", "documentation/topics/upgrade.md",
"documentation/dsls/DSL:-AshGraphql.Domain.md", "documentation/dsls/DSL:-AshGraphql.Domain.md",
"documentation/dsls/DSL:-AshGraphql.Resource.md" "documentation/dsls/DSL:-AshGraphql.Resource.md",
"CHANGELOG.md"
], ],
groups_for_extras: [ groups_for_extras: [
Tutorials: ~r'documentation/tutorials', Tutorials: ~r'documentation/tutorials',
"How To": ~r'documentation/how_to', "How To": ~r'documentation/how_to',
Topics: ~r'documentation/topics', Topics: ~r'documentation/topics',
DSLs: ~r'documentation/dsls' DSLs: ~r'documentation/dsls',
"About AshGraphql": [
"CHANGELOG.md"
]
], ],
groups_for_modules: [ groups_for_modules: [
AshGraphql: [ AshGraphql: [