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
+2 -8
View File
@@ -76,11 +76,5 @@ By contributing to Semantica, you agree that your contributions will be licensed
## See Also
<CardGroup cols={2}>
<Card title="Contributing" icon="code-pull-request" href="contributing-guide">
How to contribute to the project.
</Card>
<Card title="Citation" icon="quote-left" href="citation">
How to cite Semantica in research.
</Card>
</CardGroup>
- [Contributing](contributing-guide) — How to contribute to the project.
- [Citation](citation) — How to cite Semantica in research.