Fix: Add notification channel navigation entries for IS 7.0.0 and 7.1.0 (Product IS issue #26941)#5941
Conversation
….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 <noreply@anthropic.com>
|
wso2-engineering-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
WalkthroughNavigation entries for SMS, Email, and Push notification channel configuration guides are added to mkdocs.yml configuration files in Identity Server 7.0.0 and 7.1.0 documentation. These guides now appear in the left-side navigation bar, making previously undiscoverable content accessible to users. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@en/identity-server/7.0.0/mkdocs.yml`:
- Around line 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.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4465d190-d5f5-45c1-be83-263fed708091
📒 Files selected for processing (2)
en/identity-server/7.0.0/mkdocs.ymlen/identity-server/7.1.0/mkdocs.yml
| - Email & SMS: | ||
| - Configure SMS Provider: guides/notification-channels/configure-sms-provider.md | ||
| - Configure Email Provider: deploy/configure/email-sending-module.md |
There was a problem hiding this comment.
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.mdThen 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.
|
@copilot In 7.0.0 mkdocs.yaml, No need to mention Email & SMS as navigation bar title. Use notification channel. Further, For both IS-7.0.0 and IS-7.1.0 email publisher doc should also come under guides/notification-channels/configure-email-provider/ path. If the file is not in the relevant folder need to get from includes |
|
@AnuradhaSK I've opened a new pull request, #5943, to work on those changes. Once the pull request is ready, I'll request review from you. |
This PR was automatically generated by Claude AI.
Changes Made
IS 7.1.0
Added a Notification Channels section to the navigation with links to:
IS 7.0.0
Added an Email & SMS section to the navigation with links to:
(Note: IS 7.0.0 uses "Email & SMS" menu item in the console, not "Notification Channels")
Files Changed
en/identity-server/7.1.0/mkdocs.yml- Added Notification Channels navigation sectionen/identity-server/7.0.0/mkdocs.yml- Added Email & SMS navigation sectionAll referenced documentation files already exist and are accessible. The changes ensure that the navigation structure matches IS 7.2.0 which already has the correct navigation.
Summary by CodeRabbit
Documentation