new-site/site/public
justin bd9a70607f fix: maintain Services dropdown header from one canonical source
The site header / Services mega-dropdown was duplicated across two render
systems (Astro pages via Base.astro->nav.html, and ~80 pre-rendered static
public/**/index.html pages each embedding their own copy). They had drifted
into 5 different variants (missing 'New Carrier Setup', misplaced Healthcare
column, NEW vs FREE badges, em-dash encoding differences), so
dev.performancewest.net, the order pages, and the rest of the site disagreed.

- Make site/src/partials/nav.html the single source of truth (adopts the most
  complete variant).
- Add scripts/sync_nav.py to rewrite every static page's <nav> block from
  nav.html (idempotent; --check guards against drift in CI/deploy).
- Run the sync automatically in deploy.sh and scripts/deploy-dev.sh.
- Deprecate scripts/inject_healthcare_nav.py (now delegates to sync_nav.py).
- Neutralize the broken no-op SiteNav.astro component.

All 80 headers + the Astro-built order pages now render the identical dropdown.
2026-06-05 14:27:24 -05:00
..
_astro Add interest field to mailing list subscribe (telecom/trucking/formation) 2026-05-29 12:50:27 -05:00
about fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
account/reset-password fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
admin fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
contact fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
images Pivot CRTC offering on FCC carrier page for A-Z wholesale carriers 2026-06-02 13:26:39 -05:00
js Add Umami custom event tracking across all key pages 2026-05-05 05:10:13 -05:00
order fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
portal fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
pricing fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
privacy fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
services fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
survey post-completion flow: survey, referral program, review ask 2026-05-30 21:22:14 -05:00
terms fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
tools fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
upload/id Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
404.html fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
favicon.svg Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
index.html fix: maintain Services dropdown header from one canonical source 2026-06-05 14:27:24 -05:00
llms.txt Rename 'IPES & ISP Registrations' to 'FCC Carrier / ISP Registration' 2026-04-29 08:06:47 -05:00
robots.txt Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
sitemap-0.xml Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
sitemap-index.xml Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00