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: phcode-dev/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: phcode-dev/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/remove-sidebartabs-build-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 17 files changed
  • 3 contributors

Commits on Jan 23, 2026

  1. feat: improve blog layout and add new post

    - Add truncate markers to all blog posts for cleaner listing previews
    - Improve blog typography with better line height and spacing
    - Add responsive layout adjustments for larger screens
    - Update docusaurus config: limit sidebar to 5 posts, fix markdown hooks
    - Add new blog post: VS Code Live Preview vs Live Server
    charlypa committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    7a24bed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. fix: escape curly braces in upstream API docs and add new blog posts

    Upstream phoenix API docs contain unescaped {key: type} syntax that
    MDX parses as JSX expressions, breaking the Docusaurus build. Added
    post-processing in expand-docs.js to escape curly braces after cloning.
    
    Also adds two new blog posts and fixes a broken link.
    charlypa committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    ff84335 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. refactor: rewrite 3 blog articles with reader-centered voice and auth…

    …or attribution
    
    - Add authors: [charly] to all 3 comparison articles
    - Remove all first-person pronouns and author opinions
    - Shift to second-person reader-as-hero narrative voice
    - Apply Zed.dev conversational tone throughout
    charlypa committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    80a8094 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. refactor: rewrite Brackets vs Phoenix Code blog with accurate team fr…

    …aming
    
    Rewrote the blog post to correctly position Phoenix Code as the next
    generation of Brackets by the same team, not a successor to a dead
    project. Reorganized structure for SEO, moved comparison table higher,
    used searchable H2s, and adopted a consistent confident tone.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    abose and claude committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    4eaa4e2 View commit details
    Browse the repository at this point in the history
  2. docs: update docs

    abose committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    65dac90 View commit details
    Browse the repository at this point in the history
Loading