Internal reference

Parked pages

Whole pages we built, then pulled before launch. They still live in the repo under src/pages/_parked/, an underscore folder Astro does not build, so they ship nowhere but are never lost. This is the one place they are tracked.

  • Neo4j Business Value Calculator

    Parked July 11, 2026

    POC project page. An IDC-validated ROI calculator that renders a branded, customer-proofed PDF on demand. Built as proof-of-concept content for the Projects type. Not launching with it; may bring it back as a real Projects entry.

    Source
    src/pages/_parked/neo4j-business-value-calculator.astro
    Was at
    /projects/neo4j-business-value-calculator
  • Neo4j IDC Business Value Promo Blade

    Parked July 11, 2026

    POC project page. A reusable, design-faithful WordPress promo blade promoting Neo4j’s IDC-validated 230% ROI stat across high-intent pages. Not launching with it; may bring it back.

    Source
    src/pages/_parked/neo4j-idc-promo-blade.astro
    Was at
    /projects/neo4j-idc-promo-blade

To bring one back

  1. Move its file from src/pages/_parked/ back into src/pages/projects/ (imports use ../../ and resolve from either spot).
  2. Re-add its card to src/pages/projects.astro, its row to src/pages/sitemap.astro, and (for the Neo4j pages) its entry to relatedCaseStudies in src/pages/projects/neo4j.astro.
  3. Remove it from the list at the top of this file.