docs(site): carte feature « créer un projet »

This commit is contained in:
2026-06-23 18:52:39 +02:00
parent 7fc1f6f747
commit 529c136199
3 changed files with 11 additions and 0 deletions

View File

@@ -78,6 +78,13 @@ const { t } = useI18n();
</template>
{{ t('feat9Desc') }}
</FeatureCard>
<FeatureCard :title="t('feat10Title')">
<template #icon>
<svg width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 10v6" /><path d="M9 13h6" /><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" /></svg>
</template>
{{ t('feat10Desc') }}
</FeatureCard>
</div>
</section>
</template>

View File

@@ -34,6 +34,8 @@ export default {
feat8Desc: 'Binds to localhost, hashes tokens, remote access via Tailscale.',
feat9Title: 'Native VS Code extension',
feat9Desc: 'Drive worktrees and attach sessions in native terminals, right inside your editor.',
feat10Title: 'New project in one click',
feat10Desc: 'Create a project folder anywhere (optional git init) and start a Claude session in it, from any device.',
scAKicker: 'Worktree-first dashboard',
scATitle: 'See what needs you — before anything stalls',
scABody:

View File

@@ -34,6 +34,8 @@ export default {
feat8Desc: 'Se lie à localhost, hashe les tokens, accès distant via Tailscale.',
feat9Title: 'Extension VS Code native',
feat9Desc: 'Pilotez vos worktrees et attachez vos sessions dans des terminaux natifs, directement dans votre éditeur.',
feat10Title: 'Nouveau projet en un clic',
feat10Desc: "Créez un dossier de projet où vous voulez (git init optionnel) et lancez-y une session Claude, depuis n'importe quel appareil.",
scAKicker: 'Dashboard worktree-first',
scATitle: 'Voyez ce qui vous attend — avant que ça ne bloque',
scABody: