Comprehensive documentation for the DORKAG suite of JetBrains IDE plugins
Visit the documentation site: https://edgafner.github.io
Complete Azure DevOps integration for JetBrains IDEs. Manage pull requests, pipelines, and work items without leaving your IDE.
Seamlessly integrate browser functionality into your development workflow.
Visualize and track code coverage directly in your IDE.
Efficient query management and execution tools.
Share and manage run configurations across your team.
- Open your JetBrains IDE (IntelliJ IDEA, WebStorm, PyCharm, etc.)
- Go to Settings/Preferences → Plugins
- Search for the plugin name (e.g., "AZD", "GBrowser")
- Click Install and restart your IDE
# Clone the repository
git clone https://github.com/edgafner/edgafner.github.io.git
cd edgafner.github.io
# Documentation is built with Writerside
# View locally using Writerside IDE plugin or Docker
docker run --rm -v $PWD:/opt/sources jetbrains/writerside-builder:241.18775 /opt/builder.sh
Dorkag/
├── topics/ # Documentation content (.topic XML files)
│ ├── azd/ # AZD plugin documentation
│ ├── gbrowser/ # GBrowser plugin documentation
│ ├── codecov/ # Codecov plugin documentation
│ ├── queryflag/ # QueryFlag plugin documentation
│ └── runlikeme/ # RunLikeMe plugin documentation
├── images/ # Documentation images and screenshots
├── writerside.cfg # Writerside configuration
└── cfg/ # Build profiles and configuration
We welcome contributions! Here's how you can help:
- Report Issues: Found a bug or have a suggestion? Open an issue
- Improve Documentation: Submit a pull request with your improvements
- Add Examples: Share your use cases and examples
- Write in clear, concise language
- Include screenshots for UI-related features
- Follow the existing Writerside XML structure
- Test your changes locally before submitting
- Documentation Engine: JetBrains Writerside
- Hosting: GitHub Pages
- Search: Algolia DocSearch
- CI/CD: GitHub Actions
- Format: XML-based topics with semantic markup
The documentation is automatically built and deployed on every push to the main branch. The workflow includes:
- Building documentation with Writerside
- Validating content structure
- Deploying to GitHub Pages
- Updating Algolia search indexes
This documentation is licensed under the MIT License. See LICENSE file for details.
- Main Plugin Repository: github.com/edgafner/dorkag
- Documentation Site: edgafner.github.io
- JetBrains Marketplace: AZD Plugin
- Issues: GitHub Issues
- Twitter: @Jongafner
- LinkedIn: Connect with us
- Blue sky: Contact us
Made with ❤️ by DORKAG Team