Doc Bridge

Ready-to-run Doc Bridge configurations and integration examples.

View raw Markdown · llms.txt · For agents

Examples

Config sketches under examples/:

FileProfile
minimal-plain-markdown.config.tsSolo markdown, Layer 0 only
pnpm-monorepo.config.tsWorkspace discovery + ownership
fumadocs-only.config.tsHuman bridge via Fumadocs
docusaurus-only.config.tsHuman bridge via Docusaurus
fumadocs-with-chat.config.tsStandard + intelligence (AgentsKit peers)
docusaurus-with-memory.config.tsAssisted memory promotion path

Ownership without monorepo

{
  "schemaVersion": 1,
  "corpus": { "agent": { "root": "docs/for-agents" } },
  "routing": {
    "options": {
      "ownership": {
        "auth": {
          "path": "src/auth",
          "purpose": "Authentication",
          "checks": ["npm test -- auth"]
        }
      }
    }
  }
}

Or frontmatter on an agent doc:

---
package: auth
editRoot: src/auth
checks: [npm test -- auth]
---

Public ecosystem surfaces

Doc Bridge is designed to be consumed by:

The AgentsKit ecosystem

Build the agent. Then take it all the way.