docs(site): carte feature « créer un projet »
This commit is contained in:
@@ -78,6 +78,13 @@ const { t } = useI18n();
|
|||||||
</template>
|
</template>
|
||||||
{{ t('feat9Desc') }}
|
{{ t('feat9Desc') }}
|
||||||
</FeatureCard>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ export default {
|
|||||||
feat8Desc: 'Binds to localhost, hashes tokens, remote access via Tailscale.',
|
feat8Desc: 'Binds to localhost, hashes tokens, remote access via Tailscale.',
|
||||||
feat9Title: 'Native VS Code extension',
|
feat9Title: 'Native VS Code extension',
|
||||||
feat9Desc: 'Drive worktrees and attach sessions in native terminals, right inside your editor.',
|
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',
|
scAKicker: 'Worktree-first dashboard',
|
||||||
scATitle: 'See what needs you — before anything stalls',
|
scATitle: 'See what needs you — before anything stalls',
|
||||||
scABody:
|
scABody:
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ export default {
|
|||||||
feat8Desc: 'Se lie à localhost, hashe les tokens, accès distant via Tailscale.',
|
feat8Desc: 'Se lie à localhost, hashe les tokens, accès distant via Tailscale.',
|
||||||
feat9Title: 'Extension VS Code native',
|
feat9Title: 'Extension VS Code native',
|
||||||
feat9Desc: 'Pilotez vos worktrees et attachez vos sessions dans des terminaux natifs, directement dans votre éditeur.',
|
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',
|
scAKicker: 'Dashboard worktree-first',
|
||||||
scATitle: 'Voyez ce qui vous attend — avant que ça ne bloque',
|
scATitle: 'Voyez ce qui vous attend — avant que ça ne bloque',
|
||||||
scABody:
|
scABody:
|
||||||
|
|||||||
Reference in New Issue
Block a user