Files
semantica/docs/docs.json
T
KaifAhmad1 5f124cd9f0 chore: remove legacy MkDocs files and orphan docs pages
Deleted MkDocs infrastructure:
- mkdocs.yml, mkdocs_local.yml, requirements-docs.txt, setup_docs.py
- docs/netlify.toml, docs/DOCS_README.md, docs/css/custom.css

Deleted orphan docs not wired into Mintlify nav:
- docs/LIBS_README.md, docs/MIGRATION_V2.md, docs/CodeExamples.md
- docs/arrow_exporter.md, docs/deep-dive.md, docs/examples.md
- docs/vector_store_usage.md

Updated docs.json and broken See Also hrefs to match removed pages
2026-05-22 22:49:08 +05:30

260 lines
5.9 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": [
"architecture",
"learning-more"
]
},
{
"group": "Integrations",
"pages": [
"integrations/agno",
"integrations/docling",
"integrations/snowflake"
]
},
{
"group": "Graph Stores",
"pages": [
"graph_stores/apache_age"
]
},
{
"group": "Vector Stores",
"pages": [
"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/semantica-agi/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/semantica-agi/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/semantica-agi/semantica",
"discord": "https://discord.gg/sV34vps5hH",
"x": "https://x.com/BuildSemantica"
}
}
}