Heading above the table.
Comparison Table
1 min readStableIntermediate
The Comparison Table component creates side-by-side comparisons using 10 visual indicator types, with an optional highlight column.
Quick Start
A two-column comparison.
| Feature | Option A | Option B |
|---|---|---|
| Feature 1 | Included | Not available |
| Feature 2 | Partial | Included |
Adding Options
A title and a recommended column.
Platform Comparison
| Feature | OwnDocs | Static Site |
|---|---|---|
| Private Access | Included | Not available |
| Full-Text Search | Included | Partial |
| Theme Variants | Included | Not available |
Advanced
Use all indicator types and custom text values.
Documentation Platform Comparison
| Feature | OwnDocs | Docusaurus | GitBook |
|---|---|---|---|
| Self-Hosted | Included | Included | Not available |
| Password-Protected Mode | Included | Not available | Premium |
| MDX Components | Included | Included | Included |
| Full-Text Search | Included | Partial | Included |
| Mermaid Diagrams | Included | Partial | Included |
| AI Endpoints (llms.txt) | Included | Not available | Not available |
| Pricing | One-time | Free (OSS) | Per-seat |
Options
titlestringheadersJSON string[]requiredColumn headers.
rowsJSON string[]requiredRow objects with feature and values.
highlightnumber1-based column index to emphasize.
Related pages
Was this page helpful?