Commit Graph
3 Commits
Author SHA1 Message Date
hvm-docs-refresh c73d3132f9 weekly refresh: 2026-07-13T06:01Z — 7 content change(s) across 1 bundle(s)
7 content change(s) across 1 bundle(s)
0 sidecar metadata update(s)
1 other file change(s)

Bundles with content changes:
  hvm_deployment_guide: 7 page(s)
    - GUID-2DD9D39D-9031-4BB5-A4ED-A0179BEF5259
    - GUID-456E190C-E912-4079-A691-8D2368D63748
    - GUID-5FC0010C-8D7C-4A32-B84B-6CBC29041DCB
    - GUID-88494051-74D1-4BD9-BAFF-134A573FF77B
    - GUID-94742592-9C85-4F2E-83F2-E68404A73F3B
    ... and 2 more
2026-07-13 06:01:19 +00:00
justin 6e938c05c4 feat: Qualification Matrix + QuickSpecs bundles (#5) 2026-05-22 15:05:13 -04:00
justinandClaude Opus 4.7 7a491ba9e4 scrape: HVM bundles + runner for HPE Support DocPortal
Phase 1: scrape User Manual (8.1.0/.1/.2), Release Notes (8.1.0/.1/.2),
and the unversioned Deployment Guide. Total ~1,160 pages, 9.7 MB markdown.

Discovers via the anonymous JSON API at /hpesc/public/api/document/{docId}:
/toc walks the page tree (for TOC-paginated docs), /render?page=GUID
fetches per-page HTML, /document/{docId} returns the whole body for
single-doc shapes like Release Notes.

Runner converts DITA-source HTML to clean markdown (strips Notices/
Acknowledgments/Abstract boilerplate), writes corpus/<bundle>/<page>.{md,json},
then a finalize pass synthesizes topic_cluster.clustered_topics by GUID
overlap across versions (HPE GUIDs are stable cross-version — confirmed
374/376/376 with 100% overlap on shared pages).

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
2026-05-22 13:06:26 -04:00