* 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 📝
package.json
Update mixpanel-browser dependency versionpackage.json
mixpanel-browserdependency from version2.55.1to2.64.0.docgen.api.ts
Refactor documentation generation API endpointssrc/api/docgen.api.ts
git.api.ts
Update function detail structuressrc/api/git.api.ts
OutdatedDocsModal.tsx
Improve OutdatedDocsModal functionalitysrc/components/dashboard/DashboardHeader/OutdatedDocsModal.tsx
RepoNav.tsx
Add repository navigation componentsrc/components/layouts/main/sider/SiderMenu/RepoNav.tsx
repository details.
AnalyzePage.tsx
Add repository analysis pagesrc/pages/DashboardPages/DocGenDashboardPage/RepoPages/AnalyzePage.tsx
DocufyPage.tsx
Add documentation tools pagesrc/pages/DashboardPages/DocGenDashboardPage/RepoPages/DocufyPage.tsx
documentation.
SecurityPage.tsx
Add security insights pagesrc/pages/DashboardPages/DocGenDashboardPage/RepoPages/SecurityPage.tsx
security scores.