Docs Hub

Client-side search • Static hosting ready

How to add a new doc

  1. Place your HTML document in the /docs folder.
  2. Edit docs.json and add a new object with: id, title, summary, tags, filename, and last_updated (ISO date).
  3. Reload this page. Your new doc will appear and be searchable immediately.

Example entry:

{
  "id": "my-doc-001",
  "title": "My SOP Title",
  "summary": "One or two sentences explaining the purpose of this doc.",
  "tags": ["SOP", "billing", "internal"],
  "filename": "my-sop.html",
  "last_updated": "2025-09-07"
}