Dev-Docs Quick Start Guide
This guide will help you get started with Dev-Docs quickly.
Installation
- Install the Dev-Docs VS Code extension from the marketplace.
- Sign in to Dev-Docs in VS Code.
Generating Documentation
- Open a code file you want to document.
- Press Shift+Cmd+D (Mac) or Shift+Ctrl+D (Windows/Linux) to generate documentation.
- Review and edit the generated docs as needed.
Customizing Generation
- Create a
dev-docs.json
file in your project root. - Add customization options like:
{
"ai": {
"internalTypeFilters": ["class", "method", "function"],
"contextPrompt": "Generate comprehensive API documentation"
}
}
- Adjust options to fit your project's needs.
Using the Web Editor
- Go to the Dev-Docs web app.
- Use the rich text editor to create and edit markdown docs.
- Add images, tables, and other elements easily.
Next Steps
- Explore more features like auditing docs and generating OpenAPI specs.
- Check out the full documentation for advanced usage.