-
Notifications
You must be signed in to change notification settings - Fork 32
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
docs: enforce trailing slash configuration #968
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Bundle ReportBundle size has no change ✅ |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #968 +/- ##
=======================================
Coverage 79.28% 79.28%
=======================================
Files 404 404
Lines 6748 6748
=======================================
Hits 5350 5350
Misses 1398 1398 ☔ View full report in Codecov by Sentry. |
Tonic UI DemoOn 2025-02-07 08:00:44 +0000, PR #968 (369e2ca) was successfully deployed. You can view it at the following link: |
db4628a
to
76c54df
Compare
76c54df
to
369e2ca
Compare
PR Type
Documentation, Enhancement
Description
Enforced
trailingSlash
configuration innext.config.mjs
for consistent URL structure.Updated numerous relative links in documentation files to ensure correctness and consistency.
Improved navigation and usability of documentation by fixing broken or incorrect paths.
Changes walkthrough 📝
1 files
Enforce `trailingSlash` configuration for consistent URLs
19 files
Fix relative link to theme colors section
Update links to style props and related sections
Correct links to modal, space, and button-base components
Fix link to `useColorMode` hook
Update link to `useColorStyle` hook
Correct link to box component
Correct link to box component
Update migration guide and icons links
Fix link to input component
Correct link to input-control component
Fix link to box component
Update link to SVGIcon documentation
Correct link to checkbox component
Fix link to scrollbar component
Update link to theme colors section
Fix link to `useToastManager` hook
Update links to code component documentation
Correct links to component variants and styles
Update links to various documentation sections
12 files