Skip to content

Commit 00e8dd5

Browse files
authored
Merge pull request #662 from datamweb/add-item-to-nav
docs: add `Forcing Password Reset` and `Banning Users` to nav
2 parents 8dca512 + a00a221 commit 00e8dd5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
* [Authentication](authentication.md)
77
* [Authorization](authorization.md)
88
* [Auth Actions](auth_actions.md)
9-
* [Forcing Password Reset](forcing_password_reset.md)
109
* [Events](events.md)
1110
* [Testing](testing.md)
1211
* [Customization](customization.md)
12+
* [Forcing Password Reset](forcing_password_reset.md)
13+
* [Banning Users](banning_users.md)
1314

1415
## Guides
1516
* [Protecting an API with Access Tokens](guides/api_tokens.md)

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ nav:
4747
- Events: events.md
4848
- Testing: testing.md
4949
- Customization: customization.md
50+
- Forcing Password Reset: forcing_password_reset.md
51+
- Banning Users: banning_users.md
5052
- session_auth_event_and_logging.md
5153
- Guides:
5254
- guides/api_tokens.md

0 commit comments

Comments
 (0)