feat(docs): add Fumadocs site workspace

This commit is contained in:
Luca Martial 2026-05-11 01:08:31 -07:00
parent cb9ab25456
commit 572d515db0
28 changed files with 3979 additions and 84 deletions

View file

@ -88,16 +88,7 @@ The fixture runs in multiple modes to isolate the contribution of each pipeline
## Results
On the default configuration (`accept_threshold: 0.85`, `review_threshold: 0.55`, `llm_proposals: false`):
```text
Accepted: 9
Review: 0
Rejected: 0
Skipped: 0
```
All 9 ground-truth relationships are detected and accepted with no false positives and no relationships left in the review tier. Primary keys are correctly inferred for all 6 tables.
Results for the default configuration will be added after the benchmark run is finalized.
## Reproducing the benchmark

View file

@ -1,5 +1,5 @@
{
"title": "Benchmarks",
"defaultOpen": false,
"defaultOpen": true,
"pages": ["link-detection"]
}

View file

@ -1,6 +1,6 @@
{
"title": "CLI Reference",
"defaultOpen": false,
"defaultOpen": true,
"pages": [
"ktx-setup",
"ktx-connection",

View file

@ -1,5 +1,5 @@
{
"title": "Community",
"defaultOpen": false,
"defaultOpen": true,
"pages": ["contributing"]
}

View file

@ -1,5 +1,5 @@
{
"title": "Concepts",
"defaultOpen": false,
"defaultOpen": true,
"pages": ["the-context-layer", "context-as-code"]
}

View file

@ -1,5 +1,5 @@
{
"title": "Getting Started",
"defaultOpen": false,
"defaultOpen": true,
"pages": ["introduction", "quickstart"]
}

View file

@ -1,5 +1,5 @@
{
"title": "Guides",
"defaultOpen": false,
"defaultOpen": true,
"pages": ["building-context", "writing-context", "serving-agents"]
}

View file

@ -1,5 +1,5 @@
{
"title": "Integrations",
"defaultOpen": false,
"defaultOpen": true,
"pages": ["primary-sources", "context-sources", "agent-clients"]
}