From f27bb14d959fd735b1ef57125cfe9d67533298bf Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 15:59:24 +0000 Subject: [PATCH] feat: Add MkDocs site, new CLI command, and documentation This commit consolidates several features into a single, cohesive change set. Key features: - **MkDocs Website:** Introduces a new documentation website built with MkDocs and the Material theme. The source is located in the `docs/` directory. - **GitHub Pages Deployment:** Adds a GitHub Actions workflow (`.github/workflows/mkdocs.yml`) to automatically build and deploy the website to GitHub Pages on every push to the `main` branch. - **New CLI Command:** Implements the `collect github repos` command, which allows users to fetch all public repositories for a given user or organization. - **Documentation Updates:** The `docs/index.md` file has been updated to include documentation for the new `collect github repos` command, as well as the existing `collect github release` command.