docs: move some more docs around

This commit is contained in:
Zach Daniel 2024-04-07 10:13:33 -04:00
parent 2226b00ca5
commit 87e5a84168
4 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ Welcome to the Ash Framework documentation! Here you will find everything you ne
## Topics
- [Glossary](documentation/topics/glossary.md)
- [Glossary](documentation/topics/reference/glossary.md)
### Resources

View file

@ -170,7 +170,7 @@ Like offset pagination, next/previous page requests can also be made in memory,
#### Setting up the resource
Add the `pagination` macro call to the [action](glossary.md#action) of the [resource](glossary.md#resource) that you want to be paginated.
Add the `pagination` macro call to the [action](/documentation/topics/reference/glossary.md#action) of the [resource](/documentation/topics/reference/glossary.md#resource) that you want to be paginated.
```elixir
defmodule AppName.ResourceName do

View file

@ -71,7 +71,7 @@ defmodule Ash.MixProject do
"documentation/topics/embedded-resources.md",
"documentation/topics/extending-resources.md",
"documentation/topics/expressions.md",
"documentation/topics/glossary.md",
"documentation/topics/reference/glossary.md",
"documentation/topics/identities.md",
"documentation/topics/managing-relationships.md",
"documentation/topics/manual-actions.md",
@ -130,7 +130,7 @@ defmodule Ash.MixProject do
],
"How To": [],
Reference: [
"documentation/topics/glossary.md",
"documentation/topics/reference/glossary.md",
"documentation/dsls/DSL:-Ash.Resource.md",
"documentation/dsls/DSL:-Ash.Domain.md",
"documentation/dsls/DSL:-Ash.Notifier.PubSub.md",
@ -169,7 +169,7 @@ defmodule Ash.MixProject do
],
skip_undefined_reference_warnings_on: [
"CHANGELOG.md",
"documentation/topics/glossary.md",
"documentation/topics/reference/glossary.md",
"documentation/topics/development/upgrading-to-3.0.md"
],
nest_modules_by_prefix: [