-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Banner on AI search in our docs #245
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🔍 Code Review Summary❗ Attention Required: This push has potential issues. 🚨 Overview
🚨 Critical Issuessecurity (1 issues)1. Potential security risk with external link.📁 File: docs/src/app/aiSearch/page.tsx 💡 Solution: Current Code: <Link
href="https://github.com/Cloud-Code-AI/AkiraDocs"
target="_blank"
className="underline underline-offset-2 hover:text-blue-600 dark:hover:text-blue-400 inline-flex items-center transition-colors duration-200"
>Suggested Code: <Link
href="https://github.com/Cloud-Code-AI/AkiraDocs"
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-2 hover:text-blue-600 dark:hover:text-blue-400 inline-flex items-center transition-colors duration-200"
>Test Cases3 file need updates to their tests. Run
Useful Commands
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider implementing the following changes to improve the code.
| href="https://github.com/Cloud-Code-AI/AkiraDocs" | ||
| target="_blank" | ||
| rel="noopener noreferrer" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment: Potential security risk with external link.
Solution: Ensure that the external link includes 'rel="noopener noreferrer"' to prevent security vulnerabilities.
!! Make sure the following suggestion is correct before committing it !!
| href="https://github.com/Cloud-Code-AI/AkiraDocs" | |
| target="_blank" | |
| rel="noopener noreferrer" | |
| <Link | |
| href="https://github.com/Cloud-Code-AI/AkiraDocs" | |
| target="_blank" | |
| rel="noopener noreferrer" | |
| className="underline underline-offset-2 hover:text-blue-600 dark:hover:text-blue-400 inline-flex items-center transition-colors duration-200" | |
| > |
Cleanup of Unused Files
Remove unnecessary
.DS_Storefiles from the project..DS_Storefiles from various directories in thedocs/folder.docs/compiled/manifest.jsonfile to reflect the removed files.This change reduces the project's file size and clutter, improving overall maintainability and organization.
Original Description
Banner for AkiraDocs