mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-04 04:01:07 +00:00
Remove the standalone FAQ and Changelog top-level tabs. FAQ and Community pages move into the Overview tab as their own groups (still fully reachable, just relocated). Changelog was only an external link to GitHub releases and had no pages of its own. Split the API reference pages (reference/*) out of the Modules tab into a new, dedicated API Reference tab, so Modules now holds only the conceptual guides and API Reference holds every module's class and function documentation.
310 lines
7.8 KiB
JSON
310 lines
7.8 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Semantica",
|
|
"description": "The Accountability and Context Layer for AI — Context Graphs · Decision Intelligence · Full Provenance",
|
|
"colors": {
|
|
"primary": "#10B981",
|
|
"light": "#10B981",
|
|
"dark": "#10B981"
|
|
},
|
|
"favicon": "/assets/img/semantica-logo.png",
|
|
"logo": {
|
|
"light": "/assets/img/semantica-logo.png",
|
|
"dark": "/assets/img/semantica-logo.png"
|
|
},
|
|
"font": {
|
|
"headings": {
|
|
"family": "Space Grotesk",
|
|
"weight": 700
|
|
},
|
|
"body": {
|
|
"family": "Inter",
|
|
"weight": 400
|
|
}
|
|
},
|
|
"appearance": {
|
|
"default": "dark",
|
|
"strict": true
|
|
},
|
|
"css": "/assets/custom.css",
|
|
"background": {
|
|
"color": {
|
|
"dark": "#080C10",
|
|
"light": "#080C10"
|
|
}
|
|
},
|
|
"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": "Overview",
|
|
"groups": [
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"group": "Core Concepts",
|
|
"pages": [
|
|
"concepts",
|
|
"modules",
|
|
"choose-your-module",
|
|
"glossary"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"architecture",
|
|
"learning-more",
|
|
"guides/graphrag",
|
|
"guides/ingest",
|
|
"guides/llm-integrations",
|
|
"guides/pipeline",
|
|
"guides/multi-agent",
|
|
"guides/decision-intelligence",
|
|
"guides/context-graphs",
|
|
"guides/agent-memory",
|
|
"guides/provenance",
|
|
"guides/semantic-extraction",
|
|
"guides/ontology",
|
|
"guides/reasoning",
|
|
"guides/export",
|
|
"guides/deduplication",
|
|
"guides/mcp-server",
|
|
"guides/shacl-validation",
|
|
"guides/conflict-resolution",
|
|
"guides/change-management",
|
|
"guides/policy-engine",
|
|
"guides/visualization",
|
|
"guides/distance-intelligence",
|
|
"guides/graph-analytics"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"integrations/agno",
|
|
"integrations/crewai",
|
|
"integrations/langchain",
|
|
"integrations/docling",
|
|
"integrations/snowflake",
|
|
"integrations/databricks",
|
|
"integrations/salesforce"
|
|
]
|
|
},
|
|
{
|
|
"group": "Graph Stores",
|
|
"pages": [
|
|
"graph_stores/apache_age"
|
|
]
|
|
},
|
|
{
|
|
"group": "Vector Stores",
|
|
"pages": [
|
|
"vector_stores/pgvector"
|
|
]
|
|
},
|
|
{
|
|
"group": "FAQ",
|
|
"pages": [
|
|
"faq"
|
|
]
|
|
},
|
|
{
|
|
"group": "Community",
|
|
"pages": [
|
|
"community",
|
|
"community-projects",
|
|
"contributing-guide",
|
|
"governance",
|
|
"citation",
|
|
"project-license"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Quick Start",
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"installation",
|
|
"getting-started",
|
|
"quickstart",
|
|
"choose-your-module",
|
|
"cli-setup",
|
|
"explorer-setup"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Modules",
|
|
"groups": [
|
|
{
|
|
"group": "Context & Intelligence",
|
|
"pages": [
|
|
"guides/graphrag",
|
|
"guides/ingest",
|
|
"guides/llm-integrations",
|
|
"guides/pipeline",
|
|
"guides/multi-agent",
|
|
"guides/decision-intelligence",
|
|
"guides/context-graphs",
|
|
"guides/agent-memory",
|
|
"guides/provenance",
|
|
"guides/semantic-extraction",
|
|
"guides/ontology",
|
|
"guides/reasoning",
|
|
"guides/export",
|
|
"guides/deduplication",
|
|
"guides/mcp-server",
|
|
"guides/shacl-validation",
|
|
"guides/conflict-resolution",
|
|
"guides/change-management",
|
|
"guides/policy-engine",
|
|
"guides/visualization",
|
|
"guides/distance-intelligence",
|
|
"guides/graph-analytics"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "API Reference",
|
|
"groups": [
|
|
{
|
|
"group": "Context & Intelligence",
|
|
"pages": [
|
|
"reference/context",
|
|
"reference/kg",
|
|
"reference/temporal",
|
|
"reference/distance",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Discord",
|
|
"href": "https://discord.gg/sV34vps5hH",
|
|
"icon": "discord"
|
|
},
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/semantica-agi/semantica",
|
|
"icon": "github"
|
|
},
|
|
{
|
|
"label": "PyPI",
|
|
"href": "https://pypi.org/project/semantica/",
|
|
"icon": "python"
|
|
},
|
|
{
|
|
"label": "Follow on X",
|
|
"href": "https://x.com/BuildSemantica",
|
|
"icon": "x-twitter"
|
|
}
|
|
],
|
|
"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/semantica-agi/semantica",
|
|
"discord": "https://discord.gg/sV34vps5hH",
|
|
"x": "https://x.com/BuildSemantica"
|
|
}
|
|
}
|
|
}
|