Skip to content

[Asgardeo] Fix Verifiable Credentials position in sidebar#6041

Merged
shashimalcse merged 1 commit intowso2:masterfrom
shashimalcse:vc-docs-asgardeo-1
Apr 8, 2026
Merged

[Asgardeo] Fix Verifiable Credentials position in sidebar#6041
shashimalcse merged 1 commit intowso2:masterfrom
shashimalcse:vc-docs-asgardeo-1

Conversation

@shashimalcse
Copy link
Copy Markdown
Contributor

Purpose

$subject

Related PRs

Test environment

Security checks

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 8, 2026

📝 Walkthrough

Walkthrough

The "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

Cohort / File(s) Summary
Navigation restructuring
en/asgardeo/mkdocs.yml
Relocated "Verifiable Credentials" section entries from "Customizations → Integrate with webhooks" to "Agentic AI" section in the navigation tree, reorganizing documentation hierarchy without modifying referenced markdown files.

Suggested labels

Team/Authentication & registration

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is incomplete. The Purpose section contains only '$subject' placeholder without actual content, and Related PRs, Test environment sections lack proper information. Replace '$subject' with a clear description of the navigation reorganization. Add related PR links if applicable, and clarify testing performed on the documentation structure changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: repositioning the Verifiable Credentials section in the documentation sidebar navigation structure.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between c0f0ad3 and befb051.

📒 Files selected for processing (1)
  • en/asgardeo/mkdocs.yml

Comment on lines +614 to +616
- Verifiable Credentials:
- Overview: guides/verifiable-credentials/index.md
- Issue verifiable credentials to a digital wallet: guides/verifiable-credentials/issue-vc.md
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

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.

@shashimalcse shashimalcse merged commit a5b3d43 into wso2:master Apr 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants