diff --git a/docs/hooks/collections.mdx b/docs/hooks/collections.mdx index ba5a9cf7b8..5049a59c23 100644 --- a/docs/hooks/collections.mdx +++ b/docs/hooks/collections.mdx @@ -8,19 +8,19 @@ keywords: hooks, collections, config, configuration, documentation, Content Mana Collections feature the ability to define the following hooks: -- [beforeOperation](#beforeOperation) -- [beforeValidate](#beforeValidate) -- [beforeChange](#beforeChange) -- [afterChange](#afterChange) -- [beforeRead](#beforeRead) -- [afterRead](#afterRead) -- [beforeDelete](#beforeDelete) -- [afterDelete](#afterDelete) +- [beforeOperation](#beforeoperation) +- [beforeValidate](#beforevalidate) +- [beforeChange](#beforechange) +- [afterChange](#afterchange) +- [beforeRead](#beforeread) +- [afterRead](#afterread) +- [beforeDelete](#beforedelete) +- [afterDelete](#afterdelete) Additionally, `auth`-enabled collections feature the following hooks: -- [afterLogin](#afterLogin) -- [afterForgotPassword](#afterForgotPassword) +- [afterLogin](#afterlogin) +- [afterForgotPassword](#afterforgotpassword) ## Config