Files
semantica/docs/docs.json
T
KaifAhmad1andClaude Sonnet 4.6 946a1089c8 docs: premium redesign — Mintlify v4, dark/cream theme, full module coverage
- Migrate from mint.json to docs.json (Mintlify v4)
- Theme: maple, emerald green + near-black dark / cream light palette
  (#059669 primary, #0A0A0A dark bg, #FAF7F0 light bg)
- Typography: Lexend headings, Inter body
- 5-tab navigation: Documentation, Quick Start, API Reference, Cookbook, FAQ
- Homepage: removed badge stickers, redundant h2, added blockquote tagline,
  full 27-module reference table with semantica.mcp_server added
- quickstart.md: CodeGroup per pipeline step, pattern vs LLM options,
  AccordionGroup for patterns and troubleshooting
- faq.md: full AccordionGroup structure across 5 sections
- reference/explorer.md: NEW — FastAPI explorer, Ontology Hub, Distance
  Intelligence, CLI reference, REST API endpoints
- reference/mcp_server.md: NEW — MCP stdio server, 12 tools with I/O
  examples, 3 resources, Claude Desktop/VS Code/Windsurf/Cline config
- docs.json: explorer added to Output group, mcp_server to Utilities group
- Chat, feedback (thumbs/suggest/raise), OG/Twitter metadata, search topbar
- All reference pages reformatted with Mintlify JSX components

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 21:52:50 +05:30

263 lines
6.0 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Semantica",
"description": "The Accountability and Context Layer for AI — Context Graphs · Decision Intelligence · Full Provenance",
"colors": {
"primary": "#059669",
"light": "#10B981",
"dark": "#047857"
},
"favicon": "/assets/img/Semantica Logo.png",
"logo": {
"light": "/assets/img/Semantica Logo.png",
"dark": "/assets/img/Semantica Logo.png"
},
"font": {
"headings": {
"family": "Lexend"
},
"body": {
"family": "Inter"
}
},
"appearance": {
"default": "dark"
},
"background": {
"color": {
"dark": "#0A0A0A",
"light": "#FAF7F0"
}
},
"chat": {
"enabled": true
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true,
"raiseIssue": true
},
"metadata": {
"og:title": "Semantica — Accountability & Context Layer for AI",
"og:description": "Build explainable, auditable knowledge graphs with full provenance. Open source. MIT licensed.",
"og:image": "/assets/img/Semantica Logo.png",
"twitter:card": "summary_large_image",
"twitter:site": "@BuildSemantica"
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Overview",
"pages": [
"index"
]
},
{
"group": "Core Concepts",
"pages": [
"concepts",
"modules",
"use-cases",
"glossary"
]
},
{
"group": "Guides",
"pages": [
"examples",
"architecture",
"deep-dive",
"learning-more"
]
},
{
"group": "Integrations",
"pages": [
"integrations/agno",
"integrations/docling",
"integrations/snowflake"
]
},
{
"group": "Graph Stores",
"pages": [
"graph_stores/apache_age"
]
},
{
"group": "Vector Stores",
"pages": [
"vector_store_usage",
"vector_stores/pgvector"
]
}
]
},
{
"tab": "Quick Start",
"groups": [
{
"group": "Get Started",
"pages": [
"installation",
"quickstart",
"getting-started"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Context & Knowledge",
"pages": [
"reference/context",
"reference/kg",
"reference/semantic_extract",
"reference/reasoning",
"reference/ontology"
]
},
{
"group": "Storage",
"pages": [
"reference/vector_store",
"reference/graph_store",
"reference/triplet_store"
]
},
{
"group": "Data Pipeline",
"pages": [
"reference/ingest",
"reference/parse",
"reference/split",
"reference/normalize",
"reference/embeddings",
"reference/pipeline"
]
},
{
"group": "Quality & Provenance",
"pages": [
"reference/deduplication",
"reference/conflicts",
"reference/provenance",
"reference/change_management"
]
},
{
"group": "Output",
"pages": [
"reference/export",
"reference/visualization",
"reference/explorer"
]
},
{
"group": "Utilities",
"pages": [
"reference/llms",
"reference/seed",
"reference/evals",
"reference/utils",
"reference/core",
"reference/mcp_server"
]
}
]
},
{
"tab": "Cookbook",
"groups": [
{
"group": "Cookbook",
"pages": [
"cookbook"
]
}
]
},
{
"tab": "FAQ",
"groups": [
{
"group": "FAQ",
"pages": [
"faq"
]
},
{
"group": "Community",
"pages": [
"community",
"community-projects",
"contributing",
"governance",
"citation",
"license"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Discord",
"href": "https://discord.gg/sV34vps5hH",
"icon": "discord"
},
{
"anchor": "GitHub",
"href": "https://github.com/Hawksight-AI/semantica",
"icon": "github"
},
{
"anchor": "PyPI",
"href": "https://pypi.org/project/semantica/",
"icon": "python"
},
{
"anchor": "Follow on X",
"href": "https://x.com/BuildSemantica",
"icon": "x-twitter"
}
]
}
},
"navbar": {
"links": [
{
"label": "GitHub",
"href": "https://github.com/Hawksight-AI/semantica"
},
{
"label": "Discord",
"href": "https://discord.gg/sV34vps5hH"
}
],
"primary": {
"type": "button",
"label": "pip install semantica",
"href": "https://pypi.org/project/semantica/"
}
},
"search": {
"prompt": "Search docs...",
"location": "topbar"
},
"footer": {
"socials": {
"github": "https://github.com/Hawksight-AI/semantica",
"discord": "https://discord.gg/sV34vps5hH",
"x": "https://x.com/BuildSemantica"
}
}
}