New Documentation Site #37
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Pull Request
Stats: 130 file(s) changed, +30750, -3029
Changes
Commits (17)
4823441fix: cub pr now generates informative PR descriptions (fixes bug: cub pr should create an informative message #36)8ba521edocs: separate MkDocs source from public landing pagef7f8725docs: consolidate docs-site into docs/, serve from docs.cub.tools2964730docs: add MkDocs Material documentation site7ad06e9docs: update webpage for v0.26.3282b8f5chore: bump version to 0.26.38aa93baci: lower coverage threshold to 53%07df8bdfix: reorganize CLI help - move doctor to install, expose sandbox/worktree309d601feat: consolidate cub pr and add cub merge commands (Python)11c90fcfix: cub sessions output alignment (fixes bug: cub sessions output doesn't line up #31)2125f4dadded support for working through github issues in cub run3d3403afix: ensure streaming output flushes properly for real-time display (fixes bug: cub run --stream doesn't insert line breaks #34)9cf8944feat(release): pass release title to webpage updatercd5aebenow using vanity url and updated hero imgbdf18dddocs: update webpage for v0.26.20e4b561chore: bump version to 0.26.26543b65Non-interactive mode for cub prep steps (Non-interactive mode for cub prep steps #33)Files Changed
Added (105):
.github/workflows/docs.yml,docs-src/.gitignore,docs-src/content/assets/images/cub-logo.png,docs-src/content/assets/images/favicon.ico,docs-src/content/changelog.md,docs-src/content/cli/artifacts.md,docs-src/content/cli/branch.md,docs-src/content/cli/branches.md,docs-src/content/cli/capture.md,docs-src/content/cli/captures.md, ... and 95 moreModified (19):
.beads/branches.yaml,.github/workflows/test.yml,CHANGELOG.md,README.md,docs/CNAME,docs/index.html,docs/install.sh,pyproject.toml,scripts/cut-release.sh,scripts/release-pipeline.sh, ... and 9 moreDeleted (6):
docs/CONFIG.md,docs/HARNESSES.md,docs/QUICK_START.md,docs/TROUBLESHOOTING.md,docs/UPGRADING.md,src/cub/bash/lib/cmd_pr.shTest Plan
Generated with cub