Show HN: CLI for crawling documentation sites into Markdown with defuddle Docrawl, a lightweight Node.js CLI tool for crawling documentation sites and converting them into Markdown, has been released. The tool supports static and server-rendered docs platforms like Docusaurus, VitePress, and MkDocs, and is designed to feed content into LLM contexts, RAG pipelines, and local knowledge bases without requiring a browser or JavaScript execution. docrawl is a lightweight Node.js CLI for crawling documentation sites and converting them into Markdown with defuddle https://github.com/kepano/defuddle . It is built for static and server-rendered docs sites such as Docusaurus, VitePress, MkDocs, GitBook exports, and Obsidian Publish. It does not run a browser and does not execute page JavaScript. docrawl is useful when you want to: - turn docs sites into Markdown for LLM context - build local knowledge bases - feed content into RAG pipelines - archive clean docs content without a browser dependency - Node.js = 20 Run without installing: npx docrawl --help Install globally: npm install -g docrawl Then run: docrawl --help npm install Build: npm run build Run the CLI from the project workspace: npm run start -- --help Run tests: npm test docrawl crawl