docs: add Netlify to CI services footer and improve layout - #37451
Conversation
Code Review Agent Run #33f168Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Updates the docs site footer to acknowledge both CI services (Applitools + Netlify) and improves the footer layout/styling to display both logos side-by-side.
Changes:
- Update footer HTML to show “CI powered by” plus Applitools and Netlify logo links.
- Replace the old Applitools-only footer styling with a flexbox-based layout and responsive sizing.
- Add the Netlify logo SVG asset and update the English i18n footer message.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
docs/docusaurus.config.ts |
Updates footer HTML to include Netlify alongside Applitools. |
docs/src/styles/main.less |
Adds new .footer__ci-services flex styling and responsive adjustments. |
docs/i18n/en/docusaurus-theme-classic/footer.json |
Updates i18n footer HTML string to match the new CI services footer. |
docs/static/img/netlify.svg |
Adds Netlify logo SVG for use in the footer. |
There was a problem hiding this comment.
Code Review Agent Run #889c34
Actionable Suggestions - 1
-
docs/docusaurus.config.ts - 1
- Security: Missing noopener in rel · Line 478-479
Review Details
-
Files reviewed - 3 · Commit Range:
3447a4a..b056fd4- .rat-excludes
- docs/docusaurus.config.ts
- docs/src/styles/main.less
-
Files skipped - 1
- docs/i18n/en/docusaurus-theme-classic/footer.json - Reason: Filter setting
-
Tools
- Eslint (Linter) - ✔︎ Successful
- Whispers (Secret Scanner) - ✔︎ Successful
- Detect-secrets (Secret Scanner) - ✔︎ Successful
Bito Usage Guide
Commands
Type the following command in the pull request comment and save the comment.
-
/review- Manually triggers a full AI review. -
/pause- Pauses automatic reviews on this pull request. -
/resume- Resumes automatic reviews. -
/resolve- Marks all Bito-posted review comments as resolved. -
/abort- Cancels all in-progress reviews.
Refer to the documentation for additional commands.
Configuration
This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.
Documentation & Help
4f7291f to
16f20de
Compare
Code Review Agent Run #caaf29Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
4b0000d to
e29871d
Compare
e29871d to
998d08b
Compare
- Add "CI powered by" section with Applitools and Netlify logos - Use flexbox layout for responsive display - Include proper security attributes (nofollow noopener noreferrer) - Add Netlify full logo with wordmark (PNG format) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
998d08b to
9e5c615
Compare
Code Review Agent Run #21893eActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Code Review Agent Run #d26cf1Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Summary
Updates the docs homepage footer to acknowledge both CI services that help with the project:
Before
After
Changes
docs/docusaurus.config.tsdocs/src/styles/main.lessdocs/i18n/en/.../footer.jsondocs/static/img/netlify.svgScreenshots
The footer now displays both service logos side-by-side with consistent styling and hover effects.

Test Plan
🤖 Generated with Claude Code