feat: migrate docs site to Docus with Fly.io deployment#10
Conversation
- Add v0.17.8 and v0.17.9 release notes to latest-releases.mdx - Document directory operations for move_note and delete_note MCP tools - Add cloud snapshot commands (create, list, show, browse, delete) - Document --local and --cloud routing flags for CLI - Add v0.18.0 section to whats-new.mdx - Update CLAUDE.md to reflect v0.18.0 release Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add auto-updating changelog page that fetches from GitHub releases - Add cloud snapshots section to cloud guide with CLI commands - Update CLI reference with snapshot commands and routing flags - Improve site typography using Tailwind zinc palette - Remove redundant latest-releases page (replaced by changelog) - Add MCP configuration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace Astro documentation site with Docus (Nuxt-based) for improved documentation features including built-in search, dark mode, and LLM-friendly output via nuxt-llms. Changes: - Remove Astro framework and React components - Add Docus with Nuxt 4, Tailwind CSS 4, and Nuxt UI - Migrate all documentation from MDX to Markdown with MDC syntax - Add Fly.io deployment with Docker containerization - Add GitHub Actions for development/production deployments - Add justfile for common development commands - Add Umami analytics integration New structure: - content/ - Documentation pages (replaces src/pages/) - app/ - Docus configuration and custom components - server/ - API routes (GitHub releases endpoint) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add computer.png image to hero section - Use horizontal orientation for hero layout - Reduce vertical padding for tighter layout Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Resolve conflicts by keeping our Docus migration - Update CLAUDE.md to reflect Docus architecture Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pull Request Review: Migrate to Docus with Fly.io DeploymentThis is a comprehensive migration from Astro to Docus with excellent infrastructure improvements. The code quality is strong overall with proper security practices and performance optimizations. ✅ StrengthsInfrastructure & Deployment
Performance Optimizations
Code Quality
|
Summary
Changes
Framework Migration
Deployment
Documentation Content
Homepage
Test plan
npm run devlocally - verify site loadsnpm run build- verify build succeedsjust docker-build- verify Docker image builds🤖 Generated with Claude Code