DOCUMENTATION
Get up and running with Docs2MD for VS Code in minutes.
01 Installation
Docs2MD is available directly from the Visual Studio Code Marketplace.
- Open Visual Studio Code.
- Go to the Extensions view (Ctrl+Shift+X).
- Search for
Docs2MD. - Click Install.
02 Usage
Once installed, you can start converting documentation directly from the sidebar.
Step 1: Open the Sidebar
Click the Docs2MD icon in the Activity Bar to open the extension view.
Step 2: Enter URL
Paste the URL of the documentation home page you
want to convert (e.g., https://docs.python.org/3/).
Step 3: Convert
Click START CONVERSION. The extension will crawl the documentation graph, identifying relevant pages.
Step 4: Output
The converted Markdown files will be saved to your workspace in a docs2md_output directory, structured by the
original site's hierarchy.