-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 3.63 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: minimal
title: Docs
description: Documentation for the site data model and archival practices.
breadcrumb: Docs
---
<article class="page">
{% include breadcrumbs.html %}
<header>
<h1>Docs</h1>
<p class="intro">Reference material for the data model, taxonomy, and long-term stewardship of the archive.</p>
<p>Public reference pages are intended for broad readers. Operator runbooks remain accessible but are marked `noindex` and excluded from sitemap.</p>
</header>
<section>
<h2>Architecture</h2>
<ul class="home-list">
<li><a href="/backlog/docs/architecture/overview/">Architecture Overview</a> Structure, ownership boundaries, and generation surfaces.</li>
<li><a href="/backlog/docs/architecture/resume-job-targeting.html">Resume Job Targeting</a> Strategy for company/role-specific resume permalinks via overlay data.</li>
<li><a href="/backlog/docs/architecture/styling-system/">Styling System</a> Shared CSS core plus resume/site theme split.</li>
<li><a href="/backlog/docs/architecture/content-pipeline.html">Content Pipeline</a> Canonical data, generation, templates, and validators.</li>
<li><a href="/backlog/docs/architecture/semantic-model/">Semantic Model</a> Route-level schema contracts and canonical JSON-LD object IDs.</li>
<li><a href="/backlog/docs/architecture/semantic-graph/">Semantic Graph Snapshot</a> Rendered-schema graph summary with route-level contract checks.</li>
</ul>
</section>
<section>
<h2>Operator Runbooks (Noindex)</h2>
<ul class="home-list">
<li><a href="/backlog/docs/interview-data-model.html">Interview Data Model</a> Canonical schema reference for interviews and video assets.</li>
<li><a href="/backlog/docs/resources/">Trusted Resources</a> Repository-managed source registry and conference grounding references.</li>
<li><a href="/backlog/docs/taxonomy/">Taxonomy</a> Interview and video categorization model.</li>
<li><a href="/backlog/docs/archive-philosophy/">Archive Philosophy</a> Preservation and canonical-ID principles.</li>
<li><a href="/backlog/docs/pipeline-grammar/">Pipeline Grammar</a> Command grammar for build, validation, smoke, and CI workflows.</li>
<li><a href="/backlog/docs/repo-hygiene/">Repository Hygiene</a> File ownership, retention, pruning workflow, and CI guardrails against repository drift.</li>
<li><a href="/backlog/docs/retrospectives/">Retrospective Protocol</a> Internal implementation review cadence and follow-through process.</li>
<li><a href="/backlog/docs/tasks/">Tasks</a> Working implementation plan and operational priorities.</li>
<li><a href="/backlog/docs/video-metadata-completeness/">Video Metadata Completeness Dashboard</a> Operational completeness tracking.</li>
<li><a href="/archive-status/">Archive Status</a> Current quality and retranscription pressure snapshot.</li>
<li><a href="/backlog/docs/site-tree/">Site Tree Explorer</a> Deep route explorer for structural inspection.</li>
<li><a href="/backlog/docs/architecture/transcript-import.html">Transcript Import</a> Transcript ingestion and validation workflow.</li>
<li><a href="/backlog/docs/linkedin-import/">LinkedIn Article Import</a> LinkedIn extraction/import runbook.</li>
<li><a href="/backlog/docs/domain-migration/">Domain Migration</a> Legacy-domain redirect and migration process.</li>
<li><a href="/backlog/docs/wayback/">Wayback Archives</a> Snapshot extraction inventory and source notes.</li>
<li><a href="/backlog/docs/wayback/community/">Wayback Community Archives</a> Curated snapshot sets with provenance notes.</li>
</ul>
</section>
</article>