[Asgardeo] Fix Verifiable Credentials position in sidebar#6041
[Asgardeo] Fix Verifiable Credentials position in sidebar#6041shashimalcse merged 1 commit intowso2:masterfrom
Conversation
📝 WalkthroughWalkthroughThe "Verifiable Credentials" navigation section was repositioned from under "Customizations → Integrate with webhooks" to under "Agentic AI" in the documentation structure, maintaining the same markdown file references with updated navigation hierarchy. Changes
Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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/asgardeo/mkdocs.yml`:
- Around line 614-616: The "Verifiable Credentials" section is currently a
sibling of "Agentic AI" due to incorrect indentation; to fix it, nest the
"Verifiable Credentials" entry under the "Agentic AI" heading in
en/asgardeo/mkdocs.yml by increasing its indentation (and the indentation of its
child items like "Overview" and "Issue verifiable credentials to a digital
wallet") so that "Verifiable Credentials:" becomes a child key of "Agentic AI"
rather than a top-level sibling.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: 4e8e5777-43d2-4815-be34-c345a8099ead
📒 Files selected for processing (1)
en/asgardeo/mkdocs.yml
| - Verifiable Credentials: | ||
| - Overview: guides/verifiable-credentials/index.md | ||
| - Issue verifiable credentials to a digital wallet: guides/verifiable-credentials/issue-vc.md |
There was a problem hiding this comment.
Nest “Verifiable Credentials” under “Agentic AI”
At Line 614, indentation makes this a sibling of Agentic AI, not a child section under it. If the intent is to group it under Agentic AI, this hierarchy is currently incorrect.
Proposed YAML indentation fix
- - Verifiable Credentials:
- - Overview: guides/verifiable-credentials/index.md
- - Issue verifiable credentials to a digital wallet: guides/verifiable-credentials/issue-vc.md
+ - Verifiable Credentials:
+ - Overview: guides/verifiable-credentials/index.md
+ - Issue verifiable credentials to a digital wallet: guides/verifiable-credentials/issue-vc.md🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@en/asgardeo/mkdocs.yml` around lines 614 - 616, The "Verifiable Credentials"
section is currently a sibling of "Agentic AI" due to incorrect indentation; to
fix it, nest the "Verifiable Credentials" entry under the "Agentic AI" heading
in en/asgardeo/mkdocs.yml by increasing its indentation (and the indentation of
its child items like "Overview" and "Issue verifiable credentials to a digital
wallet") so that "Verifiable Credentials:" becomes a child key of "Agentic AI"
rather than a top-level sibling.
Purpose
$subject
Related PRs
Test environment
Security checks