* feat(RepoNav): implement repository navigation with analysis, documentation, and security insights
* style(SiderMenu): refine padding, margin, and font sizes for improved layout consistency
style(BaseMenu): adjust icon font size and border radius for better visual alignment
style(DocumentationTools): update font weights and sizes for better readability
style(RepoNav): modify padding and font sizes for enhanced UI clarity
* feat(AzurePATModal): validate PAT response and update notification messages; fix link to security blog
feat(MainNavs): add GitLab and Azure DevOps support in vendor details
* refactor(DocGen): update API endpoints for documentation generation and status; adjust ArchConfigModal for private repo handling
* refactor(DocstringStyleModal): streamline modal content and improve link presentation for docstring configuration
* fix(DocGen): update getDocGenStatus to use GET request and correct URL structure
* fix(RepoMetricsCards): update statusCheckFn to use getDocGenStatus for accurate analysis reporting
* refactor: update components to use gitAppAdvancedMetaData for analysis reports
* fix: update references from gitAppAdvancedMetaData to gitAppAdvancedMeta across components
* refactor(OutdatedDocsModal): update function details to use new properties and streamline outdated documentation handling
* feat(OutdatedDocsModal): enhance link handling with hover effects and improve accessibility
* fix(ReadmeAnalysisModal): round average sentence length value for improved display
* fix(AllJobsList): update log parsing to handle custom separator and skip empty messages
* fix(ReadmeAnalysisModal): add optional chaining to prevent errors when accessing text statistics
fix(RepoMetricsCards): use optional chaining for readmeScore to avoid potential null reference
fix(DocumentationInsights): implement optional chaining for calculatedQualityScore to enhance stability
refactor(RepoNav): comment out unused navigation items for cleaner code
Description
Changes walkthrough 📝
docgen.api.ts
Update API Endpoints for Documentation Generationsrc/api/docgen.api.ts
git.api.ts
Refactor Git API Metadata Typessrc/api/git.api.ts
GitAppAdvancedMetaDatatype for enhanced metadata handling.OutdatedDocsModal.tsx
Improve Outdated Documentation Modalsrc/components/dashboard/DashboardHeader/OutdatedDocsModal.tsx
RepoNav.tsx
Add Repository Navigation Componentsrc/components/layouts/main/sider/SiderMenu/RepoNav.tsx
AnalyzePage.tsx
Introduce Repository Analysis Pagesrc/pages/DashboardPages/DocGenDashboardPage/RepoPages/AnalyzePage.tsx
coverage.
DocufyPage.tsx
Create Documentation Generation Pagesrc/pages/DashboardPages/DocGenDashboardPage/RepoPages/DocufyPage.tsx
SecurityPage.tsx
Add Security Insights Pagesrc/pages/DashboardPages/DocGenDashboardPage/RepoPages/SecurityPage.tsx
AzurePATModal.tsx
Enhance Azure PAT Modal Validationsrc/components/dashboard/AzurePATModal/AzurePATModal.tsx