7 Commits

Author SHA1 Message Date
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00
Cynthia Ebert b28e4f7095 docs: add CLAUDE project guidance and development instructions (#445)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 00:05:03 +01:00
ShadowArcanist 6934d4c59c Removed coolbot plugin
We need to create coolbot.json and update it manually for more control over the file content - will be used on docs-search feature on coolbot in future
2025-12-18 07:03:02 +01:00
Cinzya bd93299d77 refactor: update service entry from 'ignore: true' to 'disabled: true' in List.vue 2025-12-16 21:35:37 +01:00
Cinzya 3ca547c880 fix: mark services as hidden and update documentation for unavailable services 2025-12-16 21:28:03 +01:00
Andras Bacsai cf5d78b49e Expand CLAUDE.md with comprehensive documentation context
Significantly expanded the Claude Code context file with detailed information
about the entire Coolify documentation codebase:

**Added Sections:**
- Documentation overview (VitePress, Vue 3, Tailwind stack)
- Complete directory structure
- Markdown & frontmatter conventions
- Custom Vue components (ZoomableImage, Callout, Card)
- Container syntax and code blocks
- Image management best practices
- Styling guidelines (colors, responsive design)
- Content writing guidelines
- Build & development commands
- VitePress configuration details
- Common patterns and troubleshooting

**Enhanced Service Documentation Section:**
- Service documentation template
- Step-by-step guides for common tasks
- Content structure patterns
- Link conventions with UTM parameters

This comprehensive guide ensures AI assistants understand:
- How to structure content properly
- Which components to use and when
- File naming and organization conventions
- Build and deployment workflows
- Common pitfalls and how to avoid them

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 16:01:37 +01:00
Andras Bacsai 2a943d8f25 Add CLAUDE.md with service documentation guidelines
Created comprehensive documentation for AI assistants working on the
Coolify docs codebase, including:

- Service documentation naming conventions (kebab-case lowercase)
- Source of truth (service-templates-latest.json)
- Files that must be updated when renaming services
- Procedures for adding, renaming, and disabling services
- Important notes about maintaining consistency

This documentation ensures AI assistants understand the relationship
between service files, List.vue slugs, and nginx redirects.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 15:56:26 +01:00