- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 47
refactor(docs): migrate password policy to security folder #1077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(docs): migrate password policy to security folder #1077
Conversation
migrate the password policy page to security section
fix broken link reference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR migrates the password policy documentation into the security folder and updates heading anchors to improve navigation.
- Migrate and update the password policy page content in the new location.
- Add anchor identifiers to headings for better linking and in-page navigation.
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/security/password-policy/README.md | Added detailed steps and guidelines for setting up a password policy. |
docs/security/README.md | Updated headings with anchor IDs to align with the new documentation. |
Files not reviewed (2)
- docs/end-user-flows/sign-up-and-sign-in/reset-password.mdx: Language not supported
- docs/end-user-flows/sign-up-and-sign-in/sign-up.mdx: Language not supported
Comments suppressed due to low confidence (1)
docs/security/password-policy/README.md:17
- Please verify that the escape sequences in the inline code block for special characters render as intended in markdown. Consider adjusting or removing redundant escapes if they interfere with proper display.
4. Special characters: ``(!"#$%&'()\*+,-./:;<>=?@[]^\_`|{}~ )``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR migrates the Password Policy documentation into the security section.
- Adds a comprehensive password policy setup page under docs/security/password-policy/README.md.
- Updates header anchors in docs/security/README.md to improve navigation consistency.
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/security/password-policy/README.md | Introduces detailed instructions for configuring a password policy. |
docs/security/README.md | Adds anchor tags to headings for improved in-page navigation. |
Files not reviewed (2)
- docs/end-user-flows/sign-up-and-sign-in/reset-password.mdx: Language not supported
- docs/end-user-flows/sign-up-and-sign-in/sign-up.mdx: Language not supported
refactor password-policy file type
* feat(docs): add identifier lockout doc add identifeir lockout doc * fix(docs): update sentence case title update sentence case title * fix(docs): remove empty folder remove empty folder * refactor(docs): update identifier lockout docs update identifier louckout docs
14cb06c
into
wangsijie-add-security-folder
* feat: add security folder * refactor(docs): migrate password policy to security folder (#1077) * refactor(docs): migrate password policy to security folder migrate the password policy page to security section * fix(doc): fix broken link reference fix broken link reference * refactor: refacor password-policy file type refactor password-policy file type * feat(docs): add identifier lockout doc (#1078) * feat(docs): add identifier lockout doc add identifeir lockout doc * fix(docs): update sentence case title update sentence case title * fix(docs): remove empty folder remove empty folder * refactor(docs): update identifier lockout docs update identifier louckout docs * feat: add captcha docs (#1066) * feat: add captcha docs * feat: add turnstile doc (#1067) * feat: add turnstile doc * feat: add recaptcha enterprise doc (#1068) * chore: use mdx * chore: use current color for all svgs --------- Co-authored-by: simeng-li <simeng@silverhand.io>
Summary
Migrate the password policy page to the security section