Skip to content

Add footer to docs landing#301

Open
evanorti wants to merge 9 commits intomainfrom
fix-footer-landing
Open

Add footer to docs landing#301
evanorti wants to merge 9 commits intomainfrom
fix-footer-landing

Conversation

@evanorti
Copy link
Copy Markdown
Contributor

No description provided.

@mintlify
Copy link
Copy Markdown

mintlify Bot commented Apr 21, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
cosmos-docs 🟢 Ready View Preview Apr 21, 2026, 2:19 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 21, 2026

Greptile Summary

This PR adds a single CSS rule to make the Mintlify footer visible on the custom docs landing page, which previously hid it as a side effect of the page's custom layout. The change follows the existing body:has(#custom-index-content) selector pattern used throughout style.css.

Confidence Score: 5/5

Safe to merge — minimal, focused CSS change with no risk of regressions.

The change is a 5-line CSS rule that follows established patterns in the file. No logic or data flow is affected, and there are no P0/P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
style.css Adds a single CSS rule to display the Mintlify #footer element on the custom landing page, consistent with the existing selector pattern used throughout the file.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Page Load] --> B{Has #custom-index-content?}
    B -- No --> C[Default Mintlify Layout\nHeader + Footer visible]
    B -- Yes --> D[Landing Page Layout]
    D --> E[Hide: header, #navbar,\n#header, nav, search,\nchat assistant]
    D --> F[Show: #footer\ndisplay: flex !important]
    E --> G[Custom Landing Page\nwith Footer]
    F --> G
Loading

Reviews (1): Last reviewed commit: "Update style.css" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant