-
Notifications
You must be signed in to change notification settings - Fork 20
Ib dashboard docs #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ib dashboard docs #318
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 67.3%, saving 120.4 KB.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 7.7%, saving 710 B.
5 images did not require optimisation. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 6.7%, saving 134 B.
7 images did not require optimisation. |
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.
Pull request overview
This pull request restructures the documentation to separate application and dashboard documentation, adding a new /app/ path prefix for all application-related docs and introducing dashboard-specific documentation.
Changes:
- Restructured all documentation paths with
/app/prefix for application documentation - Added new dashboard documentation section with team management guides
- Updated VitePress configuration with custom layout and navigation components
- Added redirect rules to maintain backward compatibility
Reviewed changes
Copilot reviewed 107 out of 186 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Added .d.ts file inclusion for TypeScript type definitions |
| package.json | Updated VitePress dependency from 1.2.2 to 1.6.3 |
| render.yaml | Added redirect rules for backward compatibility from old paths to new /app/ paths |
| .vitepress/config.mts | Updated navigation and sidebar configuration to support dual app/dashboard structure |
| .vitepress/theme/Layout.vue | Added custom layout component to render ApplicationNavbar on app pages |
| .vitepress/theme/custom.css | Added CSS to hide default nav items for custom navigation |
| .vitepress/components/ApplicationNavbar.vue | New component for secondary navigation within application docs |
| src/index.md | Updated homepage links to point to new /app/ paths and added Dashboard link |
| src/dashboard/* | New dashboard documentation files for team management and licensing |
| src/app/* | All existing documentation moved under /app/ directory with updated internal links |
| .vitepress/sidebars/* | Updated all sidebar configurations to reference new /app/ paths |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)
src/app/guides/documentation.md:15
- The GitHub documentation URL path is incorrect. The correct URL path for forking a repository should be
/en/get-started/quickstart/fork-a-repo, not/en/get-started/app/quickstart/fork-a-repo. The/app/segment should not be inserted into external GitHub documentation URLs.
src/app/concepts/cloud.md:37 - Grammar issue: The phrase "hosted on on" contains a duplicate word "on". It should be "hosted on Render" instead of "hosted on on Render".
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.