From a418003eaffd548d9dbe998c81045017437a15bb Mon Sep 17 00:00:00 2001 From: mikestefanello <552328+mikestefanello@users.noreply.github.com> Date: Mon, 21 Apr 2025 20:58:18 -0400 Subject: [PATCH] Updated readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 847e8ba..db59c9a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ * [Middleware](#middleware) * [Email verification](#email-verification) * [Admin panel](#admin-panel) + * [Code generation](#code-generation) + * [Access](#access) + * [Considerations](#considerations) + * [Roadmap](#roadmap) * [Routes](#routes) * [Custom middleware](#custom-middleware) * [Handlers](#handlers) @@ -395,7 +399,7 @@ To generate a new verification token, the `AuthClient` has a method `GenerateEma ## Admin panel -The admin panel functionality is considered in _beta_ and remains under active development, though all features described here are expected to be fully-functional. Please use caution when using these features and be sure to report any issues you encounter. +The admin panel functionality is considered to be in _beta_ and remains under active development, though all features described here are expected to be fully-functional. Please use caution when using these features and be sure to report any issues you encounter. What is currently included in the _admin panel_ is a completely dynamic UI to manage all entities defined by _Ent_ (see [screenshots](#screenshots)). There are no separate templates or interfaces for the admin section.