Commit 7f0eeda
committed
feat: v0.2.1 - Full documentation extraction and improved README
### Documentation Improvements
- Remove artificial limitation on Apple documentation extraction
- Now extracts ALL discussion sections (not just first 2)
- Extracts all primary content sections including parameters
- Provides complete documentation instead of summaries
- Fix: Users now get full API documentation as expected
### README Enhancements
- Fix markdown linting issues (add language specifiers, fix list numbering)
- Replace HTML <b> tags with markdown ** syntax
- Configure VS Code to allow necessary HTML elements (details/summary)
- Improve configuration section with better organization
- Update Quick Start to be MCP-client agnostic
- Clarify that uvx requires no installation
### Version Bump
- Bump version to 0.2.1 across all files (setup.py, __init__.py, package.json)
This release ensures users get complete documentation from Apple docsets
and improves the overall documentation quality and developer experience.1 parent 318614f commit 7f0eeda
6 files changed
Lines changed: 395 additions & 174 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
13 | 25 | | |
14 | 26 | | |
15 | 27 | | |
| |||
0 commit comments