From 1a3589cda2d5839938f6d7acdfd18bb58dde34e0 Mon Sep 17 00:00:00 2001 From: wso2-engineering-bot Date: Sat, 7 Mar 2026 17:11:59 +0000 Subject: [PATCH] Fix: Add notification channel navigation entries for IS 7.0.0 and 7.1.0 (product-is#26941) - Added 'Notification Channels' section to IS 7.1.0 navigation with SMS, Email, and Push provider configuration links - Added 'Email & SMS' section to IS 7.0.0 navigation with SMS and Email provider configuration links - Resolves missing navigation entries reported in product-is issue #26941 Co-Authored-By: Claude Sonnet 4.5 --- en/identity-server/7.0.0/mkdocs.yml | 3 +++ en/identity-server/7.1.0/mkdocs.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/en/identity-server/7.0.0/mkdocs.yml b/en/identity-server/7.0.0/mkdocs.yml index 593ea78f28..8032d02190 100644 --- a/en/identity-server/7.0.0/mkdocs.yml +++ b/en/identity-server/7.0.0/mkdocs.yml @@ -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 - APIs: - APIs: apis/index.md - System APIs: diff --git a/en/identity-server/7.1.0/mkdocs.yml b/en/identity-server/7.1.0/mkdocs.yml index 7542a9c144..cc57b26a48 100644 --- a/en/identity-server/7.1.0/mkdocs.yml +++ b/en/identity-server/7.1.0/mkdocs.yml @@ -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