From 87e5a84168e5da67cde9462289ca5523c227796e Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 7 Apr 2024 10:13:33 -0400 Subject: [PATCH] docs: move some more docs around --- documentation/home.md | 2 +- documentation/topics/actions/read-actions.md | 2 +- documentation/topics/{ => reference}/glossary.md | 0 mix.exs | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) rename documentation/topics/{ => reference}/glossary.md (100%) diff --git a/documentation/home.md b/documentation/home.md index 86c9aa24..0262c88d 100644 --- a/documentation/home.md +++ b/documentation/home.md @@ -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 diff --git a/documentation/topics/actions/read-actions.md b/documentation/topics/actions/read-actions.md index e17917d8..6e26be8c 100644 --- a/documentation/topics/actions/read-actions.md +++ b/documentation/topics/actions/read-actions.md @@ -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 diff --git a/documentation/topics/glossary.md b/documentation/topics/reference/glossary.md similarity index 100% rename from documentation/topics/glossary.md rename to documentation/topics/reference/glossary.md diff --git a/mix.exs b/mix.exs index 94fccbe1..12ec7b5a 100644 --- a/mix.exs +++ b/mix.exs @@ -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: [