Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: orchestro/codegraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: colbymchenry/codegraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 35 files changed
  • 2 contributors

Commits on May 24, 2026

  1. Add landing page + Starlight docs site (colbymchenry#375)

    * udpated matrix
    
    * feat(site): add landing page + Starlight docs site
    
    Astro + Starlight site in site/ — a flat/paper editorial landing page
    plus 18 docs pages seeded from the README. Monochrome theme, hairline
    rules, square corners, live GitHub star count, light default + dark
    toggle. Deploys to GitHub Pages via .github/workflows/deploy-site.yml.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    colbymchenry and claude authored May 24, 2026
    Configuration menu
    Copy the full SHA
    4509b45 View commit details
    Browse the repository at this point in the history
  2. docs(readme): link to the website & docs site (colbymchenry#376)

    Add a prominent link to https://colbymchenry.github.io/codegraph/ at the
    top of the README so visitors landing on the repo can reach the site.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    colbymchenry and claude authored May 24, 2026
    Configuration menu
    Copy the full SHA
    7f30c4f View commit details
    Browse the repository at this point in the history
  3. feat(site): add Docs & Languages links to the docs header (colbymchen…

    …ry#377)
    
    Bring the Starlight docs header to parity with the landing nav — now
    Docs · Languages · GitHub · star pill, in that order. Added via the
    SocialIcons slot (no full header rebuild, so search/theme/mobile keep
    working); the text links and star pill are hidden on mobile, where the
    sidebar already covers navigation.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    colbymchenry and claude authored May 24, 2026
    Configuration menu
    Copy the full SHA
    6a2098b View commit details
    Browse the repository at this point in the history
  4. fix(site): center docs content on wide screens (colbymchenry#378)

    Starlight right-aligns the content against the TOC (margin-inline: auto 0)
    on pages with both a sidebar and a TOC, dumping all the empty space on the
    left edge — very lopsided on wide monitors. Center the content in its pane.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    colbymchenry and claude authored May 24, 2026
    Configuration menu
    Copy the full SHA
    18a99f5 View commit details
    Browse the repository at this point in the history
  5. fix(site): large left-aligned feature icons to match the mockup (colb…

    …ymchenry#379)
    
    Lay out each landing feature as icon | divider | text — a 64px icon on the
    left, a full-height vertical rule, then heading + description — instead of a
    small icon stacked on top. Pure CSS grid (divider via ::before), with
    smaller icon/gaps on mobile so the text stays readable.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    colbymchenry and claude authored May 24, 2026
    Configuration menu
    Copy the full SHA
    1be8e78 View commit details
    Browse the repository at this point in the history
Loading