mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
docs: upgrade all docs pages with Mintlify premium components (#642)
Replace plain markdown lists, tables, and numbered steps with interactive Mintlify v3 MDX components across all 50+ documentation files: - Tabs: provider/parser/method selection guides, citation formats, component details - Steps: setup flows, pipeline stages, connection initialization - CardGroup/Card: feature overviews, "what you get" sections, navigation footers - AccordionGroup: FAQ entries - Check/Warning/Tip/Note/Info: callouts replacing plain bold text and inline notes Files improved span the full docs surface: reference modules (context, llms, kg, reasoning, embeddings, deduplication, provenance, parse, ontology, core, semantic_extract), integrations (agno, docling, snowflake), graph/vector store backends (apache_age, pgvector), and top-level guides (contributing, governance, glossary, citation, community-projects, learning-more).
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"$schema": "https://mintlify.com/docs.json",
|
||||
"theme": "maple",
|
||||
"theme": "venus",
|
||||
"name": "Semantica",
|
||||
"description": "The Accountability and Context Layer for AI — Context Graphs · Decision Intelligence · Full Provenance",
|
||||
"colors": {
|
||||
"primary": "#059669",
|
||||
"primary": "#10B981",
|
||||
"light": "#10B981",
|
||||
"dark": "#047857"
|
||||
"dark": "#10B981"
|
||||
},
|
||||
"favicon": "/assets/img/semantica-logo.png",
|
||||
"logo": {
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
"background": {
|
||||
"color": {
|
||||
"dark": "#0A0A0A",
|
||||
"light": "#FAF7F0"
|
||||
"dark": "#080C10",
|
||||
"light": "#080C10"
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
@@ -50,7 +50,7 @@
|
||||
"navigation": {
|
||||
"tabs": [
|
||||
{
|
||||
"tab": "Documentation",
|
||||
"tab": "Overview",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Overview",
|
||||
|
||||
Reference in New Issue
Block a user