Fix side breakage where anchors don't work in slugs. (#19261)

This commit is contained in:
g-samroberts
2026-02-17 10:38:00 -08:00
committed by GitHub
parent fb32db5cd6
commit c62601e90c
2 changed files with 26 additions and 23 deletions

View File

@@ -483,7 +483,7 @@ avoid collecting potentially sensitive information from user prompts.
You can enforce a specific authentication method for all users by setting the
`enforcedAuthType` in the system-level `settings.json` file. This prevents users
from choosing a different authentication method. See the
[Authentication docs](./authentication.md) for more details.
[Authentication docs](../get-started/authentication.md) for more details.
**Example:** Enforce the use of Google login for all users.