Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

File metadata and controls

30 lines (22 loc) · 1.22 KB

Template Validation Report

Template: YGIT Public Documentation Platform
Framework target: Docusaurus 3.10.2
Validation date: 2026-07-28

Passed checks

  • Public-content policy scan: PASS — 73 files checked
  • TypeScript/TSX syntax transpilation: PASS — 6 files checked
  • JSON parsing: PASS — 17 files checked
  • Markdown relative-link validation: PASS — 52 files checked
  • Social preview asset: PASS — 1280 × 640 PNG
  • Required documentation surfaces: PASS — User Docs, CLI, SDK, API, Updates
  • Cloudflare Pages contract: PASS — npm run buildbuild/
  • GitHub Actions workflow: PRESENT
  • Public-content pull request checklist: PRESENT

Environment limitation

A full dependency installation and Docusaurus production build could not be executed in this sandbox because the runtime could not resolve registry.npmjs.org. No package dependency failure was observed; the registry was unreachable at the DNS layer.

Run the final runtime gate in an internet-connected environment:

npm install
npm run validate

After the first successful installation, commit the generated package-lock.json and change CI from npm install to npm ci when reproducible lockfile enforcement is desired.