docs: continue work on docs

This commit is contained in:
Zach Daniel 2024-04-04 21:31:18 -04:00
parent 82802890b2
commit 0a469257f0
3 changed files with 7 additions and 1 deletions

View file

@ -31,6 +31,11 @@ Welcome to the Ash Framework documentation! Here you will find everything you ne
## Topics
### About Ash
- [What is Ash?](documentation/topics/what-is-ash.md)
- [Our Design Principles](documentation/topics/design-principles.md)
---
## How To

View file

@ -9,7 +9,7 @@ Ash is a declarative framework with deep extensibility. We provide a suite of ex
It is not a web framework, like Phoenix or Rails. It is a framework for building your application layer, independent of how it is exposed or consumed. It is not an **alternative** to frameworks like Phoenix, rather a **complement** to them.
> #### Model your domain, derive the rest {: .info}
> Ash derives significant portions of your application directly from your resources, practically for free. This allows you to focus on what matters most: your business logic.
> Ash derives significant portions of your application directly from your resources, with little to no effort required. This allows you to focus on what matters most: your business logic.
> We leverages the best of the Elixir ecosystem under the hood, providing a single unified tool-chain for our users.
---

View file

@ -45,6 +45,7 @@ defmodule Ash.MixProject do
"documentation/tutorials/get-started.md",
"documentation/topics/what-is-ash.md",
"documentation/topics/design-principles.md",
# Documentation below this line is pending review
"documentation/how_to/contribute.md",
"documentation/how_to/define-idiomatic-actions.md",
"documentation/how_to/defining-manual-relationships.md",