Documentation Index
Fetch the complete documentation index at: https://fieldpulse.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ET-502 QA Notes
Date: 2026-05-29 Branch:feature/et-502-help-center-ui-changes-social-media-demo-podcast-remove
Method: Headless Chrome (Playwright) against mint dev on :3111. Screenshots in this folder.
Results
| Check | Result |
|---|---|
| ET-504 — “Get a Demo” removed from navbar | ✅ navbar-light.png / navbar-dark.png — button absent; “Login” still present |
| ET-505 — “Podcast” removed from footer Resources | ✅ All footers show Help Center / Customer Stories / Blog / FAQ only |
| ET-503 — socials horizontal, centered under logo | ✅ All footers: 5 social links, 1 row, flex-direction: row (measured) |
| ET-503 — footer height tightened | ✅ Custom footer top padding 48px→28px; brand-row spacing reduced |
Native footer brand row tagged by footer-nav.js | ✅ .fp-footer-brand-row / .fp-footer-socials present on doc pages |
| Build (CSS/MDX/JSON/JS) | ✅ mint dev booted clean; check-guards exit 0; validate-nav passed; docs.json valid JSON |
Screenshots
navbar-light.png,navbar-dark.png— navbar without demo buttonfooter-native-light.png,-dark.png,-mobile.png— doc-page footerfooter-landing-light.png,-mobile.png— landing custom footer (best representation of final design)footer-changelog-light.png— changelog custom footer
⚠️ Local-dev vs production rendering caveat (native footer)
The custom footer (landing + changelog) is our own markup and renders identically everywhere —footer-landing-light.png shows the final intended design: white FieldPulse logo centered on top, socials in one centered horizontal row beneath, navy background, no Podcast. This matches the ET-503 “after” mockup.
The native footer (#footer, all standard doc pages) is rendered by the Mintlify runtime. The local CLI (mint v4.2.572) renders it differently from the deployed site:
- Local: transparent/light background, social icons, footer logo
<img>rendered at zero size (not visible). - Production (per the Linear screenshots): navy background, social text links, visible centered white logo.
footer-nav.js tags the brand row + socials by social href (works for icon or text links), and the CSS forces the brand row (and its inner wrapper) to a centered column with the socials wrapper as a centered horizontal row. Local measurements confirm the socials collapse to a single horizontal centered row.
Action: confirm the native (doc-page) footer on the Mintlify PR preview deploy, which uses the production renderer — verify the logo sits centered with socials horizontally centered beneath it. The custom footer is already verified definitively.
