Skip to content

Docs Miner v1.0.0 - Initial Release

Compare
Choose a tag to compare
@3choff 3choff released this 19 Nov 19:49
· 15 commits to main since this release

Description:

Docs Miner VSCode Extension v1.0.0

First stable release of Docs Miner, a VS Code extension for generating markdown documentation from web pages using Jina AI Reader API.

Features

  • Generate markdown documentation from any web URL
  • Control crawling depth (1-5 levels)
  • Real-time progress tracking
  • Stop crawling at any time
  • Automatically saves markdown files in workspace
  • Optional auto-open for generated files

Installation

  1. Download the docs-miner-1.0.0.vsix file
  2. In VS Code, go to Extensions view (Ctrl+Shift+X)
  3. Click '...' menu (top-right)
  4. Select 'Install from VSIX...'
  5. Choose the downloaded file

Requirements

  • VS Code 1.95.0 or higher
  • Active internet connection

Notes

  • Initial stable release
  • Full documentation available in README
  • Bug reports and feedback welcome in Issues section