docs: replace all CardGroup/Card blocks with animated bullet points across all 50 docs pages (#648)

- Fix What's new → link in Info banner (now a proper <a> tag, always clickable)
- Replace 4-stat CardGroup on index with inline premium stats row
- Convert every <CardGroup>/<Card> block site-wide to markdown bullet lists:
  content sections → bold-title bullets with sub-bullets, nav cards → [Title](href) — description
- Add cursor-animated list item hover effects to custom.css:
  green inset left border, subtle background tint, marker color change on hover
- Affects index, getting-started, quickstart, concepts, modules, faq, architecture,
  installation, cookbook, glossary, learning-more, explorer-setup, cli-setup,
  community, contributing-guide, governance, citation, project-license,
  all integrations pages, and all 20+ reference module pages
This commit is contained in:
Mohd Kaif
2026-06-17 23:18:40 +05:30
committed by GitHub
parent 0f9a651527
commit 25289023fe
50 changed files with 587 additions and 1522 deletions
+5 -15
View File
@@ -5,7 +5,7 @@ icon: "rocket"
---
<Info>
**v0.5.0**: Ontology Hub, Distance Intelligence, Parquet & XML ingestion, 12 security fixes. [What's new →](index#whats-new)
**v0.5.0** Ontology Hub, Distance Intelligence, Parquet & XML ingestion, 12 security fixes. <a href="index#whats-new" style={{color:"#10B981",fontWeight:600,textDecoration:"none"}}>What's new →</a>
</Info>
This guide walks you through the end-to-end pipeline for building your first knowledge graph. Start here after installation. An LLM API key is optional: pattern-based extraction works out of the box.
@@ -420,17 +420,7 @@ pip install --upgrade semantica
## Next Steps
<CardGroup cols={2}>
<Card title="Core Concepts" icon="book-open" href="concepts">
Knowledge graphs, ontologies, reasoning engines: the mental model behind Semantica.
</Card>
<Card title="Module Reference" icon="puzzle-piece" href="modules">
Every module explained with key classes and common chains.
</Card>
<Card title="API Reference" icon="rectangle-terminal" href="reference/context">
Complete documentation for every module, class, and parameter.
</Card>
<Card title="Cookbook" icon="flask" href="cookbook">
40+ interactive Jupyter notebooks with real-world datasets.
</Card>
</CardGroup>
- [Core Concepts](concepts) — Knowledge graphs, ontologies, reasoning engines: the mental model behind Semantica.
- [Module Reference](modules) — Every module explained with key classes and common chains.
- [API Reference](reference/context) — Complete documentation for every module, class, and parameter.
- [Cookbook](cookbook) — 40+ interactive Jupyter notebooks with real-world datasets.