Interface: Doc
Defined in: packages/mcp/src/content.ts:17
A fully loaded docs page.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
body | string | - | - | packages/mcp/src/content.ts:18 |
description | string | - | DocEntry.description | packages/mcp/src/content.ts:10 |
path | string | Slug relative to the docs root, e.g. getting-started or api/pesa/index. | DocEntry.path | packages/mcp/src/content.ts:8 |
section | "guides" | "api" | - | DocEntry.section | packages/mcp/src/content.ts:11 |
title | string | - | DocEntry.title | packages/mcp/src/content.ts:9 |
url | string | Canonical page URL on borapesa.dev. | DocEntry.url | packages/mcp/src/content.ts:13 |