KaifAhmad1 and Claude Sonnet 4.6
946a1089c8
docs: premium redesign — Mintlify v4, dark/cream theme, full module coverage
...
- Migrate from mint.json to docs.json (Mintlify v4)
- Theme: maple, emerald green + near-black dark / cream light palette
(#059669 primary, #0A0A0A dark bg, #FAF7F0 light bg)
- Typography: Lexend headings, Inter body
- 5-tab navigation: Documentation, Quick Start, API Reference, Cookbook, FAQ
- Homepage: removed badge stickers, redundant h2, added blockquote tagline,
full 27-module reference table with semantica.mcp_server added
- quickstart.md: CodeGroup per pipeline step, pattern vs LLM options,
AccordionGroup for patterns and troubleshooting
- faq.md: full AccordionGroup structure across 5 sections
- reference/explorer.md: NEW — FastAPI explorer, Ontology Hub, Distance
Intelligence, CLI reference, REST API endpoints
- reference/mcp_server.md: NEW — MCP stdio server, 12 tools with I/O
examples, 3 resources, Claude Desktop/VS Code/Windsurf/Cline config
- docs.json: explorer added to Output group, mcp_server to Utilities group
- Chat, feedback (thumbs/suggest/raise), OG/Twitter metadata, search topbar
- All reference pages reformatted with Mintlify JSX components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-22 21:52:50 +05:30
KaifAhmad1
04eea7e7eb
Update documentation: reduce code examples, add cookbook links, improve structure
...
- Reduced code examples in all guide pages (getting-started, quickstart, concepts, modules, examples, use-cases, learning-more)
- Added comprehensive cookbook links with descriptions (topics, difficulty, time, use cases)
- Improved structure and organization across all guide pages
- Updated use-cases.md to only include use cases with corresponding cookbooks
- Removed 'Last Updated: 2024' from all documentation files
- Enhanced navigation with better 'Next Steps' sections
2025-12-31 15:19:08 +05:30
KaifAhmad1
f5dfe426e9
docs(split): complete split module documentation and add comprehensive notebook
...
- Enhanced split_usage.md with missing class examples
- Added OntologyAwareChunker with detailed parameters
- Added SlidingWindowChunker with window_size and step_size
- Added TableChunker with all configuration options
- Updated 'Using Existing Chunkers' section with all 9 chunkers
- Enhanced docs/reference/split.md with complete class documentation
- Added OntologyAwareChunker section (methods, parameters, examples)
- Added SlidingWindowChunker section (methods, parameters, examples)
- Added TableChunker section (methods, parameters, examples)
- All sections include parameter tables and detailed examples
- Created comprehensive introduction notebook
- Added cookbook/introduction/11_Chunking_and_Splitting.ipynb
- 14 comprehensive steps covering all functionality
- All 13 classes demonstrated (TextSplitter, SemanticChunker, EntityAwareChunker, etc.)
- All 15 splitting functions covered with examples
- Best practices, method comparisons, and performance tips included
- Removed duplicate advanced notebook
- Deleted cookbook/advanced/11_Text_Chunking_Strategies.ipynb
- Consolidated into comprehensive introduction notebook
All split module exports (13 classes, 15 functions, 4 config items) now fully documented.
Documentation is 100% consistent with actual module exports.
2025-12-08 18:06:08 +05:30