Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions en/identity-server/7.0.0/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,9 @@ nav:
- Usage: connectors/onfido/usage.md
- Reference: connectors/onfido/reference.md
- Try it: connectors/onfido/try-it.md
- Email & SMS:
- Configure SMS Provider: guides/notification-channels/configure-sms-provider.md
- Configure Email Provider: deploy/configure/email-sending-module.md
Comment on lines +972 to +974
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Move this section out of Connectors > Onfido.

At the current indentation, Email & SMS becomes a child of Connectors -> Onfido, not a Guides entry. That means the new links land in the wrong part of the sidebar and the 7.0.0 navigation gap remains effectively unfixed.

Suggested fix
-      - Email & SMS:
-          - Configure SMS Provider: guides/notification-channels/configure-sms-provider.md
-          - Configure Email Provider: deploy/configure/email-sending-module.md

Then add the same block under the Guides section at the intended level, e.g. near the other guide categories:

+      - Email & SMS:
+          - Configure SMS Provider: guides/notification-channels/configure-sms-provider.md
+          - Configure Email Provider: deploy/configure/email-sending-module.md
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/identity-server/7.0.0/mkdocs.yml` around lines 972 - 974, The "Email &
SMS" nav block is currently indented under "Connectors -> Onfido" causing the
links to appear in the wrong sidebar location; move the whole block titled
"Email & SMS" (and its children "Configure SMS Provider:
guides/notification-channels/configure-sms-provider.md" and "Configure Email
Provider: deploy/configure/email-sending-module.md") out one indentation level
so it is not a child of the "Onfido" connector, and then add the same "Email &
SMS" block at the correct level under the top-level "Guides" section (near the
other guide categories) so the links appear in the intended Guides navigation.

- APIs:
- APIs: apis/index.md
- System APIs:
Expand Down
4 changes: 4 additions & 0 deletions en/identity-server/7.1.0/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,10 @@ nav:
- Disable or delete an organization: guides/organization-management/disable-delete-organizations.md
- Clean up deleted organization resources: guides/organization-management/cleanup-organization-resources.md
- Try a B2B use case: guides/organization-management/try-a-b2b-use-case.md
- Notification Channels:
- Configure SMS Provider: guides/notification-channels/configure-sms-provider.md
- Configure Email Provider: deploy/configure/email-sending-module.md
- Configure Push Provider: guides/notification-channels/configure-push-provider.md
- Customizations:
- Customize branding:
- Branding: guides/branding/index.md
Expand Down