Public documentation hub for Micro Evaluation Group open-source projects, hosted at micro-evaluation-group.github.io.
This repository serves as the GitHub Pages root for the Micro Evaluation Group organization. All public documentation for open-source projects is published through this site, providing a consistent subdomain under micro-evaluation-group.github.io.
Project documentation is available at:
| Project | URL |
|---|---|
| CrashRustler | micro-evaluation-group.github.io/CrashRustler |
| pwndbg-lldb-mcp | micro-evaluation-group.github.io/pwndbg-lldb-mcp |
GitHub Pages automatically serves content from this repository at micro-evaluation-group.github.io. Individual project documentation is published to subpaths by configuring GitHub Pages in each project's repository, resulting in URLs of the form:
https://micro-evaluation-group.github.io/<project-name>/
This approach provides:
- A single, consistent domain for all project documentation
- Per-project subpaths that are independently deployable
- No custom domain or DNS configuration required