docs: update all documentation for 17 source types

Update 32 documentation files across English and Chinese (zh-CN) docs
to reflect the 10 new source types added in the previous commit.

Updated files:
- README.md, README.zh-CN.md — taglines, feature lists, examples, install extras
- docs/reference/ — CLI_REFERENCE, FEATURE_MATRIX, MCP_REFERENCE, CONFIG_FORMAT, API_REFERENCE
- docs/features/ — UNIFIED_SCRAPING with generic merge docs
- docs/advanced/ — multi-source guide, MCP server guide
- docs/getting-started/ — installation extras, quick-start examples
- docs/user-guide/ — core-concepts, scraping, packaging, workflows (complex-merge)
- docs/ — FAQ, TROUBLESHOOTING, BEST_PRACTICES, ARCHITECTURE, UNIFIED_PARSERS, README
- Root — BULLETPROOF_QUICKSTART, CONTRIBUTING, ROADMAP
- docs/zh-CN/ — Chinese translations for all of the above

32 files changed, +3,016 lines, -245 lines
This commit is contained in:
yusyus
2026-03-15 15:56:04 +03:00
parent 53b911b697
commit 37cb307455
32 changed files with 3011 additions and 240 deletions

View File

@@ -1,6 +1,6 @@
# Installation Guide
> **Skill Seekers v3.1.0**
> **Skill Seekers v3.2.0**
Get Skill Seekers installed and running in under 5 minutes.
@@ -126,6 +126,13 @@ pip install skill-seekers[dev]
| `embedding` | Embedding server | `pip install skill-seekers[embedding]` |
| `video` | YouTube/video transcript extraction | `pip install skill-seekers[video]` |
| `video-full` | + Whisper transcription, scene detection | `pip install skill-seekers[video-full]` |
| `jupyter` | Jupyter Notebook extraction | `pip install skill-seekers[jupyter]` |
| `asciidoc` | AsciiDoc document processing | `pip install skill-seekers[asciidoc]` |
| `pptx` | PowerPoint presentation extraction | `pip install skill-seekers[pptx]` |
| `rss` | RSS/Atom feed extraction | `pip install skill-seekers[rss]` |
| `confluence` | Confluence wiki extraction | `pip install skill-seekers[confluence]` |
| `notion` | Notion workspace extraction | `pip install skill-seekers[notion]` |
| `chat` | Slack/Discord export extraction | `pip install skill-seekers[chat]` |
| `all-llms` | All LLM platforms | `pip install skill-seekers[all-llms]` |
| `all` | Everything | `pip install skill-seekers[all]` |
| `dev` | Development tools | `pip install skill-seekers[dev]` |