Skip to content

Docs/ai use cases highlight#117

Open
jul-dan wants to merge 46 commits intomainfrom
docs/ai-use-cases-highlight
Open

Docs/ai use cases highlight#117
jul-dan wants to merge 46 commits intomainfrom
docs/ai-use-cases-highlight

Conversation

@jul-dan
Copy link
Copy Markdown
Contributor

@jul-dan jul-dan commented May 7, 2026

No description provided.

jul-dan and others added 30 commits May 6, 2026 20:41
…-it-works

- introduction.mdx: reposition as "Kubernetes control plane for humans and AI agents",
  lead with two-ways-to-work section (AI vs Platform), add 6 use case cards matching
  the solutions page strategy (AI Prompt Deployment, AI Dev Environments, Ephemeral,
  GitOps, Migrate to K8s, Simplify K8s)
- quickstart.mdx: promote "Deploy with AI Agent" as the featured top-of-page path,
  add "AI Dev & Remote Environments" as a second AI card, include a "How Qovery fits
  into your workflow" section showing all four interfaces
- how-it-works.mdx: update tagline to AI-first framing, add dedicated section explaining
  how AI agents interact via Agent Skill and MCP Server, surface AI interfaces first in
  the interfaces list, add two-workflow steps (AI vs Platform)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- introduction.mdx: supprime la section Use Cases en doublon (déjà dans quickstart),
  condense les capabilities en 6 cards concises, ajoute color="#642DFF" (violet Qovery)
  sur toutes les cards IA pour les faire ressortir visuellement
- quickstart.mdx: ajoute color="#642DFF" sur les cards AI Agent Skill, AI Dev Environments,
  MCP Server, et la card featured en haut de page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- custom.css: ajoute la classe .ai-section avec fond dégradé rgba(100,45,255)
  et bordure violette, avec variante dark mode
- introduction.mdx: wrapper "The New Way — Deploy with AI" dans .ai-section
- quickstart.mdx: wrapper la card hero IA et les deux cards AI-Powered Paths
  dans .ai-section ; restructure "All Deployment Paths" en deux sous-sections
  "AI-Powered Paths" (avec fond) et "Platform Paths" (neutre)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ectory

Nouvelle page getting-started/quickstart/agent-skills présentant les 8 skills
Qovery (qovery-onboard, deploy, troubleshoot, optimize, speedup, preview,
builder-env, builder-portal) sous forme de cards avec description, features,
et tags — style "agent directory" inspiré de railway.com/agents.

Inclut : tableau de compatibilité 14 outils × skills, section "Why Qovery
for agents?" (8 value props), et étapes d'installation avec exemples de prompts.

Ajout de la page dans docs.json sous Installation après ai-agent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Hero section avec tagline fort + install command dans .ai-section
- Compatible Tools : tabs par catégorie (Terminal / IDE / Standalone) avec
  une Card par outil — nom, éditeur, description courte, tags de catégorie
- What the Skill Does : Steps détaillées à la place d'une liste numérotée
- Supported Frameworks : CardGroup 3 colonnes avec icônes langage
- Try These Prompts : blocs de code individuels au lieu d'une liste italique
- How It Compares : tableau épuré + Info block Skill vs MCP Server
- Install : répété en bas avec Steps claires + Tip project-only
- Next Steps : lien vers la nouvelle page agent-skills en premier

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Télécharge 14 logos (SVG + PNG) dans docs/images/logos/ai-tools/ :
  anthropic, googlegemini, cursor, githubcopilot, jetbrains, bytedance (SVG)
  opencode, goose, amp, openhands, openai, mistral, roocode, kiro (PNG)
- Remplace les icônes Font Awesome génériques par les vrais logos dans les
  Cards de la section Compatible Tools (tabs Terminal / IDE / Standalone)
- custom.css : ajoute filtre dark mode (invert) pour les SVGs noirs
  (anthropic, cursor, githubcopilot, jetbrains)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ai-agent.mdx : supprime la section Supported Frameworks (appartient à
  agent-skills) et la section Install en doublon en bas de page (déjà
  dans le hero). La page reste : hero install, outils par tabs avec logos,
  workflow steps, prompts, tableau comparatif, prérequis.
- agent-skills.mdx : supprime le tableau Compatible Tools (14 lignes)
  et la section Install détaillée — remplacés par un lien vers ai-agent.
  La page reste : 8 skills en cards, Why Qovery for agents, next steps.

Rôles clairs : ai-agent = entry point (comment démarrer),
agent-skills = référence (que fait chaque skill).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- docs.json : crée un groupe "Deploy with AI" dédié (ai-agent + agent-skills)
  séparé du groupe "Installation" (docker-desktop, cloud, clusters, byok)
- custom.css : ajoute composant .terminal-window avec barre de titre, dots
  rouge/jaune/vert, corps monospace, classes .terminal-prompt / .terminal-success
  / .terminal-sep / .terminal-cursor avec animation blink
- ai-agent.mdx : remplace les blocs de code plats par un vrai terminal
  animé montrant les prompts + réponses du skill ; ajoute une card lien
  vers agent-skills juste après ; supprime "What the Skill Does" (déplacé)
- agent-skills.mdx : ajoute section "How Deployment Works" avec les 5 Steps
  (déplacées depuis ai-agent) ; ajoute un prompt terminal dans chaque
  skill card pour montrer comment le déclencher

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removed bullet lists, "Perfect for" blocks, and verbose descriptions.
Each card now has 1-2 lines max — sharper, less AI-generated feel.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…minal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…button

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… button style

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…o agent-skills

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n size

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jul-dan and others added 16 commits May 7, 2026 14:35
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… background

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…o AI Quickstart, reorder pages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…-environments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
qovery-doc-mintlify-proxy c1dc15a May 07 2026, 03:50 PM

@jul-dan jul-dan marked this pull request as ready for review May 7, 2026 15:50
@jul-dan jul-dan requested a review from a team May 7, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant