Skip to content

Commit 393ec3b

Browse files
committed
docs: add links to reference pages
1 parent 651902d commit 393ec3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ If you have completed the setup according to this documentation, you will have
88
the following configuration files:
99

1010
- **app/Config/Auth.php**
11-
- **app/Config/AuthGroups.php** - For Authorization
12-
- **app/Config/AuthToken.php** - For AccessTokens and HmacSha256 Authentication
13-
- **app/Config/AuthJWT.php** - For JWT Authentication
11+
- **app/Config/AuthGroups.php** - For [Authorization](../references/authorization.md)
12+
- **app/Config/AuthToken.php** - For [AccessTokens](../references/authentication/tokens.md#configuration) and [HmacSha256](../references/authentication/hmac.md#configuration) Authentication
13+
- **app/Config/AuthJWT.php** - For [JWT Authentication](../addons/jwt.md#configuration)
1414

1515
Note that you do not need to have configuration files for features you do not use.
1616

0 commit comments

Comments
 (0)