-
Notifications
You must be signed in to change notification settings - Fork 1.6k
improvement(frontend): update docs footer to make it similar to rest of the website #5025
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
base: main
Are you sure you want to change the base?
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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 PR updates the footer section in the documentation to align it with the main website's footer layout. The changes reorganize footer links, update URLs for consistency, and improve the categorization of footer sections.
Key Changes
- Reorganized footer structure with updated section headers (renamed "OTHERS" to "RESOURCES & LEGAL")
- Added new links (Community Slack, Documentation, API Reference) and moved existing links between sections for better organization
- Updated multiple URLs to point to more specific documentation pages and corrected the Trust Center link
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "label": "Trust Center", | ||
| "href": "https://trust.infisical.com/" |
Copilot
AI
Dec 11, 2025
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.
The Trust Center URL has been updated from a Vanta-hosted page to "https://trust.infisical.com/". Verify that this new URL is accessible and properly configured, and that the migration from Vanta to a self-hosted trust center is complete.
Greptile OverviewGreptile SummaryThis PR reorganizes the docs footer to match the main website layout. Key changes include:
No issues found - this is a straightforward configuration update with no functional or security implications. Confidence Score: 5/5
Important Files ChangedFile Analysis
|
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.
1 file reviewed, no comments
Co-authored-by: Copilot <[email protected]>
Context
footer section in docs has a different layout compared to rest of the website.
This PR adds a community slack endpoint to the Developers section.
OTHERS section is renamed as RESOURCES & LEGAL.
some minor adjustments to positions of links for better organization.
since mintify allows only 4 columns, both RESOURCES and LEGALS were included in the same column.
Screenshots
● main website footer

● docs footer - before

● docs footer - after

Steps to verify the change
go to localhost:3000 and navigate at bottom to view the updated footer
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).