Infrastructure low complexity frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Loads and parses privacy policy content from MDX or a lightweight CMS source, enabling the legal team to update the policy without engineering involvement. Provides the content and metadata (such as last-updated date) to the page renderer at build or request time.

Feature: Privacy Policy

privacy-policy-content-loader

Responsibilities

  • Load privacy policy MDX or CMS content at build/request time
  • Extract last-updated date metadata from content frontmatter
  • Provide structured content sections to the page component

Interfaces

loadPolicyContent()
getLastUpdatedDate()
getSections()