From 4e5e1bd6e1798c182b2efaeea678e9f3de6ea9dc Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sun, 12 Mar 2023 06:56:08 +0330 Subject: [PATCH 1/2] docs: add `Forcing Password Reset` and `Banning Users` to nav --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 36a514bf3..023b20886 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,6 +47,8 @@ nav: - Events: events.md - Testing: testing.md - Customization: customization.md + - Forcing Password Reset: forcing_password_reset.md + - Banning Users: banning_users.md - session_auth_event_and_logging.md - Guides: - guides/api_tokens.md From a00a22159e675737de44a750556ea39ccc69d9e7 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sun, 12 Mar 2023 10:11:13 +0330 Subject: [PATCH 2/2] docs: add `Banning Users` to `index.md` --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 32aed5e61..a0fa90810 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,10 +6,11 @@ * [Authentication](authentication.md) * [Authorization](authorization.md) * [Auth Actions](auth_actions.md) -* [Forcing Password Reset](forcing_password_reset.md) * [Events](events.md) * [Testing](testing.md) * [Customization](customization.md) +* [Forcing Password Reset](forcing_password_reset.md) +* [Banning Users](banning_users.md) ## Guides * [Protecting an API with Access Tokens](guides/api_tokens.md)